Sun-dried tomatoes' sundry thoughts

Sunday, August 26, 2012

Edit PBO RSS

Telnet to the Patriot Box Office. Login using "root" as username and no password. Run the following commands:

# cd /usr/local/bin/scripts
# mount –o remount,rw /
# vi menu.rss

Use down arrows to search for “fav_username”, replace “username” with your metafeeds username using the following commands.

Command Explanation
i (insert) start at the position of the cursor
a (after) start at the position following that of the cursor
x delete current character
dw (delete word) delete from current character through end of current "word" including trailing blank(s)
r replace current character with next character typed. For example, if the cursor is at the "h" of the when the user types ri, "h" is replaced by "i" so that the word becomes tie.
esc to exit edit mode

Enter ZZ to save and exit.

# mount –o remount,ro /
# exit


ls /tmp/usbmounts

When I put it in the front port, I found it at /tmp/usbmounts/sdc1. Yours could be sda1 or sdb1.


make usb writable
mount -o rw,remount /tmp/usbmounts/sda1

location for Podcast.rss file
/usr/local/etc/dvdplayer/savedrss/scripts/Podcast.rss

For Asus Oplay. Edit
/usr/local/bin/scripts/podCast.rss
in /usr/local/etc/dvdplayer:
TVStationFavorite ---- TV channel names
TVStationUrl  ---- the corressponding url (mms or asf)

0 Comments:

Post a Comment

<< Home