YAMJ / yamj-v2

Yet Another Movie Jukebox (YAMJ) v2
GNU General Public License v3.0
28 stars 11 forks source link

Writer data not saved to NFO in XBMC format #2623

Closed Omertron closed 9 years ago

Omertron commented 9 years ago

Original issue 2624 created by Omertron on 2013-03-12T17:07:07.000Z:

The link below shows the XBMC NFO format that should result in writers being saved as:

<credits>Chris Marker</credits> <credits>David Webb Peoples</credits>

http://wiki.xbmc.org/index.php?title=NFO_files/movies

YAMJ is expecting them them in this format: <credits> <writer>Chris Marker</writer> <writer>David Webb Peoples</writer> </credits>

This causes YAMJ to ignore the writer data saved to the NFO file by a scraper program that follows the XBMC format (such as Ember).

Omertron commented 9 years ago

Comment #1 originally posted by Omertron on 2013-03-12T19:41:47.000Z:

<empty>

Omertron commented 9 years ago

Comment #2 originally posted by Omertron on 2013-04-20T20:45:20.000Z:

This issue was closed by revision r3684.