Posts: 99
Joined: Dec 2012
Reputation:
0
I deleted the sources and changed the name of the directories and also deleted the video database. I set everything back up and it seems to be working better now. However, it still doesn't seem to recognize the movie_set for suffix commands. Anyways, I am getting there. I have noticed that XBMC won't recognize and get information for TV episodes for 20/20 and Nightline and I believe it is because of the file structure. Here is an example of how it is putting it into my Streams directory.
Streams\ABC.2020\Season.36\S36E01 - Hotel Guests succumb to Unknown Killer.strm
My TV Shows that I download are setup like this TV Shows\Breaking Bad\Season 1\Breaking Bad-S01E01.avi
When it scrapes for info I can enter the name 20/20 and it finds the fanart for this but it doesn't recognize any of the episodes. How do I fix this to label the file name and season directory differently?
Posts: 211
Joined: Apr 2012
Reputation:
0
denz13
Senior Member
Posts: 211
@Bravido88 - Apologies to bump my previous post, it's just the poster that wrote back in July didn't appear to get a response either. Any ideas on how to get BBC iPlayer working with mylibrary? For some reason, regardless of what subfolders are entered into the config file, the log returns that no subfolders were found.
If it's simply not compatible with mylibrary that's fine, it'd just be good to know.
Posts: 815
Joined: Nov 2008
Reputation:
9
iPlayer should be compatible, but I've never tried it.
From looking at the config posted, it looks like the \([0-9]+\) in the regex names is not necessary because the listings returned by iPlayer don't have a video count appended to the name.
I'd need to see your XBMC.MyLibrary DEBUG log and your Config.xml when you try to scrape iPlayer to know for sure what's goin gon
Posts: 1,013
Joined: Jul 2011
Reputation:
15
humm...because it worked for me. I had removed Caprica from my Netflix queue (My List) and after MyLibrary ran the proper number of times, it deleted it from my TV show folder and in xbmc i ran a clean to remove the show from XBMC. I modified my cmd to run a clean after running the My.library
If my replies help you, please click on my reputation
below :) thanks :)
Posts: 6
Joined: Jul 2013
Reputation:
0
2014-02-04, 16:38
(This post was last modified: 2014-02-04, 17:10 by Majusbeh.)
Hey guys,
MyLibrary in itself works fine and it created the .strm files without a problem.
But when I try to play the .strm files in xbmc they start for a second and then it either skips to the next episode or gives me an error message (Playback failed). Strangely the episode is still playing behind the "Playback failed" window and only stops when I click "OK".
It's really strange, in the addon itself (noobroom) the episodes work just fine. I even wrote a strm file with the direct link to the file on the website that works just fine.
Anybody got an idea what might cause this ?
Posts: 52
Joined: Aug 2013
Reputation:
1
can someone please help me with final strm filename via regex
I need it to remove all text before two spaces.
and if possible remove (0) - incorect year if present at the end.
example:
name1 name2 SD (text)<space><space>name1 name2 (year).strm
thanks