Launchbrowser favourites question
#1
is it broken where you press either x or y to add/remove items to the playlists? it dont seem to be working on my setup
Reply
#2
i recommend using the buttons on screen as there is a problem with using the y button on the gamepad from python.
Reply
#3
http://www.geocities.com/bogorman/launchbrowserv1.6.zip

updated 05/10/05 by flash
version 1.6
added a repeat feature to the playlists so you can repeat your favourites.
added move up/down buttons so you can re-arrange the order of your favourites.
added support for the uk&ireland launch sites and also the canada site.
this was minimal work as the formats of these sites are almost identical to the us version.
unfortunately the other regional sites are too varied to be used in this version.
default site is the us but this can be changed in the config.xml file. you can also change the
site you are looking at from the main screen in launchbrowser.
added back in support for the y button to add to the playlist. x button will delete from the playlist.
there is no code setup for the y button so i set it as 17 and added it to the keymap.xml file.
<action>
<description>toggle between gui and fullscreen</description>
<id>18</id>
<gamepad>x</gamepad>
<remote>display</remote>
<remote>xbox</remote>
<remotecode></remotecode>
<keyboard>tab</keyboard>
</action>
<action>
<description>y button</description>
<id>17</id>
<gamepad>y</gamepad>
</action>
add the second action after you find the first entry in the keymap file if you want this feature.



handy tip. if you use the remote control its handy to be able to click the display button.
this will minimise the video and let you browse to the biography page where you can read the bios while listening to the songs.
Reply
#4
get it at xbmcscripts.com

updated 05/12/05 by flash
version 1.7
added support for france/italy/spain and germany launch sites.
found that there is a setting for download rate between 300 and the 768 high rate. its at 512 and that is now the default.
Reply

Logout Mark Read Team Forum Stats Members Help
Launchbrowser favourites question0