» Stats |
Members: 85,385
Threads: 29,398
Posts: 247,936
|
| Welcome to our newest member, Automator_Al |
|
 |
|
17-05-13, 11:04
|
#41
|
|
.NET Ninja
Join Date: Apr 2011
Location: Belgium
Posts: 933
Contribution: 0.38%
Thanks: 15
Thanked 187 Times in 104 Posts
Downloads: 0
Uploads: 0
|
Re: IP Control API reference
This might be useful:
################################################## #########################
# Root for UI type 1 (plain)
################################################## #########################
root://all plugin dunestore category_list
root://all root internal_storages
root://all root setup
root://all root film_service
root://all root dune_home
root://all plugin kartina_tv_launcher
root://all root sip_phone
root://all plugin web_browser_launcher
root://all plugin iptv
root://all plugin inet_radio
root://all plugin dvbt
root://all plugin dvbc
root://all plugin dvbs
root://all plugin radiotime
root://all plugin shoutcast
root://all plugin russia.ru
root://all root presenter
root://all plugin torrents_launcher
root://all root favorites
root://all root network_items_begin
root://all root external_storages
root://all root network_items_end
root://all others
################################################## #########################
# Root for UI types 2 and 3 (tabs, folders)
################################################## #########################
##### Sources #####
root://sources root internal_storages
root://sources root network_items_begin
root://sources root external_storages
root://sources root network_items_end
##### TV #####
root://tv plugin kartina_tv_launcher
root://tv plugin iptv
root://tv plugin dvbt
root://tv plugin dvbc
root://tv plugin dvbs
root://tv others
root://tv plugin dunestore tv_add
##### Music and Radio #####
root://music_and_radio plugin radiotime
root://music_and_radio plugin shoutcast
root://music_and_radio others
root://music_and_radio plugin dunestore music_and_radio_add
##### Social networks #####
root://social_networks others
root://social_networks plugin dunestore social_networks_add
##### News and Weather #####
root://news_and_weather others
root://news_and_weather plugin dunestore news_and_weather_add
##### Video #####
root://video others
root://video plugin dunestore video_add
##### Games #####
root://games others
root://games plugin dunestore games_add
##### Applications #####
root://applications plugin dunestore category_list
root://applications root sip_phone
root://applications root film_service
root://applications root dune_home
root://applications plugin web_browser_launcher
root://applications plugin inet_radio
root://applications plugin russia.ru
root://applications root presenter
root://applications plugin torrents_launcher
root://applications others
root://applications plugin dunestore applications_add
################################################## #########################
# Setup
################################################## #########################
##### Root setup #####
root://setup setup general
root://setup setup user_profiles
root://setup setup date_time
root://setup setup video
root://setup setup audio
root://setup setup network
root://setup setup applications
root://setup setup appearance
root://setup setup playback
root://setup setup miscellaneous
root://setup setup sysinfo
##### Applications setup #####
setup://applications setup dune_hd_movies
setup://applications setup sip_phone
setup://applications plugin web_browser_launcher
setup://applications setup presenter
setup://applications plugin torrents_launcher
setup://applications setup photo_viewer
setup://applications setup network_browser
setup://applications setup smb_server
setup://applications setup dvbt
setup://applications setup dvbc
setup://applications setup dvbs
setup://applications setup widget
setup://applications setup online_services
setup://applications plugin radiotime
setup://applications plugin shoutcast
setup://applications plugin russia.ru
setup://applications plugin kartina_tv_launcher
setup://applications setup dune_home
setup://applications setup interactive_tv
|
|
|
|
17-05-13, 11:38
|
#42
|
|
.NET Ninja
Join Date: Apr 2011
Location: Belgium
Posts: 933
Contribution: 0.38%
Thanks: 15
Thanked 187 Times in 104 Posts
Downloads: 0
Uploads: 0
|
Re: IP Control API reference
It appears that you can only navigate to specific folders if they are marked as favorites. For example, if you have a link to your Zappiti index in your favorites, you can do this:
Code:
cmd=open_path&url=root://favorites/Zappiti
I tried to do the same using root://sources, but it fails every time.
What's interesting is that you can use open_path commands to start file playback the same way you would using RC buttons.
EDIT
For some reason, this doesn't work: root://sources/DuneHDD_uuid
But this does: root://sources/Hard%20Disk
Last edited by Gennoise; 17-05-13 at 11:51.
|
|
|
|
The Following User Says Thank You to Gennoise For This Useful Post:
|
|
17-05-13, 20:08
|
#43
|
Senior Member
Join Date: Mar 2010
Location: San Francisco, CA
Posts: 646
Contribution: 0.26%
Thanks: 35
Thanked 114 Times in 94 Posts
Downloads: 0
Uploads: 0
|
Re: IP Control API reference
Thanks for the detective work. This looks like it could come in handy for automation systems.
|
|
|
17-05-13, 21:45
|
#44
|
|
.NET Ninja
Join Date: Apr 2011
Location: Belgium
Posts: 933
Contribution: 0.38%
Thanks: 15
Thanked 187 Times in 104 Posts
Downloads: 0
Uploads: 0
|
Re: IP Control API reference
I think open_path would be most useful in some sort of companion app configuration.
Imagine a youtube/netflix kind of plugin where being able to see everything on a large screen is still a huge benefit. Then give it a companion smartphone/tablet app that allows you to jump around different views without having to use the arrow/enter/return keys.
|
|
|
19-05-13, 09:54
|
#45
|
|
Premium Potential
Join Date: Apr 2010
Location: The Netherlands
Posts: 267
Contribution: 0.11%
Thanks: 10
Thanked 78 Times in 25 Posts
Downloads: 0
Uploads: 0
|
Volume level has gaps
I'm using the
Code:
cmd=set_playback_state&volume=
command to increase/decrease volume level. But I noticed on my Dune Prime 3.0 that setting some levels does nothing.
The following levels are possible:
Code:
0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100
Using any other level gives no reponse.
Does anybody else also experienced this?
__________________
Player: Dune Prime 3.0 FW: 121018_0846
Indexer: MyDuneMusic 2.2.9, yaDIS 2.2
Controller: Dune Media Controller
|
|
|
19-05-13, 18:22
|
#46
|
|
.NET Ninja
Join Date: Apr 2011
Location: Belgium
Posts: 933
Contribution: 0.38%
Thanks: 15
Thanked 187 Times in 104 Posts
Downloads: 0
Uploads: 0
|
Re: IP Control API reference
Yep. I think this is because internally it measures in dB, then converts it to percentages.
|
|
|
 |
|
|
Currently Active Users Viewing This Thread: 2 (0 members and 2 guests)
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
» MPC top List... |
TOP 5 Regular media players
-
Popcorn Hour C-300 (81%)
-
Mede8er Med500x2 (80%)
-
Dune SMART (D1) (65%)
-
HDI Dune Base 3.0 (52%)
-
DViCo TViX X-Roid (00%)
TOP 5 Hybrid media players
-
HDI Dune BD Prime 3.0 (75%)
-
HDI Dune HD SMART B1 (74%)
-
PoPCorn Hour C-200 (68%)
-
HDI Dune MAX (54%)
-
-
We do not recommend currently...
-
Xtreamer products
-
Hantech products
-
MViX products
-
DviCo products
-
HDX products
|
|
|