Kodi Community Forum

Full Version: Make the videos button go directly to a specific source
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im running eden stable on my ATV2 and use the "Videos button goes directly to file mode" but I would like it to go to a specific source I have added under Videos. Is there some file that I could do some changes in so I go directly to one source?
Ok I searched around in the theme files and changed this in Home.xml
<onclick condition="Skin.HasSetting(HomeVideostoFiles)">ActivateWindow(Videos,Files,Return)</onclick>
to this
<onclick condition="Skin.HasSetting(HomeVideostoFiles)">ActivateWindow(Videos,smb://111.111.111.111/Source i wanted to open/,Return)</onclick>