ShortCut'er Plugin - Shortcuts for the MP sections (1 Viewer)

Deda

Lead Dev MP1 Videos
  • Premium Supporter
  • March 18, 2009
    2,423
    2,385
    Zagreb
    Home Country
    Croatia Croatia
    Try this (copy dll to Mp plugins/process folder).

    I'm not the author nor I can develop this but just made it work within new 1.2.0 Beta.

    These are latest WindowIDs:

    Code:
          WINDOW_INVALID = -1,
          WINDOW_HOME = 0,
          WINDOW_TV = 1,
          WINDOW_PICTURES = 2,
          WINDOW_FILES = 3,
          WINDOW_SETTINGS = 4,
          WINDOW_MUSIC = 5,
          WINDOW_VIDEOS = 6,
          WINDOW_SYSTEM_INFORMATION = 7,
          WINDOW_SETTINGS_SCREEN = 9,
          WINDOW_UI_CALIBRATION = 10,
          WINDOW_MOVIE_CALIBRATION = 11,
          WINDOW_SETTINGS_SLIDESHOW = 12,
          WINDOW_SETTINGS_MUSIC = 14,
          WINDOW_SCRIPTS = 20,
          WINDOW_VIDEO_TITLE = 25,
          WINDOW_VIDEO_PLAYLIST = 28,
          WINDOW_RADIO = 30,
          WINDOW_SETTINGS_GUI = 31,
          WINDOW_MYPLUGINS = 34,
          WINDOW_SECOND_HOME = 35,
          WINDOW_DIALOG_YES_NO = 100,
          WINDOW_DIALOG_PROGRESS = 101,
          WINDOW_DIALOG_PLAY_STOP = 102,
          WINDOW_MUSIC_PLAYLIST = 500,
          WINDOW_MUSIC_FILES = 501,
          WINDOW_MUSIC_GENRE = 504,
          WINDOW_MUSIC_COVERART_GRABBER_RESULTS = 508,
          WINDOW_MUSIC_COVERART_GRABBER_PROGRESS = 509,
          WINDOW_MUSIC_PLAYING_NOW = 510,
          WINDOW_FULLSCREEN_MUSIC = 511, //SV Added by SteveV 2006-09-07
          WINDOW_DIALOG_LASTFM = 512,
          WINDOW_TVGUIDE = 600,
          WINDOW_SCHEDULER = 601,
          WINDOW_TVFULLSCREEN = 602,
          WINDOW_RECORDEDTV = 603,
          WINDOW_SEARCHTV = 604,
          WINDOW_RECORDEDTVGENRE = 605,
          WINDOW_RECORDEDTVCHANNEL = 606,
          WINDOW_TV_SCHEDULER_PRIORITIES = 607,
          WINDOW_TV_CONFLICTS = 608,
          WINDOW_VIDEO_ARTIST_INFO = 614,
          WINDOW_SETTINGS_TV = 700,
          WINDOW_SETTINGS_RECORDINGS = 701,
          WINDOW_SETTINGS_SORT_CHANNELS = 702,
          WINDOW_SETTINGS_MOVIES = 703,
          WINDOW_SETTINGS_DVD = 704,
          WINDOW_SETTINGS_SKIN = 705,
          WINDOW_SETTINGS_TV_EPG = 706,
          WINDOW_SETTINGS_SKIPSTEPS = 708, // by rtv
          WINDOW_SETTINGS_TVENGINE = 709,
          WINDOW_TV_SEARCH = 747,
          WINDOW_TV_SEARCHTYPE = 746,
          WINDOW_TV_PROGRAM_INFO = 748,
          WINDOW_TV_NO_SIGNAL = 749,
          WINDOW_DIALOG_FILE = 758,
          WINDOW_TV_RECORDED_INFO = 759,
          WINDOW_DIALOG_TVGUIDE = 761,
          WINDOW_RADIO_GUIDE = 762,
          WINDOW_RECORDEDRADIO = 763,
          WINDOW_VIRTUAL_KEYBOARD = 1002,
          WINDOW_DIALOG_SELECT = 2000,
          WINDOW_MUSIC_INFO = 2001,
          WINDOW_DIALOG_OK = 2002,
          WINDOW_VIDEO_INFO = 2003,
          WINDOW_MUSIC_OVERLAY = 2004,
          WINDOW_FULLSCREEN_VIDEO = 2005,
          WINDOW_VISUALISATION = 2006,
          WINDOW_SLIDESHOW = 2007,
          WINDOW_DIALOG_FILESTACKING = 2008,
          WINDOW_DIALOG_SELECT2 = 2009,
          WINDOW_DIALOG_DATETIME = 2010,
          WINDOW_ARTIST_INFO = 2011,
          WINDOW_DIALOG_MENU = 2012,
          WINDOW_DIALOG_RATING = 2013,
          WINDOW_DIALOG_EXIF = 2014,
          WINDOW_DIALOG_MENU_BOTTOM_RIGHT = 2015,
          WINDOW_DIALOG_NOTIFY = 2016,
          WINDOW_DIALOG_TVCONFLICT = 2017,
          WINDOW_DIALOG_CIMENU = 2018,
          WINDOW_DIALOG_TVNOTIFYYESNO = 2019,
          WINDOW_WEATHER = 2600,
          WINDOW_SCREENSAVER = 2900,
          WINDOW_OSD = 2901,
          WINDOW_VIDEO_OVERLAY = 3000,
          WINDOW_DVD = 3001, // for keymapping
          WINDOW_TV_OVERLAY = 3002,
          WINDOW_TVOSD = 3003,
          WINDOW_TOPBAR = 3005,
          WINDOW_TVZAPOSD = 3007,
          WINDOW_VIDEO_OVERLAY_TOP = 3008,
          WINDOW_MINI_GUIDE = 3009,
          WINDOW_TV_CROP_SETTINGS = 3011,
          WINDOW_TV_TUNING_DETAILS = 3012, // gemx 
          WINDOW_PSCLIENTPLUGIN_UNATTENDED = 6666, // dero
          WINDOW_WIKIPEDIA = 4711,
          WINDOW_TELETEXT = 7700,
          WINDOW_FULLSCREEN_TELETEXT = 7701,
          WINDOW_DIALOG_TEXT = 7900,
          WINDOW_TETRIS = 7776,
          WINDOW_NUMBERPLACE = 7777, // rtv - sudoku clone
          WINDOW_RADIO_LASTFM = 7890,
          WINDOW_MUSIC_MENU = 8888, // for harley
          WINDOW_SEARCH_RADIO = 8900 // gemx
     

    Attachments

    • ShortCuter120B.rar
      16.8 KB
    • ShortCuters_Source120B.rar
      176.9 KB

    bribbon

    MP Donator
  • Premium Supporter
  • September 11, 2008
    470
    100
    Home Country
    Switzerland Switzerland
    AW: ShortCut'er Plugin - Shortcuts for the MP sections

    Thx Deda, it works fine!

    bribbon
     

    Deda

    Lead Dev MP1 Videos
  • Premium Supporter
  • March 18, 2009
    2,423
    2,385
    Zagreb
    Home Country
    Croatia Croatia
    Yes, I checked it also because I used this plugin before so I know what it is doing within MP :) otherwise I will not post broken plugin :)
     

    pjuegos

    Portal Pro
    April 28, 2011
    101
    1
    43
    Hi all,

    I am using this tool for the first time. Great plugin!

    I have a quick question; i am using streamedMP, which using movingPictures.
    When I click at myvideos in my remote, I would like to go to the movies menu of movingPictures, instead of the standard videos menu.
    Do you know what code would that be?


    Thanks
     

    pjuegos

    Portal Pro
    April 28, 2011
    101
    1
    43
    Hi again,

    I have migrated to MP 1.2 and I have installed ShortCuter120B.rar.

    Unfortunately, it did not work. The plugin appears in the plugin section. I can enable it, but whenever I try to go to the config window, I get the attached message.

    Any idea of what the problem could be?

    Cheers

    pj
     

    Attachments

    • problem.jpg
      problem.jpg
      216.1 KB

    msj33

    MP Donator
  • Premium Supporter
  • November 30, 2005
    471
    76
    Home Country
    England England
    Is this plugin obsolete?

    I'm basically looking for an Tv guide shortcut, but won't configure my setup to use an obsolete product.......especially not with the implemention of version check in Mepo.

    Although there is a 1.2 beta version - What about future development and Repository support?

    Will author please comment on this?

    /Morten
     

    Seidelin

    Retired Team Member
  • Premium Supporter
  • August 14, 2006
    1,755
    652
    Kgs. Lyngby
    Home Country
    Denmark Denmark
    Is this plugin obsolete?

    Obviously not, since there is a version for 1.2.0 beta.

    I'm basically looking for an Tv guide shortcut, but won't configure my setup to use an obsolete product.......especially not with the implemention of version check in Mepo.

    I am sure Deda knows what he is doing.

    Although there is a 1.2 beta version - What about future development and Repository support?

    You can handle that. Seriously. It's open source.

    Will author please comment on this?

    Don't wait up. Author has no posts since almost two years.
     

    Users who are viewing this thread

    Top Bottom