Author |
Topic |
|
pace666
Starting Member
Canada
24 Posts |
Posted - 06 Oct 2012 : 16:01:13
|
A question before updating XMM7 to XMM8. Does XBMC exporter plugin will work with XMM8?
Thank you
Pace |
Edited by - pace666 on 06 Oct 2012 16:02:31 |
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
pace666
Starting Member
Canada
24 Posts |
Posted - 06 Oct 2012 : 18:35:55
|
Sure I will test it! |
|
|
pace666
Starting Member
Canada
24 Posts |
Posted - 07 Oct 2012 : 22:27:27
|
I tried the plugin with v8 database and I got an error after selecting database: Microsoft Jet Cannot find "Actors" table
|
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
pace666
Starting Member
Canada
24 Posts |
Posted - 09 Oct 2012 : 21:25:02
|
OK Thank you! But I found today that there is an internal NFO Export tool with XBMC template, and doing a similar job, Great! Focusing on that tool will be probably better than a external plugin wright? |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
pace666
Starting Member
Canada
24 Posts |
Posted - 14 Oct 2012 : 04:02:30
|
Internal nfo export for XBMC is perfect for me but template for TV shows is missing, if you or someone created one let me know, if not I'd like to...
Ciao Pace |
|
|
Michael Clarke
New Member
United Kingdom
84 Posts |
Posted - 14 Oct 2012 : 23:47:51
|
The internal export for XBMC is great but the template doesn't copy the cover picture to the folder like it does to the fanart plus it doesn't list the actors. It's a little bit too basic at the moment, XBMC is capable of showing more than this NFO is permitting. What I do think is very good it that the export only applies to the movies showing in the grid which means I can filter out all the movies in my collection that have no direct file link to XBMC, then write the NFO's for those movies only. It's always getting better. Any better templates out there then please let me know as well |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
myhtpc
Starting Member
Germany
45 Posts |
Posted - 26 Nov 2012 : 17:46:44
|
Hi Alessio,
I was a user of Radioactive's XBMC Plugin and now switched to EMM8 - meaning the Expüorter doesn't work anymore;-(
As you already have started to implement a XBMC- NFO Export, I'd like to help getting this working. Here are my findings:
Some of Radioactive's fields are missing. Do you have a list of all Database-fields (including short description or Editor-field mapping), which could be exported?
The cover-files have been exported to the movie-folder as "moviename"+".tbn" (this could be configured) movie length is listed just as 97, not "97 min" Actor-pictures are not exported (in RAdioactives export, a actors subdirectory was created and the pictures have been stored as actor.tbn in this subfolder.
<id>tt_IMDB_IDONLY_</id> doesn't work <watched>NOTSEEN</watched> doesn't work
Fanart ist stored in the NFO-file with the path of the EMM-Database, not the movie-path <fanart> <thumb>F:\EMM\Programm\EMM v8\configuration\\white.gif</thumb> </fanart>
It would be great, if you could work on this XBMC export quite soon, as I believe there are many in the community who would appreciate it.
Have you been in touch with Radioactive to help out here?
Thanks a lot in advance
myhtpc |
|
|
myhtpc
Starting Member
Germany
45 Posts |
Posted - 02 Dec 2012 : 08:45:07
|
any update here? |
|
|
berrywipe
Starting Member
5 Posts |
Posted - 08 Dec 2012 : 12:31:22
|
+1 about XBMC support some documentation for editing .nfo templates would be a nice start.
My target would be a .nfo file with some metadata from XMM and at the end an URL with themoviedb url, which will be used by XBMC scraper to download fanart, cover and other missing info from themoviedb (metadata in the .nfo file will not be overwritten by XBMC scrapers).
An option to name fanart and cover as the movie file would be nice as well (for those like me who have all files in the same folder).
Thanks for any help Alessio :) |
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
berrywipe
Starting Member
5 Posts |
Posted - 11 Dec 2012 : 16:16:53
|
<movie>
<title>_MOVIE_TITLE_</title>
<originaltitle>_MOVIE_ORIGINALTITLE_</originaltitle>
<rating>_MOVIE_RATED_</rating>
<year>_MOVIE_YEAR_</year>
<set>_MOVIE_BOXSET_</set>
<votes></votes>
<outline></outline>
<plot>_MOVIE_PLOT_</plot>
<tagline>_MOVIE_TAGLINE_</tagline>
<runtime>_MOVIE_LENGTH_ min</runtime>
<mpaa>_MOVIE_MPAA_</mpaa>
<playcount>0</playcount>
<watched>_MOVIE_SEEN_</watched>
<id>tt_IMDB_IDONLY_</id>
<genre>_MOVIE_GENRE_</genre>
<credits></credits>
<director>_MOVIE_DIRECTOR_</director>
</movie>
http://www.themoviedb.org/movie/_MOVIE_SITEID_
This is the tamplate I'm actually using for XBMC. This way XBMC will use explicitly defined tags and download the remaining data (i.e. trailer link, fanart, posters and others) from themoviedb. The final row:
http://www.themoviedb.org/movie/_MOVIE_SITEID_ Generates themoviedb links, by using the field "internet ID". So if you are using a chain of scripts you have to be sure to put themoviedb script as the last one, otherwise internet_ID will be taken from the other sites. It would be good if there was some way to chose your preferred source for Internet_IDs... is there? |
|
|
berrywipe
Starting Member
5 Posts |
Posted - 11 Dec 2012 : 17:26:59
|
Also, XBMC uses the tag "playcount" to determine weather the movie has been seen or not. So it would be usefull some placeholder (e.g. _MOVIE_SEEN_BINARY_) which returns the boolean value (as 1 or 0) of _MOVIE_SEEN_
then you'd just put: <playcount>_MOVIE_SEEN_BINARY_</playcount> in the template and remove: <watched>_MOVIE_SEEN_</watched>
Hope I'm not bringing too many troubles! |
|
|
myhtpc
Starting Member
Germany
45 Posts |
Posted - 20 Dec 2012 : 06:30:40
|
Hi Alessio,
any news here? |
|
|
myhtpc
Starting Member
Germany
45 Posts |
Posted - 05 Feb 2013 : 05:40:05
|
Alessio,
are you still looking on this topic? |
|
|
dude69
Starting Member
29 Posts |
Posted - 20 Apr 2013 : 13:35:53
|
bump
|
|
|
Alessio Viti
Forum Admin
Italy
9171 Posts |
|
|
Topic |
|