psouza4 / mediacentermaster

Issue Tracker for Media Center Master
http://www.MediaCenterMaster.com/
32 stars 10 forks source link

Add support for Xtreamer Prodigy #1039

Closed psouza4 closed 9 years ago

psouza4 commented 9 years ago

Originally reported on Google Code with ID 1041

Describe the new feature or change:
Please add support for the Xtreamer Prodigy info format. I still prefer using MCM instead
of embedded scraper. I can prodive you sample files or directory structure as required.

List any references (websites or forum threads) that help describe this
request:
http://www.xtreamer.net/xtreamer-prodigy-upgraded/
http://www.xtreamer.net/ver3.5/#fetching
http://download.xtreamer.net/Misc/Prodigy%20User%20Guide%20-%20ver%203%20full.pdf

Reported by yecarrillo on 2012-04-30 12:18:21

psouza4 commented 9 years ago
Xtreamer Prodigy xjukebox is a variant of XBMC library format. 
Please add "Generate Xtreamer-compatible metadata (.nfo)" option:

For "Despicable Me (2010).avi" movie
------------------------------------
- "Despicable Me (2010)-fanart.jpg" is "Despicable Me (2010).fanart.jpg"
- "movie.nfo" is "Despicable Me (2010).nfo"

NFO file differences
--------------------

- Use of CDATA tags for Character Data
<title>Despicable Me</title>  is  <title><![CDATA[Despicable Me]]></title>

- Rating is 1-100 based
<rating>7,5</rating>  is <rating>86</rating>

- Genre using "name" tags 
<genre>Animation</genre>
<genre>Adventure</genre>
<genre>Comedy</genre>
    is 
<genre>
<name><![CDATA[Animation]]></name>
<name><![CDATA[Comedy]]></name>
<name><![CDATA[Family]]></name>
</genre>

- Multiple names in actor tags:
    <actor>
        <name>Steve Carell</name>
        <role>Gru</role>
        <thumb>C:\ProgramData\MediaBrowser\ImagesByName\People\Steve Carell\folder.jpg</thumb>
    </actor>
    <actor>
        <name>Jason Segel</name>
        <role>Vector</role>
        <thumb>C:\ProgramData\MediaBrowser\ImagesByName\People\Jason Segel\folder.jpg</thumb>
    </actor>
is
<actor>
<name><![CDATA[Steve Carell]]></name>
<name><![CDATA[Jason Segel]]></name>
<name><![CDATA[Russell Brand]]></name>
...
</actor>

- Online references to covers and backdrops
<cover>
<name preview="http://cf2.imgobject.com/t/p/w92/4zHJhBSY4kNZXfhTlmy2TzXD51M.jpg"><![CDATA[http://cf2.imgobject.com/t/p/w185/4zHJhBSY4kNZXfhTlmy2TzXD51M.jpg]]></name>
...
</cover>
<backdrop>
<name preview="http://cf2.imgobject.com/t/p/w300/yo1ef57MEPkEE4BDZKTZGH9uDcX.jpg"><![CDATA[http://cf2.imgobject.com/t/p/w1280/yo1ef57MEPkEE4BDZKTZGH9uDcX.jpg]]></name>
...
</backdrop>

Thank you.

Reported by yecarrillo on 2012-05-19 17:37:13


psouza4 commented 9 years ago
I can't find any specs for this online and none of the links you provide have any specs
or even examples of XML.  I appreciate that you attached some NFO files and that this
is over a year later so the links have probably changed, but I'll need some fresh specs
if this feature is important to anyone.

Reported by psouza4 on 2013-07-19 14:44:47

psouza4 commented 9 years ago
Added nfo and xml files recognized by Xtreamer Prodigy for Cars 2. Xtreamer needs just
one backdrop (fanart) and one poster.

Reported by yecarrillo on 2013-09-01 13:59:51


psouza4 commented 9 years ago
Format hasn't changed from last comment. It needs just one backdrop (fantart) and one
poster

Reported by yecarrillo on 2013-09-01 14:05:51


psouza4 commented 9 years ago
Will be great to get this working.
Thanks

Reported by mgg1959 on 2013-09-23 15:18:42

psouza4 commented 9 years ago
Hi, 
I am another user of both Xtreamer and MCM who will find this feature fantastic to
share my library!!
Any test or support you can count on me too.

Reported by fran.alvarezb on 2013-10-07 18:10:36

psouza4 commented 9 years ago
Nothing yet???? 

Reported by yecarrillo on 2014-09-12 23:58:14

psouza4 commented 9 years ago
See that still in progress, or worse!

Reported by mgg1959 on 2014-09-13 00:00:14

psouza4 commented 9 years ago
There's no call to be hostile towards an indy devloper, mgg1959.  That won't get you
any results (and I never marked this 'in progress' to begin with).

Where are the T.V. specs?  I have enough to generate movie metadata and I can probably
extrapolate to T.V. but would like to have -all- the metadata to work with.

I'll push out a version of Media Center Master that has preliminary XStreamer Prodigy
support but I can't guarantee full compatibility without specs or a unit to work with,
unfortunately.

Reported by psouza4 on 2014-09-13 17:43:13

psouza4 commented 9 years ago
Hi, sorry, i don't wish to be hostile, just to know any info about it, no more than
that!.
Thanks for the info

Reported by mgg1959 on 2014-09-13 17:46:23

psouza4 commented 9 years ago
Preliminary support added and waiting for next release.

Actually, a lot of this was done a long time ago, but was waiting for T.V. specs.

Please report any incompatibilities to the forums and specs to this issue tracker.

Reported by psouza4 on 2014-09-13 17:50:01

psouza4 commented 9 years ago
Released in version 2.12 build 25614.712 (2.12.25614.712).

Reported by psouza4 on 2014-09-13 17:53:44

psouza4 commented 9 years ago
Hi, sorry, but why i can't download last build?, the available in http://forums.mediacentermaster.com/viewforum.php?f=2
is 2.12.23514.782 and last is 2.12.25614.712 , is there a way to last one with prodigy
scraper support?
thanks  a lot

Reported by mgg1959 on 2014-09-17 18:10:33

psouza4 commented 9 years ago
Enable auto-update from the Application menu.  Close and re-launch Media Center Master
to apply the auto-update patch.

Reported by psouza4 on 2014-09-17 18:29:09

psouza4 commented 9 years ago
Thanks a lot for your fast reply!

Reported by mgg1959 on 2014-09-17 18:31:07

psouza4 commented 9 years ago
First that all thanks to developer for taking this. On the TV side, AFAIK Xtreamer Prodigy
scrapper has no support for TV Series, only for Movies. 

What I personally do is create folder structure by hand (or with MCM) and manually
add nfo and images. One folder per season.

Reported by yecarrillo on 2014-09-17 21:58:27

psouza4 commented 9 years ago
I made a XSLT-Script to transform Kodi-Style XML to Xtreamer-Style xml. Also leaves
already Xtreamer-Styled nfos (almost) untouched. Probably can be improved, but works
for me.

Reported by gauner1 on 2015-07-19 04:08:04