Questions about regex and scraper for a special directory-structure for tv-show
#7
(2012-05-13, 11:43)jmarshall Wrote: Right (we've really got to fix that message), but the searching is done for shows, and given the folder it's looking in, it's one folder too deep.

It looks like you've "Set content" on the wrong folder and/or not enabled the "this folder contains a single tvshow".
Hmm. I'm using xbmc with pvr, and the folder, which i want to read is a sub-directory of my VDR. This folder is holding all my tvshows in this way:

Code:
/Video/Serie/<TVShow_Name1>/
/Video/Serie/<TVShow_Name1>/<Season_01>/
/Video/Serie/<TVShow_Name1>/<Season_01>/<Ep-01>._<Episodename>/2011-02-09.21.12.7-0.rec/00001.ts
/Video/Serie/<TVShow_Name1>/<Season_01>/<Ep-02>._<Episodename>/2011-03-09.21.12.7-0.rec/00001.ts
[...]
/Video/Serie/<TVShow_Name1>/<Season_02>/
/Video/Serie/<TVShow_Name1>/<Season_02>/<Ep-01>._<Episodename>/2012-02-07.21.12.7-0.rec/00001.ts
/Video/Serie/<TVShow_Name1>/<Season_02>/<Ep-02>._<Episodename>/2012-02-14.21.12.7-0.rec/00001.ts
[...]
/Video/Serie/<TVShow_Name2>/<Season_01>/
/Video/Serie/<TVShow_Name2>/<Season_01>/<Ep-01>._<Episodename>/2009-12-21.21.12.7-0.rec/00001.ts
/Video/Serie/<TVShow_Name2>/<Season_01>/<Ep-02>._<Episodename>/2009-12-28.21.12.7-0.rec/00001.ts
[...]

If i read them over the pvr-module, then the first part of these paths "/Video" will be substituted by "pvr://recordings", so i get this new path:

pvr://recordings/Serie/<TVShow_Name2>/<Season_01>/<Ep-01>._<Episodename>/2009-12-21.21.12.7-0.rec/00001.ts

If i want to get the TV-Shows-Folder into my database, i browse to pvr://recordings/Serie. So i didnt have to set "one show in this folder", because there are many shows in it. If i do it in this way, xbmc is recognizing none of the shows.

If i try to get this folder via smb (the whole /video-Folder is exported as Samba-Share), and not via pvr, xbmc is recognizing the shows, but not the episodes, so i got some fanart for the shows but cannot view any single episode.

If it try to go one folder deeper (not only pvr://recordings/Serie, but as example pvr://recordings/Serie/Body of Proof), xbmc just found nothing, no matter if i set "one show in this folder" or not. Same as i tried it via samba.

Maybe you can tell me which information exactly the scaper needs to do some good work?

thanks, jennix
Reply


Messages In This Thread
RE: Questions about regex and scraper for a special directory-structure for tv-show - by jennix - 2012-05-13, 14:27
Logout Mark Read Team Forum Stats Members Help
Questions about regex and scraper for a special directory-structure for tv-show1