高畫質播放機最新韌體修正 -- 2013/9/18

kgu2206 wrote:
i know why...(恕刪)


播放機在家裡,我先將121021檔案解壓看路徑,
似乎isakira大大將路徑改了,
先嘗試這個改法試試看:

前提:列表20宮格的"我的頻道"可以選擇

1.找到這個路徑,
\usr\local\etc\
裡面有個檔案 menu_isakira.rss~
裡面有20宮格的列表

2.編輯menu_isakira.rss~
找到
<item>
<title>我的頻道</title>
<link>rss_file:///usr/local/etc/mych/mych4.rss</link>
<media:thumbnail url="/usr/local/etc/mych/image/mych4_focus.png" width="90" height="65" />
</item>


<link>rss_file:///usr/local/etc/mych/mych4.rss</link>
改為
<link>http://localhost:8081/video/scripts/siteList.php</link>
存檔,回傳

3.若要改adult,可以任意找一個item改,方式一樣
4.若要密碼封鎖,找這個試試看
將以下字串
<?xml version='1.0' encoding="UTF8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<mediaDisplay name=onePartView imageLeftSide="/usr/local/bin/image/cocacola.jpg"
backgroundColor=0:0:0
sideColorRight=0:0:0
showHeader="no"
showDefaultInfo="no"
/>
<channel>

<item>
<title>IMS: adult</title>
<link>http://localhost:8081/adult/scripts/siteList.php</link>
<mediaDisplay />
</item>

</channel>
</rss>
存檔為myadult.rss
回傳放到這個路徑
/usr/local/etc/
這樣應該就可以從20宮格的ypchen小喵咪進去了

改完重開機試試看

電視劇等等,從"我的頻道"進去
迷片區,從"ypchen"進去

我還沒上機測試,還請先進指導

P.S.我不知道這個檔案menu_isakira.rss~
為何mark為.rss~,
不使用這個檔案?
如果這方法不行,請測試將檔名存檔為menu_isakira.rss
沒有喵咪觸鬚,試試看^^
how about " www " folder ? do i need to download to PC and replace latest "hdp_ims_dereferenced-master" and put it under /usr/local/etc ?

and " ln -s /mnt/dvdvr/dev/dvdvr這個字串,在這個字串後面加上 mount -o bind /usr/local/etc/www/ /opt/share/www " ?

Thanks
kgu2206 wrote:
how about ...(恕刪)


是的,一樣的方式,從步驟1~7一樣照做,
我有看過121021的www,路徑是一樣的,
rcs要修改、www要覆蓋、然後修改menu_isakira.rss

我剛剛的解釋只是修改步驟七,
依照121021的韌體做修改,找到放置播放路徑的檔案。

如果之前有修改過,建議重刷一次,
然後重頭1~7步驟修改,惟步驟7請依照上面的修改進行。

----------------------------
以後要是ypchen又修改ims,
應該就是只要做

/opt/share/www下載到PC,用ypchen的檔案覆蓋-->上傳到/usr/local/etc/www
重開機,完成

其他更改應該就不需要了!
i done 步驟1~7. and 10212012 firmware doesn't have " 20宮格的"我的頻道"
so, i use "Best TV" to replace 我的頻道

Question1:

ln -s /mnt/dvdvr/dev/dvdvr這個字串,在這個字串後面加上 mount -o bind /usr/local/etc/www/ /opt/share/www

is there any space between dvdvr & mount ?

Like this ?

ln -s /mnt/dvdvr/dev/dvdvr mount -o bind /usr/local/etc/www/ /opt/share/www

Question 2:

on 步驟7 ,i don't need adult channel ,so i just put command on both menu_isakira.rss
& menu_isakira.rss~

<item>
<title>Bestv</title>
<link>http://localhost:8081/video/scripts/siteList.php</link>
<media:thumbnail url="image/8866_focus.png" width="90" height="65" />
</item>

but it looks like doesn't work for youtube.

Any idea ?

Thanks
kgu2206 wrote:
.....
so, i use "Best TV" to replace 我的頻道

Question1:
is there any space between dvdvr & mount ?

Question 2:

on 步驟7 ,i don't need adult channel ,so i just put command on both menu_isakira.rss
& menu_isakira.rss~

<item>
<title>Bestv</title>
<link>http://localhost:8081/video/scripts/siteList.php</link>
<media:thumbnail url="image/8866_focus.png" width="90" height="65" />
</item>

but it looks like doesn't work for youtube.

Any idea ?

Thanks


應該是說那16個item都可以做修改,主要是更改link中間的路徑,所以bestTV也是OK的

Q1:是要空格的,BUT,您會問這個問題,不曉得是不是用notepad修改的呢?
(notepad會造成檔案編碼問題,所以請一定要用RJ TextEd或是UltraEdit)
應該是我沒說清楚,sorry,
用RJ TextEd編輯,那就是在ln -s /mnt/dvdvr/dev/dvdvr 下一行
所以改完的段落應該是像這樣:

ln -s /mnt/dvdvr/dev/dvdvr
mount -o bind /usr/local/etc/www /opt/share/www

謝謝指正^^

Q2:這樣更改之後,BestTV進去會有壹電視、卡提諾、楓林網等等可以看嗎?
如果可以,在相同頁面會有youtube選項,進去之後就可以用搜尋的方式做觀看
原來16格的youtube是無效的

目前我一直無法知道menu_isakira的rss~與rss同時存在是不是Ok,
如果測試一下單獨用rss~、單獨用rss是不是ok,可以嗎?

不好意思我暫時還在上班,無法實機上去做測試,請測試看看唷
No,don't say that .i should thank you to spend time and so patient to teach me.

i use RJ TextEd

and i come out another question from your post

on#97 you mention

在這個字串後面加上 mount -o bind /usr/local/etc/www/ /opt/share/www

on post#105 you mention

mount -o bind /usr/local/etc/www /opt/share/www

There is one more " / " between www & opt


Which one is correct ?

Thanks



kgu2206 wrote:
No,don't s...(恕刪)


呵呵,你好細心,果然注意到了,佩服

那部份我是直接copy前面先進的post,
應該是沒差,但實際上來說應該用這樣比較不會誤解

ln -s /mnt/dvdvr/dev/dvdvr
mount -o bind /usr/local/etc/www /opt/share/www

不曉得目前可以使用了嗎?
hello ssailing

it's still not working

it even show " 404 not Found " message when i tried to get in to detail.

Thanks

kgu2206 wrote:
hello ssai...(恕刪)


很遺憾沒能成功,

是不是嘗試用這個版本呢?

R1073isakira_irV5SP5fix.zip
yes.i am going to try that firmware now.

but i got question from R1073isakira_irV5SP5fix.zip , when i tried to use hdp_ims_dereferenced-master copy to www folder.

original R1073isakira_irV5SP5fix.zip www folder has another folder each file.

but ypchen hdp_ims_dereferenced-master just put all of file under one folrer.

Example:

ypchen hdp_ims_dereferenced-master

under video/scripts/ all files no folder

but R1073isakira_irV5SP5fix.zip www

under video/scripts/ every file has their own folder. like 00_prefix.php/00_prefix.php


Do i need to copy each file from ypchen to original www each by each ?

Thanks
文章分享
評分
評分
複製連結
請輸入您要前往的頁數(1 ~ 22)

今日熱門文章 網友點擊推薦!