LinuxMCE Forums
May 24, 2013, 03:13:18 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: can't download shows from mythweb  (Read 749 times)
wout
Newbie
*
Posts: 9


View Profile
« on: April 28, 2008, 08:10:00 am »

when i try to download a recording from mythweb it says: "3_20080420203500.mpg does not exist in the recordings directory."

How can I make this feature work?
Logged
radmofo
Veteran
***
Posts: 94


View Profile
« Reply #1 on: June 04, 2008, 12:40:57 pm »

I'm wondering this as well. i think the videos directory is wrong in mythweb. I have to test more.
Logged
freymann
Douchebag
Guru
*
Posts: 380


View Profile
« Reply #2 on: June 05, 2008, 07:06:32 pm »

I'm wondering this as well. i think the videos directory is wrong in mythweb. I have to test more.

 If you have multiple tuners in different machines, I don't know of an easy way to correct the mythweb error.

 In Mythweb, the directory for the recordings is a symlink in the /var/www/mythweb/data directory.

 /var/www/mythweb/data/recordings -> target_link

 With 7.10 RC2, it's using the default MythTV directory (/var/lib/mythtv/recordings). So that's definitely going to produce the file does not exist error.

 If you only have one machine with tuner cards, you should be able to delete the recordings symlink and create anot1her on the core:

 cd /var/www/mythweb/data
 sudo rm recordings
 sudo ln -s /home/public/data/videos/tv_shows_1 recordings

 In my case, I have a core/hybrid and a md with a tuner card, so my recordings show up in tv_shows_1 and tv_shows_57, not sure how I would make the web download link work for me...

Logged
radmofo
Veteran
***
Posts: 94


View Profile
« Reply #3 on: June 06, 2008, 11:41:15 am »

I think it needs to be a function of lmce so its integrated. When lmce uses the latest mythtv build with the new asx streaming engine people will really want this to work I bet.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!