i see no "add source" option
#1
anywhere... and i watched the video on the plugins2 download page and that option simply doesn't exist. instead i get the list of already included video sources...
Reply
#2
If you don't see an Add Source button in any of the file listings then either:

1. You have a really old build, or

2. You disabled it in settings->appearance->view options.

Cheers,
Jonathan
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.


Image
Reply
#3
Probobly an old build.
Reply
#4
Update to the very latest SVN build of XBMC, (google "T3CH XBMC"), post a debug log if you still have issues.
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.
Reply
#5
thanks for the responses ((O.O))

the build is 2.0.1. it's a new TSOP modded v1.2 xbox with the latest T3CH build, i just installed it about a month or two ago after 2.0.1 was released. it is the big install, not the lite one. i will check the settings this afternoon when i get back from the office.
Reply
#6
ok quick question. i am guessing that i can edit which sources are available manually in 'sources.xml'. can i add an option there for additional sources? here is a copy of my sources.xml file... can i add an option in here to make additional sources available in the 'video' and 'music' sections respectively? what should i add? thanks in advance. (comments in sources.xml removed for length)
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<sources>

    <!-- My Programs shares!-->
    <myprograms>
        <default>Games</default>
        <bookmark>
            <name>Games</name>
            <path>E:\Games\</path>
            <path>F:\Games\</path>
            <path>G:\Games\</path>
        </bookmark>
        <bookmark>
            <name>Emulators</name>
            <path>E:\Emulators\</path>
            <path>F:\Emulators\</path>
            <path>G:\Emulators\</path>
        </bookmark>
        <bookmark>
            <name>Programs</name>
            <path>E:\Apps\</path>
            <path>F:\Apps\</path>
            <path>G:\Apps\</path>
        </bookmark>
        <bookmark>
            <name>DVD-Game</name>
            <path>D:\</path>
        </bookmark>
    </myprograms>

    <!-- My Videos shares !-->
    <video>
        <default></default>
        <bookmark>
            <name>Videos</name>
            <path>E:\Videos</path>
            <path>F:\Videos</path>
            <path>G:\Videos</path>
        </bookmark>
        <bookmark>
            <name>DVD-ROM Drive</name>
            <path>D:\</path>
        </bookmark>
        <bookmark>
            <name>Playlists</name>
            <path>$VIDEOPLAYLISTS</path>
        </bookmark>

        <bookmark>
            <name>XBMSP Network Share</name>
            <path>xbms://192.168.0.1:1400/</path>
        </bookmark>
        <bookmark>
            <name>XBMSP Network Servers (Auto-Discover)</name>
            <path>xbms://</path>
        </bookmark>
        <bookmark>
            <name>SMB Network Share</name>

            <path>smb://DOMAIN;username:pwd@MyWindowsServer/movies/</path>
        </bookmark>
        <bookmark>
            <name>WORKGROUP (SMB) Network</name>
            <path>smb://</path>
        </bookmark>
        <bookmark>
            <name>ReplayTV</name>
            <path>rtv://*/</path>
        </bookmark>
        <bookmark>
            <name>UPnP Media Servers (Auto-Discover)</name>
            <path>upnp://</path>
        </bookmark>        
    </video>

    <!-- My Music shares !-->
    <music>
        <default></default>
        <bookmark>
            <name>Music</name>
            <path>C:\Music</path>
            <path>E:\Music</path>
            <path>F:\Music</path>
            <path>G:\Music</path>
        </bookmark>
        <bookmark>
            <name>DVD-ROM Drive</name>
            <path>D:\</path>
        </bookmark>
        <bookmark>
            <name>Playlists</name>
            <path>$MUSICPLAYLISTS</path>
        </bookmark>

        <bookmark>
            <name>XBMSP Network Share</name>
            <path>xbms://192.168.0.1:1400/</path>
        </bookmark>
        <bookmark>
            <name>XBMSP Network Servers (Auto-Discover)</name>
            <path>xbms://</path>
        </bookmark>
        <bookmark>
            <name>SMB Network Share</name>

            <path>smb://DOMAIN;username:pwd@MyWindowsServer/music/</path>
        </bookmark>
        <bookmark>
            <name>WORKGROUP (SMB) Network</name>
            <path>smb://</path>
        </bookmark>
        <bookmark>
            <name>iTunes Network Share (DAAP)</name>
            <!-- only use an IP address here !-->
            <path>daap://192.168.1.100</path>
        </bookmark>
        <bookmark>
            <name>SHOUTcast - Directory</name>
            <path>shout://www.shoutcast.com/sbin/newxml.phtml</path>
            <!-- direct links to genres and searches are allowed                                 -->
            <!-- shout://www.shoutcast.com/sbin/newxml.phtml?genre=Funk                          -->
            <!-- shout://www.shoutcast.com/sbin/newxml.phtml?genre=Top500                        -->
            <!-- shout://www.shoutcast.com/sbin/newxml.phtml?search=[stationname]                -->
        </bookmark>
        <bookmark>
            <name>UPnP Media Servers (Auto-Discover)</name>
            <path>upnp://</path>
        </bookmark>        
    </music>

    <!-- My Pictures shares !-->
    <pictures>
        <default></default>
        <bookmark>
            <name>Pictures</name>
            <path>C:\Pictures</path>
            <path>E:\Pictures</path>
            <path>F:\Pictures</path>
            <path>G:\Pictures</path>
        </bookmark>
        <bookmark>
            <name>DVD-ROM Drive</name>
            <path>D:\</path>
        </bookmark>

        <bookmark>
            <name>XBMSP Network Share</name>
            <path>xbms://192.168.0.1:1400/</path>
        </bookmark>
        <bookmark>
            <name>XBMSP Network Servers (Auto-Discover)</name>
            <path>xbms://</path>
        </bookmark>
        <bookmark>
            <name>SMB Network Share</name>

            <path>smb://DOMAIN;username:pwd@MyWindowsServer/pictures/</path>
        </bookmark>
        <bookmark>
            <name>WORKGROUP (SMB) Network</name>
            <path>smb://</path>
        </bookmark>
        <bookmark>
            <name>UPnP Media Servers (Auto-Discover)</name>
            <path>upnp://</path>
        </bookmark>        
    </pictures>

    <!-- File-manager shares !-->
    <files>
        <bookmark>
            <name>C Drive</name>
            <path>C:\</path>
        </bookmark>
        <bookmark>
            <name>E Drive</name>
            <path>E:\</path>
        </bookmark>
        <bookmark>
            <name>F Drive</name>
            <path>F:\</path>
        </bookmark>
        <bookmark>
            <name>G Drive</name>
            <path>G:\</path>
        </bookmark>
        <bookmark>
            <name>Q Drive</name>
            <path>Q:\</path>
        </bookmark>
        <bookmark>
            <name>DVD-ROM Drive</name>
            <path>D:\</path>
        </bookmark>

        <bookmark>
            <name>XBMSP Network Share</name>
            <path>xbms://192.168.0.1:1400/</path>
        </bookmark>
        <bookmark>
            <name>XBMSP Network Servers (Auto-Discover)</name>
            <path>xbms://</path>
        </bookmark>
        <bookmark>
            <name>SMB Network Share</name>

            <path>smb://DOMAIN;username:pwd@MyWindowsServer/files/</path>
        </bookmark>
        <bookmark>
         <name>FTP Network Share</name>

            <path>ftp://username:password@ip:port/folder/</path>
        </bookmark>
        <bookmark>
            <name>WORKGROUP (SMB) Network</name>
            <path>smb://</path>
        </bookmark>
    </files>

</sources>
Reply
#7
The 2.0.1 point release is about 14-months old! (from November 2005, not November 2006).
Again, please go get the very latest SVN build (which should not be more than a week old!)!

Otherwise the plugins will not work!
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.
Reply
#8
All your Sources related questions are answered btw in the online manual.
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.
Reply

Logout Mark Read Team Forum Stats Members Help
i see no "add source" option0