Hi.
New to xbmc.. my question is; is there a way to scrape the tvshows the way you scrape the movies?
My folder structure for tvshow is;
shows
|
- episode\rarfiles
- episode\rarfiles
- episode\rarfiles
exatly as my movies, which seem to work perfect.. but no episode is beeing added.
thanks.
ulph
Junior Member Posts: 5 Joined: Apr 2012 Reputation: 0 |
2012-04-09 13:02
Post: #1
|
| find quote |
Chris!
Member+ Joined: Apr 2010 Reputation: 7 Location: England |
2012-04-09 13:05
Post: #2
So the rar files aren't named as to which episode they are, just the folder they are contained in?
Flirc now has a forum: forum.flirc.tv |
| find quote |
ulph
Junior Member Posts: 5 Joined: Apr 2012 Reputation: 0 |
2012-04-09 13:11
Post: #3
(2012-04-09 13:05)pseudo7 Wrote: So the rar files aren't named as to which episode they are, just the folder they are contained in? exactly |
| find quote |
Chris!
Member+ Joined: Apr 2010 Reputation: 7 Location: England |
2012-04-09 15:08
Post: #4
I think XBMC required the files themselves to be named at least with their season and episode number - even if you made an nfo for them.
Some background reading: http://wiki.xbmc.org/index.php?title=Add...s/TV_shows Flirc now has a forum: forum.flirc.tv |
| find quote |
ulph
Junior Member Posts: 5 Joined: Apr 2012 Reputation: 0 |
2012-04-09 15:21
Post: #5
sigh.. back to boxee then i guess which is a shame cos im starting to like xbmc ;x
thanks.
(This post was last modified: 2012-04-09 15:27 by ulph.)
|
| find quote |
Ned Scott
Team-XBMC Wiki Guy Posts: 12,566 Joined: Jan 2011 Reputation: 138 Location: Arizona, USA |
2012-04-09 20:54
Post: #6
(2012-04-09 15:21)ulph Wrote: sigh.. back to boxee then i guess which is a shame cos im starting to like xbmc ;x Because of an incredibly rare situation that maybe less than 0.1% of users come across because they refuse to properly name their files to one of many possible conventions? It can be done, though. You'll just have to read up on your regex and do some funky stuff in advancedsettings.xml. It's a lot more work than just renaming the files, though (or you can even have a media manager do it automatically for you). You can make easy links to the XBMC wiki using double brackets around words: [[debug log]] = debug log, [[Add-on:YouTube]] = Add-on:YouTube, [[Adding videos to the library]] = Adding videos to the library, [[userdata]] = userdata, etc |
| find quote |
prae5
Team-XBMC Forum Moderator Posts: 1,684 Joined: Jan 2009 Reputation: 28 Location: Cambridge, UK |
2012-04-10 10:25
Post: #7
Whats the actual name of the files inside of the far files?
As Ned mentioned, you can still do it, but you will need to put in some regexp's for a very non standard naming convention. xbmcBoxes.com - The definitive source for xbmc hardware configuration and setup info Shuttle XS35GT Build and Review www.paulrae.com - my blog with lots of useful xbmc and htpc related articles How to enable debug logging and post a debug log How to post about a problem in a useful manner to get better help Debug file location I run XBMC on a selection of ION based xbmc appliances and a atv, all being feed by a opensolaris based NAS using zfs (8*1.5tb, 8 *1tb, 4*400gb). |
| find quote |
ulph
Junior Member Posts: 5 Joined: Apr 2012 Reputation: 0 |
2012-04-10 11:08
Post: #8
its usually showname.s0XeXX.uselessinfo.mkv/avi
so i just need to change the preg to match filenames inside the rars? |
| find quote |
scudlee
Team-XBMC Member Posts: 613 Joined: Jul 2011 Reputation: 47 |
2012-04-10 14:37
Post: #9
You shouldn't need to change anything for those file names, but are the rar files inside separate series folders? i.e.
Top folder\Showname1\...\rarfiles1 Top folder\Showname1\...\rarfiles2 Top folder\Showname2\...\rarfiles1, etc. (any intermediate folders would be ignored.) That's the bare minimum needed, XBMC will get the name of the series from the folder, and then get season/episode from s0XeXX in the filename inside the rar. It never gets the series name from the file. |
| find quote |
ulph
Junior Member Posts: 5 Joined: Apr 2012 Reputation: 0 |
2012-04-10 16:49
Post: #10
(2012-04-10 14:37)scudlee Wrote: You shouldn't need to change anything for those file names, but are the rar files inside separate series folders? i.e. aah, worked perfect when i moved each episode into its own show folder... i guess i can live with that, thanks
|
| find quote |

Search
Help