LinHES Forums
http://forum.linhes.org/

TV to Movie?
http://forum.linhes.org/viewtopic.php?f=17&t=13094
Page 1 of 1

Author:  Too Many Secrets [ Mon Dec 25, 2006 5:06 pm ]
Post subject:  TV to Movie?

I haven't seen this question before, but I would like to know if it can be done.

Let's say I record a movie tonight. That movie goes in the TV/Recordings area. BUT, can I move it to the Movie area so I can keep it and get the IMDB info for it and have it just like a ripped dvd? AS of yet, I can't figure out how to do this.

TIA

Author:  bruce_s01 [ Mon Dec 25, 2006 5:44 pm ]
Post subject: 

The quick and dirty way would be to copy the file from /myth/pretty to /myth/video, then delete it within the frontend or to symlink from within /myth/video to the particular file within /myth/tv if you wanted to keep it viewable with the "tv" part. That is, of course if the video scanner app recognises symlinks to video files.

Bruce S.

Author:  Too Many Secrets [ Mon Dec 25, 2006 6:11 pm ]
Post subject: 

bruce_s01 wrote:
The quick and dirty way would be to copy the file from /myth/pretty to /myth/video, then delete it within the frontend or to symlink from within /myth/video to the particular file within /myth/tv if you wanted to keep it viewable with the "tv" part. That is, of course if the video scanner app recognises symlinks to video files.

Bruce S.


This won't cause DB problems?

Author:  khrusher [ Tue Dec 26, 2006 7:38 am ]
Post subject: 

if you copy the file into /mthy/video it will be listed under MythVideo.

Use the frontend to delete the recorded show (like any other recorded tv show) and the /myth/tv file will be deleted, the DB work will be done by the backend.

Author:  ryanpatterson [ Tue Dec 26, 2006 9:17 am ]
Post subject:  Re: TV to Movie?

Too Many Secrets wrote:
BUT, can I move it to the Movie area so I can keep it . . .

What is "the movie area"?

Author:  khrusher [ Tue Dec 26, 2006 12:12 pm ]
Post subject: 

/myth/video

files viewed by navigating to Video rather then Recordings

Author:  ryanpatterson [ Tue Dec 26, 2006 3:57 pm ]
Post subject:  how to transfer TV recordings to mythvideo

khrusher wrote:
/myth/video

files viewed by navigating to Video rather then Recordings

Maybe I'm being too nitpicky here, but why not just call it by the correct name? The feature in question is called "mythvideo".

I was trying to make a point that the original question was ambitious and none of the answers actually named the feature that was being discussed. The possibility exists that he wasn't asking about mythvideo. On forums like this it is impotent to use the correct names in post titles so that people can understand the conversation and use the search feature.

That ends my rant.

Author:  Too Many Secrets [ Tue Dec 26, 2006 5:29 pm ]
Post subject:  Re: how to transfer TV recordings to mythvideo

ryanpatterson wrote:
khrusher wrote:
/myth/video

files viewed by navigating to Video rather then Recordings

Maybe I'm being too nitpicky here, but why not just call it by the correct name? The feature in question is called "mythvideo".

I was trying to make a point that the original question was ambitious and none of the answers actually named the feature that was being discussed. The possibility exists that he wasn't asking about mythvideo. On forums like this it is impotent to use the correct names in post titles so that people can understand the conversation and use the search feature.

That ends my rant.


Sorry for the confusion. I was asking about mythvideo.

Author:  chrisj [ Wed Dec 27, 2006 3:28 am ]
Post subject: 

I know this might seem to simple , but I could never get my wife to just copy , so I'd go with a user job to do it.
(I have not tested this yet, so it may not work)

/usr/bin/move2video
Code:
#!/bin/sh
# move file to /myth/video
/usr/bin/mv $1/$2 "/myth/video/$3.mpg"

# Delete from recording records
# I have used a fake password change to yours
/usr/bin/mysql -u mythtv -h localhost -pmythtv mythconverg -e "delete from recordings where basename =$2"


User Job
Code:
/usr/bin/move2video "%DIR%" "%FILE%" "%TITLE%"



Just run this job and then update IMDB records in mythvideo

Have fun

Author:  mjl [ Thu Dec 28, 2006 11:20 pm ]
Post subject: 

Hi,

If you were to copy the matching .mpg.png to the /myth/video/.covers you could the match up the two instead of having a blank square. I use the names from /myth/pretty for my copies show name.

Mike

Author:  baishen78 [ Fri Dec 29, 2006 2:21 pm ]
Post subject: 

I was just looking for a way to do this. Will the copying still work if the files have been compressed? Also, is there a way to jus' put all the movie files into one folder in the tv section so they don't clutter things up?

Author:  chrisj [ Fri Dec 29, 2006 4:38 pm ]
Post subject: 

Quote:
Will the copying still work if the files have been compressed?


Yes they are still just files , you can do a quick look at some of the talk about converting recording to Xvid for more info , or just transpose.

Quote:
Also, is there a way to jus' put all the movie files into one folder in the tv section so they don't clutter things up?


Ok if you are looking at the recordings then thats is easy.
If you EPG, just gives the movies a name title and no subtitle, mytht will not group them together, when you look at the tv recordings, the way to change this is to change the recording names.


Not tested
/usr/bin/movevideo2recording
Code:
#!/bin/sh

# I have used a fake password change to yours
/usr/bin/mysql -u mythtv -h localhost -pmythtv mythconverg -e "UPDATE recordings SET subtitle='$2', title='Movies' where basename =$2"



User Job
Code:
/usr/bin/movevideo2recording "%FILE%" "%TITLE%"


I'm not sure if you are looking for the following for use with your mythvideo
http://mysettopbox.tv/phpBB2/viewtopic.php?t=10371

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/