TV Scraper support for playlist files (e.g. m3u8)

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
LehighBri Offline
Senior Member
Posts: 237
Joined: Jan 2009
Reputation: 0
Post: #1
Is there a way to enhance a TV scraper somehow to support scanning .m3u8 playlist files?

The use case is that I am using SageTV to record TV and a new plugin called SageSync that looks at the single directory that SageTV records to, creates a folder structure that aligns to the folder structure XBMC expects, and creates a .m3u8 playlist per SageTV recording.

e.g. the directory structure is like
The Office
--Season 8
----.m3u8 playlist files

When I point XBMC to that directory using TVDB scraper, it successfully scans for the name of the TV show and pulls in the fanart and metadata, but it does NOT detect any episodes and thinks each show has 0 episodes.

Example .m3u8 file:
filename: The Office-S08E06-Doomsday-4582346.m3u8
contents:
smb://erica-pc/sagetv recordings/TheOffice-S08E06-Doomsday-4519263-1.mpg
(This post was last modified: 2012-02-04 15:02 by LehighBri.)
find quote
LehighBri Offline
Senior Member
Posts: 237
Joined: Jan 2009
Reputation: 0
Post: #2
UPDATE: In renaming the .m3u8 playlist files to just .m3u, the TVDB scraper does indeed recognize the .m3u file as an episode and pulls in the appropriate metadata and fanart just great. Any reason why the scraper doesn't support .m3u8 files?
find quote