2008-05-02, 09:50 AM
Hi
since i have problems with my GBPVR I would like to try VLC
how would a simple set up be in config file to enable VLC to se a folder where I have mpg files?
I looked at wiki etc
and is a little bit lost
so far I copied this into a file dongle.bin.config in c:/mvpMC
this folder and folder c:/videoC is shared to guest
what should I change ?
or do some of you have a simpler config file to use?
my config file:
## mvpmc (file://SVARTCOMP200710/mvpmc)
## mvpmc --startup emulate --emulate 192.168.1.42 &
vlc -I Telnet
#####################################################
#
# Example config file.
# NOTE: -lines that start with a '#' are comments
# -command lines should end with a semicolon ';'
#
#####################################################
#################################
# SECTION 1 Setting the Timezone
#################################
#set timezone to Eastern Time
# Other U.S. Timezones (with 2007 DST):
# CST+6CDT,M3.2.0/2,M11.1.0/2
# MST+7MDT,M3.2.0/2,M11.1.0/2
# PST+8PDT,M3.2.0/2,M11.1.0/2
#
### TZ=EST+5EDT,M3.2.0/2,M11.1.0/2; export TZ;
########################
# Setting the TZ variable above only affects the shell process this script
# runs in. If you want to telnet to the MVP and have the TZ variable set
# then we need to write it to the /etc/shell.config file that gets run
# everytime a new shell is started.
# This section is only needed if you want to telnet to the mvp
# and manually run things like mvpmc.
# It's great for debugging.
########################
# Echo the command to set the TZ variable to the shell.config file
#
### echo "TZ=EST+5EDT,M3.2.0/2,M11.1.0/2; export TZ" > /etc/shell.config;
#################################
# SECTION 2 Syncing the Time
#################################
# Set NTP variable to cause the system startup scripts to sync time.
# Use $SERVER if you are running a local TIME server.
# Note: $SERVER is the server IP address passed in with the DHCP response.
# You can attempt to sync to an internet TIME server by specifying the internet
# servers IP address/name.
# eg: sync to pool.ntp.org: >NTP=pool.ntp.org;
#
NTP=$SERVER;
#####################################################
# SECTION 3 Example of Mounting a Windows File Share
#####################################################
# a. Create /wxp_video directory on MediaMVP.
# b. Mount my Windows XP box's mpeg file share
#
# The following lines are commented out since they
# need to be customized on a per-user basis.
mkdir /wxp_video;
mount.cifs //192.1.1.42/videoC /wxp_video/ -o password=guest;
##########################################################################
# SECTION 4
# Start the mvpmc application.
# The mvpmc command line (line that starts the mvpmc application)
# should be ended with an ampersand instead of a semicolon. This
# causes the mvpmc application to run in the background. If this
# is not done then the mvp may hang or reboot after several days or weeks.
#
# The following mvpmc options start mvpmc with replaytv support and
# the replaytv color theme
##########################################################################
### mvpmc -R "ip=discover" -t /usr/share/mvpmc/replaytv.xml &
###
##
## mount CIFS, NFS, etc.
##
...
##
## create mvpmc file system
##
mkdir /mvpmc_media
##
## link tv, movies to /home/user/mnt/vidoes/tv and ../movies
##
ln -s /home/user/mnt/videos/tv /mvpmc_media/tv
ln -s /home/user/mnt/videos/movies /mvpmc_media/movies
##
## link pictures to /home/user2/mnt/photos
##
ln -s /home/user2/mnt/photos /mvpmc_media/pictures
##
## link music to /mvpmc_media/music
##
ln -s /home/user3/mp3 /mvpmc_media/music
since i have problems with my GBPVR I would like to try VLC
how would a simple set up be in config file to enable VLC to se a folder where I have mpg files?
I looked at wiki etc
and is a little bit lost
so far I copied this into a file dongle.bin.config in c:/mvpMC
this folder and folder c:/videoC is shared to guest
what should I change ?
or do some of you have a simpler config file to use?
my config file:
## mvpmc (file://SVARTCOMP200710/mvpmc)
## mvpmc --startup emulate --emulate 192.168.1.42 &
vlc -I Telnet
#####################################################
#
# Example config file.
# NOTE: -lines that start with a '#' are comments
# -command lines should end with a semicolon ';'
#
#####################################################
#################################
# SECTION 1 Setting the Timezone
#################################
#set timezone to Eastern Time
# Other U.S. Timezones (with 2007 DST):
# CST+6CDT,M3.2.0/2,M11.1.0/2
# MST+7MDT,M3.2.0/2,M11.1.0/2
# PST+8PDT,M3.2.0/2,M11.1.0/2
#
### TZ=EST+5EDT,M3.2.0/2,M11.1.0/2; export TZ;
########################
# Setting the TZ variable above only affects the shell process this script
# runs in. If you want to telnet to the MVP and have the TZ variable set
# then we need to write it to the /etc/shell.config file that gets run
# everytime a new shell is started.
# This section is only needed if you want to telnet to the mvp
# and manually run things like mvpmc.
# It's great for debugging.
########################
# Echo the command to set the TZ variable to the shell.config file
#
### echo "TZ=EST+5EDT,M3.2.0/2,M11.1.0/2; export TZ" > /etc/shell.config;
#################################
# SECTION 2 Syncing the Time
#################################
# Set NTP variable to cause the system startup scripts to sync time.
# Use $SERVER if you are running a local TIME server.
# Note: $SERVER is the server IP address passed in with the DHCP response.
# You can attempt to sync to an internet TIME server by specifying the internet
# servers IP address/name.
# eg: sync to pool.ntp.org: >NTP=pool.ntp.org;
#
NTP=$SERVER;
#####################################################
# SECTION 3 Example of Mounting a Windows File Share
#####################################################
# a. Create /wxp_video directory on MediaMVP.
# b. Mount my Windows XP box's mpeg file share
#
# The following lines are commented out since they
# need to be customized on a per-user basis.
mkdir /wxp_video;
mount.cifs //192.1.1.42/videoC /wxp_video/ -o password=guest;
##########################################################################
# SECTION 4
# Start the mvpmc application.
# The mvpmc command line (line that starts the mvpmc application)
# should be ended with an ampersand instead of a semicolon. This
# causes the mvpmc application to run in the background. If this
# is not done then the mvp may hang or reboot after several days or weeks.
#
# The following mvpmc options start mvpmc with replaytv support and
# the replaytv color theme
##########################################################################
### mvpmc -R "ip=discover" -t /usr/share/mvpmc/replaytv.xml &
###
##
## mount CIFS, NFS, etc.
##
...
##
## create mvpmc file system
##
mkdir /mvpmc_media
##
## link tv, movies to /home/user/mnt/vidoes/tv and ../movies
##
ln -s /home/user/mnt/videos/tv /mvpmc_media/tv
ln -s /home/user/mnt/videos/movies /mvpmc_media/movies
##
## link pictures to /home/user2/mnt/photos
##
ln -s /home/user2/mnt/photos /mvpmc_media/pictures
##
## link music to /mvpmc_media/music
##
ln -s /home/user3/mp3 /mvpmc_media/music
Using DELL P4 1.5GB RAM 250 GB HD + DLINK DNS313 netdisk 1,5TB, 2 pieces of Hauppauge PVR150 w/45-button remote, 1 Popcorn Hour 110. Win XP SP3. GB-PVR v1.4.7 Plugins: Xrecord