| Author |
Message |
|
pay389
Joined: Tue Sep 27, 2011 3:35 am Posts: 12
|
 How to open file menu.rss
i would like to know to open file menu.rss for edit, because when i use ftp command connect to playon. i found only internal harddisk. how to open file menu.rss. please help me.
thank
|
| Tue Sep 27, 2011 3:57 am |
|
 |
|
TieMichael
Joined: Mon Nov 22, 2010 1:05 pm Posts: 104 Location: Singapore
|
 Re: How to open file menu.rss
You need to use 'telnet' or 'putty' or similar, and should be able to find it under '/usr/local/etc'. Please note that 'menu.rss' is very likely encrypted, but you can overwrite it with an un-encrypted version. Hope this helps
_________________ Playon!DVR-HD running FW4824/Asia Get the most out of it - let's try everything!
|
| Tue Sep 27, 2011 4:43 am |
|
 |
|
pay389
Joined: Tue Sep 27, 2011 3:35 am Posts: 12
|
 Re: How to open file menu.rss
thank very much TieMichael
when i use telnet command to edit menu.rss, but i can't read file menu.rss (encrypted) and when i would like to ftp file menu.rss to client. how to ftp file menu.rss between playon to client and client to playon ?
thank
|
| Tue Sep 27, 2011 5:09 am |
|
 |
|
TieMichael
Joined: Mon Nov 22, 2010 1:05 pm Posts: 104 Location: Singapore
|
 Re: How to open file menu.rss
Yes, menu.rss is usually encrypted, and here "http://www.acryan.com/forums/viewtopic.php?f=98&t=15165" you can find a method to un-encrypt it.
I don't use FTP to transfer files. I copy the files to 'tmp/hdd/volumes/HDD1' which can be accessed from the PC, and then use the PC to edit ....
Rgds Michael
_________________ Playon!DVR-HD running FW4824/Asia Get the most out of it - let's try everything!
|
| Tue Sep 27, 2011 5:19 am |
|
 |
|
pay389
Joined: Tue Sep 27, 2011 3:35 am Posts: 12
|
 Re: How to open file menu.rss
thank very much Michael
i can got file menu.rss and edited, but when i would like to copy to "/usr/local/bin/scripts" to replace old file, but it have message error :Unknown error 30
how to replace menu.rss ?
thank
|
| Tue Sep 27, 2011 2:14 pm |
|
 |
|
TieMichael
Joined: Mon Nov 22, 2010 1:05 pm Posts: 104 Location: Singapore
|
 Re: How to open file menu.rss
/usr/local/bin/scripts is on a read-only partition, so you cannot overwrite it directly. But you can copy your menu.rss to /usr/local/etc which is read/write and 'overmount' it with: 'mount -o bind /usr/local/etc/menu.rss /usr/local/bin/scripts/menu.rss'
Rgds Michael
_________________ Playon!DVR-HD running FW4824/Asia Get the most out of it - let's try everything!
|
| Tue Sep 27, 2011 3:04 pm |
|
 |
|
snappy46
Joined: Sat May 08, 2010 5:07 am Posts: 335
|
 Re: How to open file menu.rss
TieMichael wrote: /usr/local/bin/scripts is on a read-only partition, so you cannot overwrite it directly. But you can copy your menu.rss to /usr/local/etc which is read/write and 'overmount' it with: 'mount -o bind /usr/local/etc/menu.rss /usr/local/bin/scripts/menu.rss'
Rgds Michael Just for completion sake; if you wish for the newly edited menu.rss to be available every time your POHD boots up the mount command will have to be inserted at the end of the /usr/local/etc/rcS script file. This will ensure that the new menu.rss is available at boot up. Another thing is that you did not mentioned which firmware you are using; some firmware uses yaffs filesystems which is writable if you make it so by issuing the following command: Code: # mount -o remount,rw / This will allow you to copy the new menu.rss file over the old one if you have such a firmware and the overmount is no longer required. Most of the latest firmware uses squashfs but some of the older ones including mikka's PlayonX! uses yaffs. Good luck!!!
|
| Tue Sep 27, 2011 9:07 pm |
|
 |
|
pay389
Joined: Tue Sep 27, 2011 3:35 am Posts: 12
|
 Re: How to open file menu.rss
thank you very much Michael, snappy46
After, i add new item in /usr/local/bin/scripts/menu.rss file, but it not show in menu internet media.i have something wrong.
<item> <title>Test RSS</title> <link>rss_file://./scripts/test.rss</link> <media:thumbnail url="image/test_rss.jpg" width="120" height="90" /> </item>
thank.
|
| Wed Sep 28, 2011 9:35 am |
|
 |
|
TieMichael
Joined: Mon Nov 22, 2010 1:05 pm Posts: 104 Location: Singapore
|
 Re: How to open file menu.rss
Do you see your entry and/or the thumbnail at all? With other words can you be sure that 'your' menu.rss is read?
What is the contents of 'test.rss'? Is it in the right directory ' /usr/local/bin/scripts/'?
Rgds Michael
_________________ Playon!DVR-HD running FW4824/Asia Get the most out of it - let's try everything!
|
| Wed Sep 28, 2011 11:11 am |
|
 |
|
pay389
Joined: Tue Sep 27, 2011 3:35 am Posts: 12
|
 Re: How to open file menu.rss
thank TieMichael
i have add new menu. but it can't display from streaming real-time. how to set media:content for streaming real-time.
<item> <title>Streaming real-time</title> <link>Streaming real-time</link> <media:content url="rtmp://ip/live/" type="application/x-fcs" /> </item>
thank.
|
| Wed Sep 28, 2011 6:54 pm |
|
|