Author Topic: [GUIDE] Automated Media Server & XBMC Setup  (Read 235298 times)

    • Leons Lost
  • Offline Leon

  • Posts: 3,154
  • Hero Member
  • Bah Humbug!
Re: [GUIDE] Automated Media Server & XBMC Setup
Reply #165 on: July 16, 2012, 15:29:04 PM
There are 2 ways to do it.

The easiest is just add a new source, call it Cartoons, add the cartoons directories to it and then assign it as TV Shows. It will add them all however it will mix them in with everything else under the TV tab.

The other one is using smart playlists. The last time I did this it required you to create something like this:
Code: [Select]
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
    <name>Anime</name>
    <match>one</match>
   <rule field="path" operator="startswith">smb://LEON-SERVER/anime/</rule>
    <order direction="ascending">tvshow</order>
</smartplaylist>

and play around in the skin to get it to display correctly however I think you can how do it much easier in XBMC itself. I'm downloading and installing XBMC on this machine so I can take a look, grab some screenshots and I'll get back to you later today :)
.::. www.leonslost.co.uk .::. Media Server Guide .::.

PC: i5 760 .::.  GA-P55-UD3 .::. 8GB Corsair 'Dominator' DDR3 .::. 1GB EVGA GTX 460 SC .::. Win7 Ultimate  .::. Dell 24" Ultra Sharp
Netbook: HP Mini 311c-1101sa .::. 3GB Ram .::. ION Hack .::. Win7 Ultimate
Server: HP MicroServer .::. 3GB Ram .::. 4x 2TB Storage .::. 512MB nVidia 210 .::. Win7 Ultimate, XBMC 11 (Aeon NOX), Sick Beard & Couch Potato
Phone: SE Xperia Mini Pro .::. MiniCMSandwich Lite (Android ICS Custom) .::. OC @ 1.6Ghz
Tablet: Asus Transformer TF101 w/ Dock .::. EOS JB Nightlies (Android JB Custom) .::. OC @ 1.6Ghz

    • Leons Lost
  • Offline Leon

  • Posts: 3,154
  • Hero Member
  • Bah Humbug!
Re: [GUIDE] Automated Media Server & XBMC Setup
Reply #166 on: July 16, 2012, 15:52:57 PM
Haha well I've been spending the last 30min playing with smart playlists in XBMC 11 and they don't work for me lol. The idea is sound but they aren't finding the media I'm pointing to... will update once I know why ;)
.::. www.leonslost.co.uk .::. Media Server Guide .::.

PC: i5 760 .::.  GA-P55-UD3 .::. 8GB Corsair 'Dominator' DDR3 .::. 1GB EVGA GTX 460 SC .::. Win7 Ultimate  .::. Dell 24" Ultra Sharp
Netbook: HP Mini 311c-1101sa .::. 3GB Ram .::. ION Hack .::. Win7 Ultimate
Server: HP MicroServer .::. 3GB Ram .::. 4x 2TB Storage .::. 512MB nVidia 210 .::. Win7 Ultimate, XBMC 11 (Aeon NOX), Sick Beard & Couch Potato
Phone: SE Xperia Mini Pro .::. MiniCMSandwich Lite (Android ICS Custom) .::. OC @ 1.6Ghz
Tablet: Asus Transformer TF101 w/ Dock .::. EOS JB Nightlies (Android JB Custom) .::. OC @ 1.6Ghz

    • Leons Lost
  • Offline Leon

  • Posts: 3,154
  • Hero Member
  • Bah Humbug!
Re: [GUIDE] Automated Media Server & XBMC Setup
Reply #167 on: July 16, 2012, 16:19:40 PM
Ok Solved it! Quick and dirty guide but will hopefully help.

The problem with this is its VERY skin specific. Most skins support smart playlists but only some allow you to configure the home screen as much as the one I'm using. The following screenshots are using the Aeon Nox skin (downloadable in appearance settings).

Step One: TV Shows & Anime (or whatever) must be in different folders! - On my main setup I have them on different drives. D: for TV Shows, E: for Anime, F&G for Movies however for this I have a temp folder with 2 folders... 1 TV Shows and 1 Anime.

Add your shows to XBMC as normal, both as TV shows... once this has been done you will notice that all your shows combine with 'TV Shows' on the homepage.



2. Hit the .. to go up a folder to get into Playlists and New Smart playlist...


3. Select type as TV Shows, call it TV Shows (or whatever it is) and under Find Items Where you want to ADD


4. Select Path and Starts with - Important you change it from 'is' to 'starts with' ... that was the mistake I was doing  :P
Type or Browse to the correct location.


5. Create a 2nd playlist for the Anime/Cartoons, point it to the correct folder etc.


6. Congrats you now have 2 smart playlists.


Now here is where it gets a bit confusing and this is where the skin specific stuff comes into play.

Go into Settings > Skin


Customizers > Main menu item customizer (backgrounds,widgets)


On the main bar scroll over to CUSTOM1 and hit Enter. When customising it you want to turn off Disabled, change type to Video Playlist, Choose the TV shows playlist, label it as TV Shows and Choose yourself a nice background.


Do the same with CUSTOM2 for your anime/cartoons.


DISABLE the default main TV shows otherwise you will have 2 TV Shows on your homepage (1 with everything, 1 with just TV shows)


Done! You now have 2 playlists on your homepage and your TV shows & Anime/Cartoons are separated!

Last Edit: July 16, 2012, 16:25:52 PM by Leon #187;
.::. www.leonslost.co.uk .::. Media Server Guide .::.

PC: i5 760 .::.  GA-P55-UD3 .::. 8GB Corsair 'Dominator' DDR3 .::. 1GB EVGA GTX 460 SC .::. Win7 Ultimate  .::. Dell 24" Ultra Sharp
Netbook: HP Mini 311c-1101sa .::. 3GB Ram .::. ION Hack .::. Win7 Ultimate
Server: HP MicroServer .::. 3GB Ram .::. 4x 2TB Storage .::. 512MB nVidia 210 .::. Win7 Ultimate, XBMC 11 (Aeon NOX), Sick Beard & Couch Potato
Phone: SE Xperia Mini Pro .::. MiniCMSandwich Lite (Android ICS Custom) .::. OC @ 1.6Ghz
Tablet: Asus Transformer TF101 w/ Dock .::. EOS JB Nightlies (Android JB Custom) .::. OC @ 1.6Ghz

Re: [GUIDE] Automated Media Server & XBMC Setup
Reply #168 on: July 16, 2012, 18:46:36 PM
Very nice. Good addition.
Formerly sexytw

    • Leons Lost
  • Offline Leon

  • Posts: 3,154
  • Hero Member
  • Bah Humbug!
Re: [GUIDE] Automated Media Server & XBMC Setup
Reply #169 on: July 16, 2012, 18:51:03 PM
Had it on my 'to do list' for the revise but someone had to come along and ask the question before I did it ;) hehe.
.::. www.leonslost.co.uk .::. Media Server Guide .::.

PC: i5 760 .::.  GA-P55-UD3 .::. 8GB Corsair 'Dominator' DDR3 .::. 1GB EVGA GTX 460 SC .::. Win7 Ultimate  .::. Dell 24" Ultra Sharp
Netbook: HP Mini 311c-1101sa .::. 3GB Ram .::. ION Hack .::. Win7 Ultimate
Server: HP MicroServer .::. 3GB Ram .::. 4x 2TB Storage .::. 512MB nVidia 210 .::. Win7 Ultimate, XBMC 11 (Aeon NOX), Sick Beard & Couch Potato
Phone: SE Xperia Mini Pro .::. MiniCMSandwich Lite (Android ICS Custom) .::. OC @ 1.6Ghz
Tablet: Asus Transformer TF101 w/ Dock .::. EOS JB Nightlies (Android JB Custom) .::. OC @ 1.6Ghz

Re: [GUIDE] Automated Media Server & XBMC Setup
Reply #170 on: July 17, 2012, 07:19:53 AM
wow ! great guide !
Thanks a lot, that's exactly what i needed  :thumbup:

Re: [GUIDE] Automated Media Server & XBMC Setup
Reply #171 on: July 17, 2012, 19:23:10 PM
I've just done this, happy days indeed ... but where do I get decent backgrounds from? I need one for TV and one for Standup comedy ... any ideas?
Formerly sexytw

    • Leons Lost
  • Offline Leon

  • Posts: 3,154
  • Hero Member
  • Bah Humbug!
Re: [GUIDE] Automated Media Server & XBMC Setup
Reply #172 on: July 17, 2012, 19:32:55 PM
I did a search of my TV shows folder for 'fanart.jpg' copied all of them into a single folder called TV Show backdrop and did the same for my anime folder. Then when selecting background in XBMC select multi image and point it to either the TV backdrop folder or Anime folder :)
.::. www.leonslost.co.uk .::. Media Server Guide .::.

PC: i5 760 .::.  GA-P55-UD3 .::. 8GB Corsair 'Dominator' DDR3 .::. 1GB EVGA GTX 460 SC .::. Win7 Ultimate  .::. Dell 24" Ultra Sharp
Netbook: HP Mini 311c-1101sa .::. 3GB Ram .::. ION Hack .::. Win7 Ultimate
Server: HP MicroServer .::. 3GB Ram .::. 4x 2TB Storage .::. 512MB nVidia 210 .::. Win7 Ultimate, XBMC 11 (Aeon NOX), Sick Beard & Couch Potato
Phone: SE Xperia Mini Pro .::. MiniCMSandwich Lite (Android ICS Custom) .::. OC @ 1.6Ghz
Tablet: Asus Transformer TF101 w/ Dock .::. EOS JB Nightlies (Android JB Custom) .::. OC @ 1.6Ghz

Re: [GUIDE] Automated Media Server & XBMC Setup
Reply #173 on: July 17, 2012, 22:28:02 PM
Genius.

Just noticed my home videos and standup wont add to library under TV shows :-/ Need to rethink ...
Formerly sexytw

Re: [GUIDE] Automated Media Server & XBMC Setup
Reply #174 on: July 18, 2012, 16:29:52 PM
Is there a way to add category in couchpotato so when you download a cartoon it goes automatically in the cartoons folder and otherwise in the movies folder ?

    • Leons Lost
  • Offline Leon

  • Posts: 3,154
  • Hero Member
  • Bah Humbug!
Re: [GUIDE] Automated Media Server & XBMC Setup
Reply #175 on: July 18, 2012, 16:31:47 PM
Not currently in the version of couch potato I'm using in the guide. V2 beta is running now and may have more options like that but I've yet to try it out :(

edit: If its something you really wanted to do there is nothing stopping you running 2 instances of CouchPotato. Install it again in a 2nd folder, set it to open on a different port and then you would have 1 CP list for movies and 1 CP list for cartoons.

Personally I think its too messy but it would work ;)
Last Edit: July 18, 2012, 16:48:41 PM by Leon #187;
.::. www.leonslost.co.uk .::. Media Server Guide .::.

PC: i5 760 .::.  GA-P55-UD3 .::. 8GB Corsair 'Dominator' DDR3 .::. 1GB EVGA GTX 460 SC .::. Win7 Ultimate  .::. Dell 24" Ultra Sharp
Netbook: HP Mini 311c-1101sa .::. 3GB Ram .::. ION Hack .::. Win7 Ultimate
Server: HP MicroServer .::. 3GB Ram .::. 4x 2TB Storage .::. 512MB nVidia 210 .::. Win7 Ultimate, XBMC 11 (Aeon NOX), Sick Beard & Couch Potato
Phone: SE Xperia Mini Pro .::. MiniCMSandwich Lite (Android ICS Custom) .::. OC @ 1.6Ghz
Tablet: Asus Transformer TF101 w/ Dock .::. EOS JB Nightlies (Android JB Custom) .::. OC @ 1.6Ghz

Re: [GUIDE] Automated Media Server & XBMC Setup
Reply #176 on: July 18, 2012, 21:51:59 PM
Doesnt look like that method is going to work for me annoyingly.

- I'd have to create NFO files for each of my stand-ups and home videos for them to be added to the library
- When using  this method you can use the 'recently added' widget that I use a lot.

Is there a way to add a link on the home screen to a folder of video files? Not in library mode?
Formerly sexytw

    • Leons Lost
  • Offline Leon

  • Posts: 3,154
  • Hero Member
  • Bah Humbug!
Re: [GUIDE] Automated Media Server & XBMC Setup
Reply #177 on: July 19, 2012, 00:17:04 AM
There is a thread somewhere on XBMC.org forums about getting home videos added to XBMC without issues. I've had quite a few pints at this point so can't find it for you now but bit of googling should help you out otherwise I'll look tomorrow :)
.::. www.leonslost.co.uk .::. Media Server Guide .::.

PC: i5 760 .::.  GA-P55-UD3 .::. 8GB Corsair 'Dominator' DDR3 .::. 1GB EVGA GTX 460 SC .::. Win7 Ultimate  .::. Dell 24" Ultra Sharp
Netbook: HP Mini 311c-1101sa .::. 3GB Ram .::. ION Hack .::. Win7 Ultimate
Server: HP MicroServer .::. 3GB Ram .::. 4x 2TB Storage .::. 512MB nVidia 210 .::. Win7 Ultimate, XBMC 11 (Aeon NOX), Sick Beard & Couch Potato
Phone: SE Xperia Mini Pro .::. MiniCMSandwich Lite (Android ICS Custom) .::. OC @ 1.6Ghz
Tablet: Asus Transformer TF101 w/ Dock .::. EOS JB Nightlies (Android JB Custom) .::. OC @ 1.6Ghz

    • Leons Lost
  • Offline Leon

  • Posts: 3,154
  • Hero Member
  • Bah Humbug!
Re: [GUIDE] Automated Media Server & XBMC Setup
Reply #178 on: July 27, 2012, 11:29:51 AM
If you didn't find it before there is some useful info on the wiki: http://wiki.xbmc.org/index.php?title=Adding_videos_to_the_library/Home_videos/custom_videos

Basically installing a scraper that uses filenames instead of internet lookup and making sure to select that when adding a homemoive / random vidoe folder does the job and would create the NFO's for you if you exported after.
.::. www.leonslost.co.uk .::. Media Server Guide .::.

PC: i5 760 .::.  GA-P55-UD3 .::. 8GB Corsair 'Dominator' DDR3 .::. 1GB EVGA GTX 460 SC .::. Win7 Ultimate  .::. Dell 24" Ultra Sharp
Netbook: HP Mini 311c-1101sa .::. 3GB Ram .::. ION Hack .::. Win7 Ultimate
Server: HP MicroServer .::. 3GB Ram .::. 4x 2TB Storage .::. 512MB nVidia 210 .::. Win7 Ultimate, XBMC 11 (Aeon NOX), Sick Beard & Couch Potato
Phone: SE Xperia Mini Pro .::. MiniCMSandwich Lite (Android ICS Custom) .::. OC @ 1.6Ghz
Tablet: Asus Transformer TF101 w/ Dock .::. EOS JB Nightlies (Android JB Custom) .::. OC @ 1.6Ghz

Re: [GUIDE] Automated Media Server & XBMC Setup
Reply #179 on: July 27, 2012, 12:24:17 PM
I ended up just adding the video folders to my favourites, then linking directly to them from the home screen. It's not a library view but it doesnt really need to be. Setting up the custom scraper looked like a bit of a faff.

I've just ordered a RaspberryPi to run XBMC on. The plan is for it to sit in the kitchen attached to the back of a monitor and be exclusively by XBMCremote.

Formerly sexytw

0 Members and 2 Guests are viewing this topic.