Tuesday, September 7th 2010, 1:42pm UTC+1
You are not logged in.
Dear visitor, welcome to Linux VDR/DVB форум. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Quoted
No, sorry. I don't have VDR integrated in XBMC. I switch
between XBMC and vdr-sxfe with remote. I still use
VDR 1.6.0 and there is no patch for this version.
I use only analog tv and dvb-t, so I have no hdtv.
I didn't try mkv files and the max. resolution of my
plasma is 1280x720.
I wrote it only because I like the look of xbmc very
much and i like the idea to integrate vdr into it.
Gerald
Сравнивать нужно скрипт. Спасибо, завтра займусь.|
|
Source code |
1 2 3 4 5 6 7 8 9 |
#!/bin/bash
vdr -c /opt/vdr -v /video --localedir=/opt/vdr/locale --lib=/opt/vdr/plugins/lib -P'sc' -P'xine -r' -P'reelchannelscan' -P'rotor' -P'chanman' -P'chanorg' -P'cpumon' -P'femon' -P'mplayer -M /opt/vdr/plugins/mplayer.sh' -P'mp3' -P'fepg' -P'filebrowser' -P'hdmonitor' -P'osdteletext' -P'prefermenu' -P'sleeptimer' -P'netconfig' -P'skinreel' -P'skinenigmang -f /opt/vdr/plugins/skinenigmang/fonts -l /opt/vdr/plugins/skinenigmang/hqlogos' -P'manual' -P'aide' -P'ripit' -P'systeminfo' -P'devstatus' -P'webvideo' -P'iptv' -P'sked' -P'radio -f /opt/vdr/plugins/radio' -P'games' &
while [ 1 -eq 1 ];
do
xbmc -fs
xine -f --post vdr_video --post vdr_audio --post upmix_mono "vdr:/tmp/vdr-xine/stream#demux:mpeg_pes"
done
|
|
|
Source code |
1 2 3 4 5 |
1 Закрыть VDR: /usr/local/bin/exit.sh 2 Перезагрузить HTPC?: sudo reboot 3 Выключить HTPC?: sudo halt 4 Запустить XBMC: pkill -9 xine ...........................................> |
|
|
Source code |
1 2 3 4 |
pkill -9 XBMC-VDR pkill -9 xbmc pkill -9 xine pkill -9 vdr |
:|
|
Source code |
1 2 3 4 5 6 7 8 9 |
#!/bin/bash
vdr -c /opt/vdr -v /video --localedir=/opt/vdr/locale --lib=/opt/vdr/plugins/lib -P'sc' -P'xine -r' -P'reelchannelscan' -P'rotor' -P'chanman' -P'chanorg' -P'cpumon' -P'femon' -P'mplayer -M /opt/vdr/plugins/mplayer.sh' -P'mp3' -P'fepg' -P'filebrowser' -P'hdmonitor' -P'osdteletext' -P'prefermenu' -P'sleeptimer' -P'netconfig' -P'skinreel' -P'skinenigmang -f /opt/vdr/plugins/skinenigmang/fonts -l /opt/vdr/plugins/skinenigmang/hqlogos' -P'manual' -P'aide' -P'ripit' -P'systeminfo' -P'devstatus' -P'webvideo' -P'iptv' -P'sked' -P'radio -f /opt/vdr/plugins/radio' -P'games' &
while [ 1 -eq 1 ];
do
xine -f --post vdr_video --post vdr_audio --post upmix_mono "vdr:/tmp/vdr-xine/stream#demux:mpeg_pes"
xbmc -fs
done
|
This post has been edited 1 times, last edit by "1455" (Mar 27th 2009, 8:49am)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# /etc/sudoers # # This file MUST be edited with the 'visudo' command as root. # # See the man page for details on how to write a sudoers file. # Defaults env_reset # Uncomment to allow members of group sudo to not need a password #%sudo ALL=NOPASSWD: ALL # Host alias specification # User alias specification # Cmnd alias specification # User privilege specification root ALL=(ALL) ALL # Members of the admin group may gain root privileges %admin ALL=(ALL) ALL %YourUserName ALL=NOPASSWD: ALL |
Есть ещё куча мелких доработок.|
|
Source code |
1 |
svn co https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/xbmc-vdpau -r 18184 xbmc-vdpau |
|
|
Source code |
1 |
wget http://www.xbmc.org/trac/raw-attachment/ticket/5595/xbmc-svn18100-pvr.patch.gz |
|
|
Source code |
1 |
<onclick>ActivateWindow(TV)</onclick> |
|
|
Source code |
1 |
<onclick>XBMC.Shutdown()</onclick> |

This post has been edited 1 times, last edit by "1455" (Mar 27th 2009, 12:52pm)
|
|
Source code |
1 |
svn co https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport xbmc |

This post has been edited 2 times, last edit by "Goga777" (Mar 29th 2009, 12:12pm)
|
|
Source code |
1 |
svn co https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/xbmc-vdpau xbmc-vdpau |
|
|
Source code |
1 2 3 4 5 6 |
XINE <--------------------------> XBMC
|
|
(XBMC-VDR + VDR)
|________ commands.conf
|________ exit.sh
|
This post has been edited 3 times, last edit by "1455" (Mar 29th 2009, 11:53am)
This post has been edited 2 times, last edit by "1455" (Mar 30th 2009, 6:56pm)
Beginner
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
#!/bin/bash export LANG=ru_RU.UTF-8 export LC_ALL=ru_RU.UTF-8 /usr/src/VDR/vdr --lirc --localedir=/usr/src/VDR/locale -s /etc/vdr/vdrpoweroff.sh -v /video -c /etc/vdr -u root -L /usr/src/VDR/PLUGINS/lib -P"sc" -P"xine -r" -P'epgsearch' -P'skinreel' -P'reelchannelscan' -P"femon" -P'osdteletext' -P'prefermenu' -P'skinenigmang' -P'systeminfo' -P'chanman' -P'clock' -P'cpumon' -P'ripit' -P"sleeptimer -e /etc/vdr/poweroff.sh" -P"skinsoppalusikka" -P'mp3' -P'mplayer -m /usr/local/bin/mount.sh -M /usr/local/bin/mplayer.sh' -P'image -m /usr/local/bin/mount.sh -C /usr/local/bin/imageplugin.sh' -P"satlist" -P"radio" -P"music" & while [ 1 -eq 1 ]; do #вот включение при запуске xine svdrpsend.pl remo on && xine -f --post vdr_video --post vdr_audio --post upmix_mono --verbose=2 -V vdpau -A alsa "vdr:/tmp/vdr-xine/stream#demux:mpeg_pes" #вот отлючение при запуске XBMC svdrpsend.pl remo off && xbmc -fs -l done |
This post has been edited 1 times, last edit by "Goga777" (Aug 15th 2009, 10:00am)
Beginner
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
/usr/src/VDR/vdr --lirc --localedir=/usr/src/VDR/locale -s /etc/vdr/vdrpoweroff.sh -v /video -c /etc/vdr -u root -L /usr/src/VDR/PLUGINS/lib -P"sc" -P"xine -r" -P'epgsearch' -P'skinreel' -P'reelchannelscan' -P"femon" -P'osdteletext' -P'prefermenu' -P'skinenigmang' -P'systeminfo' -P'chanman' -P'clock' -P'cpumon' -P'ripit' -P"sleeptimer -e /etc/vdr/poweroff.sh" -P"skinsoppalusikka" -P'mp3' -P'mplayer -m /usr/local/bin/mount.sh -M /usr/local/bin/mplayer.sh' -P'image -m /usr/local/bin/mount.sh -C /usr/local/bin/imageplugin.sh' -P"satlist" -P"radio" -P"music" & sleep 20 while [ 1 -eq 1 ]; do #вот включение remote при запуске xine svdrpsend.pl remo on && xine -f --post vdr_video --post vdr_audio --post upmix_mono --verbose=2 -V vdpau -A alsa "vdr:/tmp/vdr-xine/stream#demux:mpeg_pes" #вот отлючение remote при запуске XBMC svdrpsend.pl remo off && xbmc -fs -l done |
выбери шрифт Arial - сразу весь текст станет нормальным3. Хотя стоит UTF-8, во многих местах вместо русских букв квадраты. Например, один и тот же языковой файл может в одном месте меню нормально выводить русские буквы, а в другом квадраты. То же самое касается и видеофайлов с русским именем.
VDR как backend к XBMC через streamdev pluginСкажите какую версию XBMC с поддрежкой vdpau вы используете и откуда вы ее скачивали?
Beginner