ntv MOS plugin (rtl xl) WIP

ntv MOS plugin (rtl xl) WIP

Postby tweakradje » 15 Dec 2011, 04:57

Hi,

This is the work of Mikka that I slightly adopted. RTL XL works fine ;)

ntv.tar.bz2
ntv MOS plugin (RTL XL)
(629.64 KiB) Downloaded 276 times


Cheers
Xtreamer Mk1 with AMP11 Pohd + Playon HD Mini with AMP13 Pohd :)
tweakradje
 
Posts: 60
Joined: 10 Feb 2011, 18:43

Re: ntv MOS plugin (rtl xl) WIP

Postby bonusbartus » 16 Dec 2011, 18:48

Works perfectly on Asus oplay HDP-r1, AMPr6 with HDP-r1 skin (only one where I can mount my cifs drives without a problem :( )
Asus Oplay HDP-R1 original Asus 1.40 firmware
bonusbartus
 
Posts: 3
Joined: 13 Dec 2011, 13:37

Re: ntv MOS plugin (rtl xl) WIP

Postby tweakradje » 17 Dec 2011, 00:48

Via LAN or WLAN? LAN is available after boot, WLAN 50 secs after DvdPlayer has started. Make sure you mount with ro option (Read Only)

I have WLAN so i use this in the /usr/local/etc/rcS script. I try to make my nas look like internal HDD for DvdPlayer
but it won't be fooled that easy.
Code: Select all
.....

if [ -f $DEFAULT_AP_DIR/DvdPlayer ] && [ -x $DEFAULT_AP_DIR/DvdPlayer ]; then
        cd $DEFAULT_AP_DIR
        if [ -f $DEFAULT_AP_DIR/RootApp ] && [ -x $DEFAULT_AP_DIR/RootApp ]; then
                echo Running dvdplayer with RootApp
                ./RootApp DvdPlayer&
        else
                echo Running dvdplayer
                ./DvdPlayer&
        fi
else
        /etc/dvdplayer/script/run_tail
fi


echo 2 /tmp/hdd/volumes/HDD1/ > /sys/realtek_boards/misc_operations

/usr/local/etc/rc.wakeup

sleep 60
# switch off LAN port, don't need it
ifconfig eth0 down

# mount NAS on USB disk
# mount NAS on USB disk
#mkdir /tmp/usbmounts/sda1/nas
mkdir /tmp/hdd/volumes/HDD1/nas
mount -t cifs \\\\10.0.0.200\\media /tmp/hdd/volumes/HDD1/nas -o ro,username=guest
Xtreamer Mk1 with AMP11 Pohd + Playon HD Mini with AMP13 Pohd :)
tweakradje
 
Posts: 60
Joined: 10 Feb 2011, 18:43

Re: ntv MOS plugin (rtl xl) WIP

Postby bonusbartus » 19 Dec 2011, 11:23

damn that was just what I needed. I am working over LAN but I was using the
mkdir /tmp/usbmounts/sda1/nas as mountpoint instead of /tmp/hdd/volumes/HDD1/nas..

if I want more "drives", would I use /tmp/hdd/volumes/HDD2/nas2, or just /tmp/hdd/volumes/HDD1/NAS2 ?

#mkdir /tmp/usbmounts/sda1/nas
mkdir /tmp/hdd/volumes/HDD1/nas
mount -t cifs \\\\10.0.0.200\\media /tmp/hdd/volumes/HDD1/nas -o ro,username=guest

Oh I also had a problem with the \\\\\'s, in the last firmware I used I HAD to use //IP/media, but in this firmware that doesn't work,
to not have to use that many of '\' and be able to use spaces, U can do:
mount -t cifs -o ro,username=guest '\\IP\media folder' /tmp/hdd/volumes/HDD1/nas

as what would the drive show up now?
on which Skin, HD2, or POHD ?
Asus Oplay HDP-R1 original Asus 1.40 firmware
bonusbartus
 
Posts: 3
Joined: 13 Dec 2011, 13:37


Return to About moServices

Who is online

Users browsing this forum: No registered users and 13 guests