View Full Version : Is there List of jump codes and what do I use to jump to My Movies?
TheFatherMind
May 25th, 2010, 07:29 PM
Greetings
I am tweaking my remote and I want to set a button to jump to "My Movies". the XBMC.ActivateWindow(MyVideos) that apparently goes to the "TV Shows". But this leads to the ultimate question, where is the mast list of all the codes that can be used and where they can be used from.
Within that I presume there must be a way to program a direct jump to an App on the remote. Looking at keyboard.xml I see "ActivateWindow(10000)" for the home screen. That leads me to believe that some screens or area's can be accessed by number. Where can I look to figure that out?
~ Merlin
darcilicious
May 25th, 2010, 09:09 PM
A forum search on "activewindow" found this gem, post #3 in particular: http://forums.boxee.tv/showthread.php?t=18127
Not a list but a way to come up with the list at any rate.
TheFatherMind
May 25th, 2010, 09:13 PM
I searched for all sorts of stuff for a good hour. I am annoyed that you found it so easily and I did not. I appreciate your help greatly, thank you. Not only does the recommended thread solve my general problem but it tells me outright how to get to the movies. (:
~ Merlin
gregms
May 26th, 2010, 09:18 AM
I searched for all sorts of stuff for a good hour. I am annoyed that you found it so easily and I did not.~ Merlin
darcilicious is good like that :)
-GregMS
TheFatherMind
June 5th, 2010, 08:50 PM
A forum search on "activewindow" found this gem, post #3 in particular: http://forums.boxee.tv/showthread.php?t=18127
Not a list but a way to come up with the list at any rate.
This debug/log file it mentions. I cannot seem to find the log file on my linux box for boxee. I am still trying to sort out how to reach specific area's and things.
darcilicious
June 5th, 2010, 09:23 PM
http://support.boxee.tv/entries/43963-i-ve-been-asked-by-boxee-support-to-send-debug-logs-how-do-i-do-that :)
DPK
June 5th, 2010, 11:37 PM
I'm feeling particularly helpful tonight, so here's all the Boxee window ids:
10250 WINDOW_BOXEE_FEED
10255 WINDOW_DIALOG_BOXEE_LOGGING_IN
10256 WINDOW_DIALOG_BOXEE_CREDITS
10350 WINDOW_DIALOG_BOXEE_SHARE
10351 WINDOW_DIALOG_BOXEE_RATE
10352 WINDOW_DIALOG_BOXEE_USER_INFO
10353 WINDOW_DIALOG_BOXEE_FRIENDS_LIST
10354 WINDOW_DIALOG_BOXEE_VIDEO_CTX
10355 WINDOW_DIALOG_BOXEE_MUSIC_CTX
10356 WINDOW_DIALOG_BOXEE_PICTURE_CTX
10357 WINDOW_DIALOG_BOXEE_APP_CTX
10358 WINDOW_DIALOG_BOXEE_USER_LOGIN
10359 WINDOW_DIALOG_BOXEE_BUFFERING
10400 WINDOW_DIALOG_WIDGETS_TEST
10401 WINDOW_DIALOG_BOXEE_MEDIA_ACTION
10402 WINDOW_DIALOG_BOXEE_MANUAL_RESOLVE
10403 WINDOW_DIALOG_BOXEE_UPDATE_MESSAGE
10404 WINDOW_DIALOG_BOXEE_UPDATE_PROGRESS
10405 WINDOW_DIALOG_BOXEE_RSS_FEED_INFO
10406 WINDOW_DIALOG_BOXEE_DROPDOWN
10407 WINDOW_DIALOG_BOXEE_POST_PLAY
10408 WINDOW_DIALOG_BOXEE_SEARCH
10409 WINDOW_DIALOG_BOXEE_GLOBAL_SEARCH
10450 WINDOW_BOXEE_WIZARD_RESOLUTION
10451 WINDOW_BOXEE_WIZARD_AUDIO
10452 WINDOW_BOXEE_WIZARD_NETWORK
10453 WINDOW_BOXEE_WIZARD_NETWORK_MANUAL
10454 WINDOW_BOXEE_WIZARD_TIMEZONE
10455 WINDOW_BOXEE_WIZARD_ADD_SOURCE
10456 WINDOW_BOXEE_WIZARD_ADD_SOURCE_MANUAL
10457 WINDOW_BOXEE_WIZARD_SOURCE_MANAGER
10458 WINDOW_BOXEE_WIZARD_SOURCE_NAME
10460 WINDOW_BOXEE_MEDIA_SOURCES
10461 WINDOW_BOXEE_MEDIA_SOURCE_LIST
10462 WINDOW_BOXEE_MEDIA_SOURCE_ADD_SHARE
10463 WINDOW_BOXEE_MEDIA_SOURCE_INFO
10464 WINDOW_BOXEE_MEDIA_SOURCE_ADD_FOLDER
10465 WINDOW_BOXEE_MAIN
10466 WINDOW_BOXEE_BROWSE
10467 WINDOW_BOXEE_DIALOG_MAIN_MENU
10469 WINDOW_BOXEE_MEDIA_INFO
10470 WINDOW_BOXEE_APPLICATION_SETTINGS
10472 WINDOW_BOXEE_DIALOG_SERIES_INPUT
10473 WINDOW_BOXEE_ALBUM_INFO
10474 WINDOW_DIALOG_YES_NO_2
10475 WINDOW_DIALOG_OK_2
10476 WINDOW_BOXEE_DIALOG_APPLICATION_ACTION
10477 WINDOW_BOXEE_SHORTCUT_DIALOG
10478 WINDOW_SCREEN_SIMPLE_CALIBRATION
10479 WINDOW_BOXEE_BROWSE_LOCAL
10480 WINDOW_BOXEE_BROWSE_TVSHOWS
10481 WINDOW_BOXEE_BROWSE_MOVIES
10482 WINDOW_BOXEE_BROWSE_APPS
10483 WINDOW_BOXEE_BROWSE_TVEPISODES
10484 WINDOW_BOXEE_BROWSE_ALBUMS
10485 WINDOW_BOXEE_BROWSE_TRACKS
10486 WINDOW_BOXEE_BROWSE_REPOSITORIES
10487 WINDOW_BOXEE_BROWSE_APPBOX
10488 WINDOW_BOXEE_BROWSE_SUBSCRIPTIONS
10489 WINDOW_BOXEE_BROWSE_QUEUE
10490 WINDOW_BOXEE_BROWSE_DISCOVER
10491 WINDOW_BOXEE_BROWSE_PHOTOS
10492 WINDOW_BOXEE_BROWSE_SHORTCUTS
10493 WINDOW_BOXEE_BROWSE_HISTORY
The only ones you are probably going to be interested in or usable for any practical purpose are ids 10479 to 10493.
stergil
June 28th, 2010, 01:51 AM
What's the proper way to utilize the window IDs? Through a SendMessage call of sorts? I'm using Intelliremote and would like to remap the teletext buttons to jump to Movies/Tv shows/Apps, etc.
stergil
July 9th, 2010, 03:16 PM
Is anyone able to help with this? I'd very much like to have the Red/Green/Yellow/Blue buttons jump to TV Shows, Movies, Apps, etc.
stergil
July 26th, 2010, 02:30 PM
I've since been able to make it work as desired, details can be found in this forum post:
http://forums.boxee.tv/showthread.php?t=19372
Powered by vBulletin® Version 4.1.12 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.