XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Skin Help and Support > Aeon

Aeon Subforum for the Aeon skin (and mods for/of it).

Reply
 
Thread Tools Search this Thread Display Modes
Old 2008-08-15, 22:15   #1
Hasselstrom
Junior Member
 
Join Date: Aug 2008
Location: Göteborg
Posts: 25
Hasselstrom is on a distinguished road
Default Need help setting up sources!

I am a total newbie when it comes to XBMC. Never owned a Xbox or have ever set up a HTPC before.

Stumbled into this forums today at work and was blown away with XBMC and the Aeon skin in particular.
So when I got home I downloaded it and have been trying to set it up now for a while. Read the XBMC online manual and the readme for the Aeon skin but I can't get the basic folder configuration to work!

What is the preferred folder layout to easily set up Aeon?

Today it's arranged as this:

Media - Movies - DVDr - Transformers - ***.img
- DVDrip - Transformers - ***.avi
- HD - Transformers - ***.mkv

- Series - Heroes - Season 1 - ***.avi

You get the idea?

Tried to set up sources.xml like this..

For example:

<video>

<source>
<name>Movies</name>
<path>E:\Media\Movies\DVDrip</path>
</source>
</video>

The problem is that now when I enter "Movies" in Aeon, I see the "add **" button and the movie folder. I do not want to see the add button.
Tried to switch to Library. Got: "No scanned info for this view. Switch to files".
Also now when I set it up this way, when entering "TV Shows", I get "Add source" and "Movies".. I don't want to see the movies in the TV section.
Adding:
<video>

<source>
<name>TV Shows</name>
<path>E:\Media\Film\Serier</path>
<name>Movies</name>
<path>E:\Media\Film\DVDrip</path>
</source>
</video>
Didn't help.

Can someone please lay out the basic strategy for me because I'm getting frustrated!
How does your setup and source.xml look like?


..Never been this retarded computerwise as I am today
Hasselstrom is offline   Reply With Quote
Old 2008-08-15, 22:18   #2
Hasselstrom
Junior Member
 
Join Date: Aug 2008
Location: Göteborg
Posts: 25
Hasselstrom is on a distinguished road
Default

Sorry for the double but I see that my topic layout got abit crooked in the whole "folder layout" section.

(Also replace "film" with "movies" in the source code example) =)

Thank you
Hasselstrom is offline   Reply With Quote
Old 2008-08-15, 22:37   #3
kraqh3d
Crackhead Developer
 
kraqh3d's Avatar
 
Join Date: Dec 2003
Location: New York City, USA
Posts: 6,791
kraqh3d is on a distinguished road
Default

instead of manually touching the sources.xml file, why dont you actually use the "add source" menu item?

you can remove the "add" button in settings -> appearance, after you've defined them.

the library only works once you've scanned. if you were to use the "add source" button, you would also be prompted to "set content".

your sources are incorrect:
Code:
<video>
 <source>
   <name>TV Shows</name>
   <path>E:\Media\Film\Series</path>
 </source>  <!-- u'r missing the close tag -->
 <source>  <!-- u'r missing the open tag --->
   <name>Movies</name>
   <path>E:\Media\Film\DVDrip</path>
 </source>
</video>
and you, if you wanted to, you could combine all the movies together like this:
Code:
<video>
 <source>
   <name>TV Shows</name>
   <path>E:\Media\Film\Series</path>
 </source>
 <source>
   <name>Movies</name>
   <path>E:\Media\Film\DVDr</path>
   <path>E:\Media\Film\DVDrip</path>
   <path>E:\Media\Film\HD</path>
 </source>
</video>
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


kraqh3d is offline   Reply With Quote
Old 2008-08-15, 23:07   #4
Hasselstrom
Junior Member
 
Join Date: Aug 2008
Location: Göteborg
Posts: 25
Hasselstrom is on a distinguished road
Default

Thank you for your reply! I'll try go the internal way this time =)
Hasselstrom is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 12:47.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project