milli
|
2012-02-25
, 07:24
|
Posts: 44 |
Thanked: 3 times |
Joined on Nov 2009
|
#131
|
|
2012-02-25
, 16:37
|
Posts: 203 |
Thanked: 375 times |
Joined on Nov 2009
|
#132
|
|
2012-02-26
, 19:40
|
Posts: 44 |
Thanked: 3 times |
Joined on Nov 2009
|
#133
|
Nope... Xbmc does not support this yet. But there are plans to allow addons to register their own remote controlling API. That should allow all the stuff you need. Unfortunately, at the current release pace this won't be released within the next year.
|
2012-03-03
, 14:36
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#134
|
|
2012-03-04
, 19:26
|
Posts: 203 |
Thanked: 375 times |
Joined on Nov 2009
|
#135
|
1. I cannot seem to find a way to add a folder/m3u list of file to the playlist - only a single file at a time. Is there a way to do that which I missed?
2. Is there a way to activate the on screen display when video/music plays (the one that the pressing the 'm' key brings up)? Through this menu it is possible to do things like select subtitles, and other tweaks which are very much missing.
When this menu is up, it is possible to use the regular navigation controls to do all the operations, just need this 'm' key press simulation
|
2012-03-05
, 08:58
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#136
|
There seems t be a bug in XBMC right now.
This one is not available yet in Eden but it looks like they are already working on it in git master for XBMC version 12.
|
2012-03-05
, 19:40
|
Posts: 203 |
Thanked: 375 times |
Joined on Nov 2009
|
#137
|
(1) can be implemented (for opening playlists) with:
"http://[server url]/xbmcCmds/xbmcHttp?command=PlayFile([playlist path + .m3u file])"
playlists, files and folders can be appended to current playlist with:
"http://[server url]/xbmcCmds/xbmcHttp?command=AddToPlayList([playlist/file/folder])"
(2) can be implemented with this command:
"http://[server[/url] address]/xbmcCmds/xbmcHttp?command=SendKey(0xF04D)"
I tested all and they work great
Is it possible for you to add this somewhere?
I was very impressed by a feature in this remote application:
Yesterday i realized that when i get a phone call, the sound is automatically muted until the call is ended - i thought something was wrong at first with my audio system - this REALLY is a great feature - thanks for your work.
The Following User Says Thank You to mzanetti For This Useful Post: | ||
|
2012-03-09
, 11:28
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#138
|
|
2012-03-09
, 15:42
|
Posts: 203 |
Thanked: 375 times |
Joined on Nov 2009
|
#139
|
|
2012-03-10
, 11:17
|
Posts: 669 |
Thanked: 433 times |
Joined on May 2010
|
#140
|
Well, for video playback I already do the pausing, but for music I think lowering the volume and keep playing is better.