Aeon menu not redirecting to the good sources
#1
I added 2 sources : movies and tv shows.
If i select movies or tv shows, it goes to the same place, the source selection (i must choose one of my sources).

I did define the content of each source (using another theme since i don't have the option when i edit a source with Aeon) and it doesn't work.

Any idea ?
Reply
#2
Shadok Wrote:I added 2 sources : movies and tv shows.
If i select movies or tv shows, it goes to the same place, the source selection (i must choose one of my sources).

I did define the content of each source (using another theme since i don't have the option when i edit a source with Aeon) and it doesn't work.

Any idea ?

Not an Aeon issue. Everything works pretty well here.
Reply
#3
Well, i'm using xbmc Rev19161 from Ikons, maybe it's broken in the build ?
Reply
#4
And you definitely set the content of each source as Movies and TV Shows from the context menu and scraped them?
Reply
#5
Yeah, but i'm wondering if the settings are really saved.
I don't see anything related to the content in my sources.xml

Code:
<sources>
    <programs>
        <default pathversion="1"></default>
    </programs>
    <video>
        <default pathversion="1"></default>
        <source>
            <name>Movies</name>
            <path pathversion="1">C:\Users\Guillaume\Videos\Films\</path>
            <thumbnail pathversion="1">C:\Users\Guillaume\Fanarts\Icons\cdrom_unmount.png</thumbnail>
        </source>
        <source>
            <name>TV Shows</name>
            <path pathversion="1">C:\Users\Guillaume\Videos\Séries TV\</path>
            <thumbnail pathversion="1">C:\Users\Guillaume\Fanarts\Icons\tv.png</thumbnail>
        </source>
    </video>
    <music>
        <default pathversion="1"></default>
        <source>
            <name>Musique</name>
            <path pathversion="1">C:\Users\Guillaume\Music\</path>
        </source>
    </music>
    <pictures>
        <default pathversion="1"></default>
        <source>
            <name>Photos</name>
            <path pathversion="1">C:\Users\Guillaume\Pictures\</path>
        </source>
    </pictures>
    <files>
        <default pathversion="1"></default>
    </files>
</sources>
Reply
#6
You wont see the actual content in there, it's stored in the database.

In the Video Library setting export your database and have a look at it.
Reply
#7
I desactivated the library, should it be the cause of the problem ?
Reply
#8
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<videodb>
    <paths>
        <path>
            <url>C:\Users\Guillaume\Videos\Films\</url>
            <scanrecursive>2147483647</scanrecursive>
            <usefoldernames>true</usefoldernames>
            <content>movies</content>
            <scraperpath>allocine.xml</scraperpath>
        </path>
        <path>
            <url>C:\Users\Guillaume\Videos\Séries TV\</url>
            <scanrecursive>0</scanrecursive>
            <usefoldernames>false</usefoldernames>
            <content>tvshows</content>
            <scraperpath>tvdb.xml</scraperpath>
        </path>
    </paths>
</videodb>

I enabled it again and i'm running a scan right now.
Reply
#9
Ok, now it works fine with library enabled Smile
Thanks for the help Hitcher.
Reply

Logout Mark Read Team Forum Stats Members Help
Aeon menu not redirecting to the good sources0