November 9, 201510 yr I know this probably belongs on the plex forums, but I wanted to poll the unraid community first. Does anyone have Sports Episodes such as MLB World Series or The Super Bowl cataloged in plex? How did you accomplish this?
November 9, 201510 yr I manually create metadata xml files. I put it in its own Library with XBMCnfoTVImporter as the scanner. Its a little effort, but its better than no metadata. Series XML: <?xml version="1.0" encoding="utf-8"?> <Series> <SeriesName>Texas A&M Football</SeriesName> <Added>11/13/2013 7:56:39 PM</Added> <LockData>false</LockData> <Type>Series</Type> <LocalTitle>Texas A&M Football</LocalTitle> </Series> Episode XML: <?xml version="1.0" encoding="utf-8"?> <episodedetails> <title>Texas A&M vs Arkansas</title> <runtime>140</runtime> <aired>2015-09-26</aired> <rating>0</rating> <videosource>hdtv</videosource> <season>2015</season> <episode>4</episode> <plot>Texas A&M Aggies vs Arkansas Razorbacks - September 26, 2015 - AT&T Stadium, Arlington, TX</plot> <fileinfo> <streamdetails> <audio> <bitrate>192</bitrate> <channels>2</channels> <codec>A_MPEG/L2</codec> <language>eng</language> <longlanguage>English</longlanguage> </audio> <video> <aspect>1.778</aspect> <bitrate>3609</bitrate> <codec>h264</codec> <durationinseconds>8443</durationinseconds> <height>720</height> <scantype>Progressive</scantype> <width>1280</width> </video> </streamdetails> </fileinfo> <dateadded>2015-10-22 14:58:00</dateadded> </episodedetails>
November 10, 201510 yr I just create a home video section and make the file names make sense..... Mostly sports stuff gets deleted after I watch it so there isn't a massive amount of stuff in the section anyway.
Archived
This topic is now archived and is closed to further replies.