O!Play HDP-R1 Tips

Link to the Asus O!Play HDP-R1 Forum

Telnet

Default user: root

Default password: <empty>

Firmware Update

Adding a Shortcut

You can add a shortcut using the remote by navigating as follow:

  1. Movies
  2. Folder
  3. Network
  4. /My_Shortcuts/
  5. Once you are under /My_Shortcuts/ press the “Left” arrow on the remote and you will see a “Add, Modify, Delete, Return” menu

Or editing the shortcuts file with Telnet:

telnet oplay
vi /usr/local/etc/dvdplayer/NetworkBrowser.ini

Sample file:

[MAIN]
num=5
[0]
label='Movies:guest'
id='guest'
pw='guest'
domain='WORKGROUP'
hostname='WSCG'
ip1=0
ip2=0
ip3=0
ip4=0
[1]
label='Films:Mike'
id='Mike'
pw='tubular'
domain=''
hostname='Films'
ip1=0
ip2=0
ip3=0
ip4=0

http://www.devicehacks.com/Asus%20O!Play.ashx

Useful Files

User working files are stored under /usr/local

So to find a file associated to an action, action the function on the O!Play and then run the following command from Telnet:

  • # find /usr/local -mmin -10
  • This will list the files modified in the last 10 minutes

Where RSS feeds can be edited:

  • /usr/local/etc/dvdplayer/savedrss/scripts/news.rss

To modify the weather channels you need to modify those 4 files in sync:

  • /usr/local/etc/dvdplayer/weather_sclink.dat
  • /usr/local/etc/dvdplayer/weather_sccount.dat
  • /usr/local/etc/dvdplayer/weather_sctitle.dat
  • /usr/local/etc/dvdplayer/weather_scforcast.dat

To modify the shortcuts:

  • /usr/local/etc/dvdplayer/NetworkBrowser.ini

To modify the Internet Radio favorites you need to modify those files in sync:

  • IRxStationFavorite
  • IRxStationUrl
  • IRxStationStream
  • IRxStationBitRate
  • IRxStationCodec
  • IRxStationWebsite
  • IRxStationGenre
  • IRxStationRegion

Each file must contain exactly one line per radio station, most of them can be empty lines (important IRxStationUrl for the stream URL and IRxStationFavorite for the stream name). This example creates a favorite for my LAN last.fm proxy:

  echo http://192.168.20.50:1881/lastfm.m3u >> IRxStationUrl
  echo LastFM >> IRxStationFavorite
  echo >> IRxStationBitRate
  echo >> IRxStationCodec
  echo >> IRxStationGenre
  echo >> IRxStationRegion
  echo >> IRxStationStream
  echo >> IRxStationWebsite 
  • Bookmark at
  • Bookmark "O!Play HDP-R1 Tips" at del.icio.us
  • Bookmark "O!Play HDP-R1 Tips" at Digg
  • Bookmark "O!Play HDP-R1 Tips" at blogmarks
  • Bookmark "O!Play HDP-R1 Tips" at Google
  • Bookmark "O!Play HDP-R1 Tips" at Rojo
  • Bookmark "O!Play HDP-R1 Tips" at Simpy
  • Bookmark "O!Play HDP-R1 Tips" at Spurl
  • Bookmark "O!Play HDP-R1 Tips" at StumbleUpon
  • Bookmark "O!Play HDP-R1 Tips" at Tailrank
  • Bookmark "O!Play HDP-R1 Tips" at Technorati
  • Bookmark "O!Play HDP-R1 Tips" at Live Bookmarks
  • Bookmark "O!Play HDP-R1 Tips" at Memori
  • Bookmark "O!Play HDP-R1 Tips" at Favorites
  • Bookmark "O!Play HDP-R1 Tips" at Facebook
  • Bookmark "O!Play HDP-R1 Tips" at Twitter
  • Bookmark "O!Play HDP-R1 Tips" at Mister Wong
oplay/config.txt · Last modified: 2010/08/01 09:51 by sven
Recent changes RSS feed