[RELEASE] Jump to Item
#1
Thumbs Up 
This addon provide easy and fast way to switch current playing song without the need of bringing up playlist window, searching for item we want to play and returning to our previous window (Home menu / nowplaying window etc.)

Usage:
Put these into your keyboard.xml keymap (ofcourse that is only example - You can use whatever key/remote button You want)
Code:
<j>RunScript(script.jumptoitem,nofilter)</j>
<j mod="alt">RunScript(script.jumptoitem,filter)</j>

Now pressing J will bring up simple list filled with playlist items. Simply select one You want and press Select or Play to play it.
Image

Pressing ALT + J will first show keyboard to input filter. (script is searching in song's artist, title and album)
Image Image
Examples:
  • List songs from Metallica's Reload album that are in Your playlist - write "metallica reload", "met reload", "llica eload" etc. You don't need to write whole words.
  • Play "Serj Tankian - Empty Walls" - write "serj walls"
It works well with most skins because script use standard skin list dialog:
Image Image

My TODO list:
  • If nothing playing - search for playlists
  • Move after current option when pressing Queue button (Q by default)
  • Add video playlist support - low priority
  • Your suggestions!
Download: http://github.com/downloads/pieh/script....-09-29.zip then install manually from zip

If You will like this I will try to get this addon to XBMC addon repository.
Reply

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Jump to Item0