Author |
Topic |
|
Radioactive
New Member
94 Posts |
Posted - 19 Mar 2011 : 21:07:21
|
hy
I use EMM to get the movie-details and then i use xbmc to view it
But the nfo-export-funktion has some bugs
1. path for fanart-thumb & actor-thumb fanart: <fanart> <thumb>Here the path to the fanart</thumb> </fanart>
actor-thumb: <!--BEGIN_ACTORS--> //This is the Begin of Loop for Every Actor <actor> <name>_MOVIE_ACTORS_NAME_</name> <role>_MOVIE_ACTORS_ROLE_</role> <thumb>here the path of the movie-actor-picture</thumb> </actor> <!--END_ACTORS--> //This is the End of Loop for Every Actor
2. Genres
Now the nfo export the genres in one line
<genre>Horror/ Thriller</genre>
but it have to look like
<genre>Horror</genre> <genre>Thriller</genre>
the same by credits, country, director
3. Boxset
If movies are in a boxset the name of the boxset should export to <set>Her the name of the Boxset</set>
I think that are the most importants bug Please ale fix them
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
Radioactive
New Member
94 Posts |
Posted - 01 Apr 2011 : 17:42:54
|
push it hard |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
Radioactive
New Member
94 Posts |
Posted - 09 May 2011 : 23:16:37
|
any updates? |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
ludo167
Starting Member
France
6 Posts |
Posted - 14 Jun 2011 : 22:32:00
|
Hello,
Any Update on this subject ?
I am really interrested in this function.
thanks a lot |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
Posted - 15 Jun 2011 : 10:20:20
|
Please change the NFO Template directly and let me know:
<movie> <title>_MOVIE_TITLE_</title> <originaltitle>_MOVIE_ORIGINALTITLE_</originaltitle> <rating>_MOVIE_RATED_</rating> <year>_MOVIE_YEAR_</year> <set>_MOVIE_BOXSET_</set> <top250>_MOVIE_CUSTOMFIELD1_</top250> <votes></votes>
<outline></outline>
<plot>_MOVIE_PLOT_</plot> <tagline>_MOVIE_TAGLINE_</tagline> <runtime>_MOVIE_LENGTH_ min</runtime>
<thumb>_MOVIE_COVER_</thumb>
<fanart> <thumb>_MOVIE_FANART_</thumb> </fanart>
<mpaa>_MOVIE_MPAA_</mpaa>
<playcount>0</playcount>
<watched>_MOVIE_SEEN_</watched>
<id>tt_IMDB_IDONLY_</id>
<filenameandpath>_MOVIE_MOVIEFILE1_</filenameandpath>
<trailer>_MOVIE_TRAILERFILE1_</trailer> <genre>_MOVIE_GENRE_</genre>
<credits></credits>
<director>_MOVIE_DIRECTOR_</director>
<!--BEGIN_ACTORS--> //This is the Begin of Loop for Every Actor <actor> <name>_MOVIE_ACTORS_NAME_</name> <role>_MOVIE_ACTORS_ROLE_</role> <thumb>_MOVIE_ACTORS_PHOTO_</thumb> </actor> <!--END_ACTORS--> //This is the End of Loop for Every Actor
</movie> |
http://www.facebook.com/pages/eXtreme-Movie-Manager/47220214342?ref=mf
|
|
|
Radioactive
New Member
94 Posts |
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
Radioactive
New Member
94 Posts |
Posted - 19 Jun 2011 : 12:20:25
|
what do you mean how it works?
1. click on the "..." to choose your db 2. choose your options 3. click on the start button 4. close the exe (settings are saved[path,and the options)
it only works, if there is a moviepath(1), because the exe need the path to know where to save the nfo
should i make a video?
mfg |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
myhtpc
Starting Member
Germany
45 Posts |
Posted - 12 Jan 2012 : 08:29:14
|
Hi Ale,
What is your plan regarding the (XBMC) NFO exporter? Do you want to enhance it or do you want to let racioactive drive his tool forward and then integrate this into EMM as plugin?
If you intend to enhance your internal NFO export to be compliant to XBMC, then I have some more ideas / requests:
1) I just want to refer to Radioactives first post here:
2. Genres
Now the nfo export the genres in one line
<genre>Horror/ Thriller</genre>
but it have to look like
<genre>Horror</genre>
<genre>Thriller</genre>
the same by credits, country, director
Is there a way to define this within the NFO templates? If so, could you give me an examples (e.g. for <credits>?
2) enable copying the posterfiles to the moviefolder (as moviename.tbn)
3) enable copying the actor pictures into a subfolder ".actors" of the moviefolder (as actor_name.tbn) (like in Radioactive's tool)
4) When the moviefile type is not *.avi, the nfo doesn't get exportet (tried it with *.mpg, *.mpeg, *.mp4). Is there any way to config this or or enhance it to evy kind of moviefile?
5) and a last idea which would be really, really cool:
- add a new tag called _MOVIE_NFO_
- fill out the tag when scanning folders / disks or adding new movies with yes or no if moviename.nfo exists
- alternatively add a script to check all folders for nfo-files and update the tag
- If I could then show this tag in the grid view and sort & filter it, I would be always up-to-date about the existance of my NFO files
Thanks Ale & Radioactive for your great contribution to the XBMC style NFO handling, as this seems to be the best standard across different mediacenters (I personally will use Plex on my WHS-2011 + Plex Clients on iPad Samsung BlueRay and AppleTV + project Valerie on my Dreambox and two other SAT receivers with Enigma OS and they all can import XBMC style NFO files ;-)
All the Best myhtpc
|
Edited by - myhtpc on 12 Jan 2012 09:41:31 |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
myhtpc
Starting Member
Germany
45 Posts |
Posted - 14 Jan 2012 : 07:39:33
|
great, thanks ;-) |
|
|
myhtpc
Starting Member
Germany
45 Posts |
Posted - 31 Jan 2012 : 16:17:39
|
Hi Ale,
I have updated my whole database with new covers and metadata. Now I'm ready to export and want to come back to my former post:
quote: 2. Genres
Now the nfo export the genres in one line
<genre>Horror/ Thriller</genre>
but it have to look like
<genre>Horror</genre> <genre>Thriller</genre>
the same by credits, country, director
Is there a way to define this within the NFO templates? If so, could you give me an examples (e.g. for <credits>?
2) enable copying the posterfiles to the moviefolder (as moviename.tbn)
3) enable copying the actor pictures into a subfolder ".actors" of the moviefolder (as actor_name.tbn) (like in Radioactive's tool)
5) and a last idea which would be really, really cool:
add a new tag called _MOVIE_NFO_
fill out the tag when scanning folders / disks or adding new movies with yes or no if moviename.nfo exists
alternatively add a script to check all folders for nfo-files and update the tag
If I could then show this tag in the grid view and sort & filter it, I would be always up-to-date about the existance of my NFO files
The bug with the different moviefile types has been fixed by you, but all the other point above aren't implemented. Do you plan to implement these also?
Thanks upfront
Juergen |
Edited by - myhtpc on 31 Jan 2012 16:21:02 |
|
|
Slippery
Starting Member
United Kingdom
4 Posts |
Posted - 31 Jan 2012 : 19:57:55
|
I would be grateful if we could get this sorted out as well, thanks |
|
|
abyss
Starting Member
Italy
6 Posts |
Posted - 01 Feb 2012 : 17:15:23
|
can you add when export to nfo files the condition, if wachedstatus = seen and playccount = 0 than playccount = 1 because xbmc don't read extream movie manager watched status inside nfo files.
thank |
|
|
myhtpc
Starting Member
Germany
45 Posts |
Posted - 07 Feb 2012 : 11:23:48
|
Hi Ale,
do you have any feedback on my thoughts above?
All the Best
Juergen |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
Topic |
|
|