Extra REGEX for TV Show Episode matching

  Thread Rating:
  • 11 Votes - 4.45 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Hjord Offline
Senior Member
Posts: 214
Joined: Nov 2009
Reputation: 0
Post: #21
Hello
I'm new here and new to use XBMC.
Maybe i did'nt instal it right, cause it did'nt get anything to my library.
My struckture is like this

Series/L/Lost/Season 1/ Episode (1).mkv
Series/L/Langt Fra Las Vegas/ Disk 1.iso

Maybe i'm just not doing it right Confused
find quote
xexe Offline
Fan
Posts: 711
Joined: Sep 2008
Reputation: 1
Post: #22
outleradam Wrote:xexe: is it possible to use regex to identify something like this:
/showname-(episode title)-YYYY-MM-DD-X.mpg

The YYYY-MM-DD = recording date, the X is to identify parts of the same recording. This is the default for BeyondTV.

I am not sure how stacking works in relation to date regex extraction since i dont use date in any of my collection. Will need to ponder this.

Hjord Wrote:Hello
I'm new here and new to use XBMC.
Maybe i did'nt instal it right, cause it did'nt get anything to my library.
My struckture is like this

Series/L/Lost/Season 1/ Episode (1).mkv
Series/L/Langt Fra Las Vegas/ Disk 1.iso

Maybe i'm just not doing it right Confused

Please supply some more examples as the ones you suply only hint at your naming scheme


Having problems getting your TV shows recognized?

Try my extra TV show matching REGEX here
find quote
Hjord Offline
Senior Member
Posts: 214
Joined: Nov 2009
Reputation: 0
Post: #23
I only have those two.

Just like
Series/P/Prison Break/Season 3/Episode (10).avi
Series/H/Heroes/Season 1/Episode (3).mkv
(This post was last modified: 2009-11-23 18:58 by Hjord.)
find quote
xexe Offline
Fan
Posts: 711
Joined: Sep 2008
Reputation: 1
Post: #24
Hjord Wrote:I only have those two.

Just like
Series/P/Prison Break/Season 3/Episode (10).avi
Series/H/Heroes/Season 1/Episode (3).mkv

Use this regex

[/\\]season[^\w]?(\d{1,2})[^\d]*[/\\].*? \((\d{1,2})\)(?!.*])

But I will not add it to this set since its almost the worst naming format I have ever seen and very unliekly to help anyone bar you.

Good luck


Having problems getting your TV shows recognized?

Try my extra TV show matching REGEX here
find quote
jpf55 Offline
Fan
Posts: 384
Joined: Dec 2008
Reputation: 1
Post: #25
this should help:
http://wiki.xbmc.org/?title=TV_Shows_(Vi...onventions

[Image: sigpic_40821_de64ff3d5cbbcb955be34459103dba35.png]
iMac 27" 2.93gHz i7, OS X 10.8.2
AppleTV1 os3.0.2
Running Eden 11.0 with Launcher 3.2.5.5 and Transparency! 4.0.5
find quote
outleradam Offline
Member+
Posts: 1,722
Joined: Sep 2009
Reputation: 20
Location: Louisiana
Post: #26
Just a note, the date is not original air date, it is recording date. BTV is a DVR back/front end for windows. It uses the same guide data as mythtv. It keeps a database with original air date and all other data which myth pulls from zap2it. Maybe this should be in another thread, I'm burning this issue at 4 ends here. Open source renaming app BTVRename using tvrage which I am admin on sourceforge, on the btv forums, btv APIs, and XBMC scraper recognition. There has to be a way to integrate btv library into xbmc.

Use mythicalLibrarian to make a library out of your MythTV files. Leave the recording to MythTV and use XBMC as your library.
Installation and Instructions:http://wiki.xbmc.org/index.php?title=MythicalLibrarian
Technical Support:http://forum.xbmc.org/showthread.php?tid=65644
[Image: newsig-1.png]
[url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url]
find quote
Hjord Offline
Senior Member
Posts: 214
Joined: Nov 2009
Reputation: 0
Post: #27
xexe Wrote:Use this regex

[/\\]season[^\w]?(\d{1,2})[^\d]*[/\\].*? \((\d{1,2})\)(?!.*])

But I will not add it to this set since its almost the worst naming format I have ever seen and very unliekly to help anyone bar you.

Good luck


In the start i did'nt have any software to put my movies in.
I just found them in the maps. And then it is the easiest.

But thank you reallymuch.
(This post was last modified: 2009-11-23 21:30 by Hjord.)
find quote
Hjord Offline
Senior Member
Posts: 214
Joined: Nov 2009
Reputation: 0
Post: #28
Maybe i'm just an dumbass.
But i can't it to work Confused
When i'm try to add TV Shows f.x. all them under H, i just get the show name, nothing about seasons or episodes.
find quote
xexe Offline
Fan
Posts: 711
Joined: Sep 2008
Reputation: 1
Post: #29
Hjord Wrote:Maybe i'm just an dumbass.
But i can't it to work Confused
When i'm try to add TV Shows f.x. all them under H, i just get the show name, nothing about seasons or episodes.

See my OP of this thread if you really want help


Having problems getting your TV shows recognized?

Try my extra TV show matching REGEX here
find quote
Hjord Offline
Senior Member
Posts: 214
Joined: Nov 2009
Reputation: 0
Post: #30
xexe Wrote:See my OP of this thread if you really want help
I have read it a couple of times.
If i just change the episode name to fx prison.break.310.avi and then have a sourge for each letter. Would it work then?
find quote
Post Reply