Results 1 to 8 of 8

Thread: Gesturing for Playlists

  1. #1
    Variable Bitrate
    Join Date
    Nov 2006
    Location
    Rubidoux, CA
    Posts
    267

    Gesturing for Playlists

    I've noticed in the Gesturing system, there are entries for Music Albums and Music Genres, but no shortcut to get to the Music Playlists. This would be VERY good to have, since I have all my internet radio stations in playlists. It takes 3-4 taps/gestures to get to the playlists currently (home, Music, Page Dn, Playlists).
    The old navigation was at least easier for this, as Playlists was available from the main music page.

  2. #2
    Neither darque nor pervert DarquePervert's Avatar
    Join Date
    Apr 2004
    Location
    Elsewhere
    Posts
    13,797
    You can set gestures to go to whatever you want from the settings menu.
    Have you looked in the FAQ yet?
    How about the Wiki?



    Under normal circumstances, a signature would go here.

  3. #3
    Variable Bitrate
    Join Date
    Jun 2007
    Location
    NJ
    Posts
    274
    Good luck creating a working gesture, I dont know if its me or what but I spent over 30 minutes trying to make a "add to favorites" gesture in navigation and I couldn't get it to recognize any gesture I was trying to make, it got to a point that before I gave up I just made a gesture like this ">" just to keep it as simple as possible and i couldnt get SD to recognize it no matter how many times I attempted to create it.

  4. #4
    Constant Bitrate rxh81's Avatar
    Join Date
    Dec 2006
    Location
    Europe/Austria/Graz
    Posts
    162
    Quote Originally Posted by DarquePervert View Post
    You can set gestures to go to whatever you want from the settings menu.
    That's not right ! There is no possibility to define a gesture for playlists. There is it for every other module, but not for playlists. At least I couln't find it.

    I also raised this issue months ago, but no reaction from SD.
    This thing couldn't be so hard to do! And I really miss it!!

    And I don't mind, if special new defined gestures won't work, because there are 26 characters that work perfectly, and this is enough for me.

    Roland

  5. #5
    Maximum Bitrate Kimota's Avatar
    Join Date
    Nov 2006
    Location
    Fort Lauderdale ,Florida
    Posts
    468
    I second that I would LOVE to be able to gesture for playlist.

    P.S

    I also didn't see it under one of the options to assign a gesture to ;(

  6. #6
    Raw Wave god_of_cpu's Avatar
    Join Date
    Jan 2004
    Location
    SilverSpring Maryland
    Posts
    2,960
    Playlists is not a function that is defined, you can easily add this functionality though a digitalmod though, just startup the development environment, create a new script project, add a new scripted overlay to it. Overload the OnFunction event for the Overlay, then in the event body, choose a function you rarly use like eFunctionToggleRelay1 and when eFunction equals that, call App.Exec "CMusicPlaylistModule" and return TRUE

    Then in StreetDeck, bind a gesture to the eFunctionToggleRelay1 function or whatever one you choose and as long as the digitalmod is running, it will go to the playlist module.

    i.e.
    Code:
    if eFunction = eFunctionToggleRelay1 Then
         App.Exec "CMusicPlaylistModule"
         Overlay_OnFunction = True
    End If
    This same code should work for going to any module you just have to get the module class name by using the -info command line switch.
    StreetDeck.com Developer (I am Chuck)
    Get StreetDeck at http://www.streetdeck.com
    The Official StreetDeck Forums have moved, please visit us at http://www.streetdeck.com/forum for official support for Streetdeck.

  7. #7
    Constant Bitrate rxh81's Avatar
    Join Date
    Dec 2006
    Location
    Europe/Austria/Graz
    Posts
    162
    Hi God of CPU,

    I don't understand, why you propose to do such a strange work around, if you could add this missing link probably in minutes and release it in the next update...

    For me it looks like you have forgotten this setting anyway, because everything else is there.

    Or is there an other reason, why you don't be able or don't want to add this thing?

  8. #8
    is back. FKA Robert Wray
    Auto Apps:loading...
    Fiberoptic's Avatar
    Join Date
    Jul 1978
    Location
    Baltimore, MD
    Posts
    1,352
    Blog Entries
    143
    Quote Originally Posted by rxh81 View Post
    Hi God of CPU,

    I don't understand, why you propose to do such a strange work around, if you could add this missing link probably in minutes and release it in the next update...

    For me it looks like you have forgotten this setting anyway, because everything else is there.

    Or is there an other reason, why you don't be able or don't want to add this thing?
    Its feature creep. If it did get added, it wouldnt be set to a gesture by default and most users would never know about it. Adding functions also breaks all supporting apps that use it and can break plugins.

    Sure adding it would take minutes. Updating the supporting apps, merging the changes into all the different builds, testing it, and updating the documentation would take the better part of the day.

Similar Threads

  1. Adding Gesturing option in CF
    By coucouillu in forum Centrafuse
    Replies: 68
    Last Post: 10-03-2007, 12:17 PM
  2. StreetDeck Video Blog
    By god_of_cpu in forum StreetDeck
    Replies: 10
    Last Post: 10-11-2006, 02:15 AM
  3. Gesturing Sensitivity?
    By Zinjamaster in forum StreetDeck
    Replies: 4
    Last Post: 07-25-2006, 08:11 AM
  4. Proper Gesturing Technique (Video Blog)
    By god_of_cpu in forum StreetDeck
    Replies: 0
    Last Post: 07-07-2006, 06:59 PM
  5. Gesturing difficult
    By amthar in forum StreetDeck
    Replies: 8
    Last Post: 04-11-2006, 12:42 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •