Make the videos button go directly to a specific source
#1
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?
Reply
#2
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>
Reply

Logout Mark Read Team Forum Stats Members Help
Make the videos button go directly to a specific source0