Kodi Community Forum
View Subtitle/Audio Track List with Command - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222)
+--- Forum: Feature Requests (https://forum.kodi.tv/forumdisplay.php?fid=9)
+--- Thread: View Subtitle/Audio Track List with Command (/showthread.php?tid=271746)



View Subtitle/Audio Track List with Command - Ichabod Fletchman - 2016-04-29

Was wondering if it is possible to create a shortcut the the subtitles and audio track list?
I created a new thread to separate it from this existing thread: http://forum.kodi.tv/showthread.php?tid=223457
In it you will find users wanting a method to show the subtitle / audio track list without going to audio settings dialog.
If anyone knows how to or can implement this: ActivateWindow(SubtitleList) ActivateWindow(AudioTrackList) (or something similar) it would help greatly.

If this can be done, the subtitle list needs to add "Disabled" to the top of the list, as currently, accessing that list doesn't show that, you have to do it in the audiosettings window.

I came up with a simple indexing system here: http://forum.kodi.tv/showthread.php?tid=267185 but I guess that would require adding a new feature, whereas the subtitle/track lists are already there, we just need direct access to them.


RE: View Subtitle/Audio Track List with Command - Shomei - 2016-05-15

Hotkeys for "Audio and subtitle setting" and also "Video settings" would be nice to have.


RE: View Subtitle/Audio Track List with Command - Ichabod Fletchman - 2016-05-15

(2016-05-15, 03:48)Shomei Wrote: Hotkeys for "Audio and subtitle setting" and also "Video settings" would be nice to have.

If all your after is the audio and video settings dialogs, then you can already access them: http://kodi.wiki/view/Window_IDs
There is "osdvideosettings" (10123) and "osdaudiosettings" (10124)
You just have to change your keymap to open those windows.

But it's the submenu lists for subtitles and audio tracks that we can't access (or don't know the window id).


RE: View Subtitle/Audio Track List with Command - Shomei - 2016-05-15

(2016-05-15, 15:39)Ichabod Fletchman Wrote: But it's the submenu lists for subtitles and audio tracks that we can't access (or don't know the window id).

So it's almost the same feature request http://forum.kodi.tv/showthread.php?tid=223457
but with this addition:

(2016-04-29, 07:12)Ichabod Fletchman Wrote: If this can be done, the subtitle list needs to add "Disabled" to the top of the list, as currently, accessing that list doesn't show that, you have to do it in the audiosettings window.

I 100% agree