View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 38 posts ] 
Go to page Previous  1, 2, 3  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Fri Sep 23, 2005 10:18 am 
Offline
Joined: Fri Jan 09, 2004 8:30 pm
Posts: 146
Location: Reno, NV
ozihcs,

Thanks for the diffs.

I only notice one possible issue. You have the posters going to /mnt/video/movie_posters/. This may have been fixed, but in the early R5's images would get populated into the database as if they were movies.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Sep 23, 2005 2:12 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
This is a MythVideo issue... That is why I use /myth/video/.posters myself...

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject:
PostPosted: Mon Oct 24, 2005 11:07 pm 
has any more work gone into this script?


Top
  
 
 Post subject:
PostPosted: Tue Oct 25, 2005 4:07 pm 
Offline
Joined: Fri Jan 09, 2004 8:30 pm
Posts: 146
Location: Reno, NV
My girlfriend is taking up most of my time. I haven't had a free weekend, but I will probably have some with winter coming.

I plan on putting in a way to put the IMDB or TV.com number at the end of a file. That way, it can detect these number and get the information more automatically when there are several possible hits. Also, I have movies that end with CD1 and CD2. Well, I want a way to add add a dash on the end and find the name still.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 25, 2005 6:33 pm 
cheers for the update.

i know exactly what you are saying about the gf thing hahaha


Top
  
 
 Post subject:
PostPosted: Tue Oct 25, 2005 11:28 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
The gf knows to leave me be when I'm working on KnoppMyth. ;)

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 
 Post subject: Can't connect
PostPosted: Sun Oct 30, 2005 5:07 pm 
Offline
Joined: Sun Jun 12, 2005 11:24 am
Posts: 32
Location: East Lansing, MI
After I upgraded to R5A22 my tvbatchgrabber won't connect to the SQL database.

Code:
DBI connect('mythconverg:127.0.0.1','mythtv',...) failed: Can't connect to MySQ server on '127.0.0.1' (111) at /usr/local/bin/tvbatchgrabber.pl line 130
Can't call method "prepare" on an undefined value at /usr/local/bin/tvbatchgraber.pl line 132.


I SSH into the box like I always do.
any suggestions?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 03, 2005 6:03 pm 
Offline
Joined: Sat Aug 07, 2004 1:55 am
Posts: 219
Location: West Lafayette, IN
I'm having the same issue, DrewCS.

Let me know if anybody finds a solution.

_________________
Silverstone LC10|MSI K8N Neo4-F|1GB PC3200|Athlon 64 X2 4200+|NEC 3550A DVD-RW
750GB + 400GB w/Storage Groups|eVGA GeForce 7600 GS w/VGA out to Aquos 32" LCD |PVR-500|PVR-250|SiliconDust HDHomerun


Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 03, 2005 7:30 pm 
Offline
Joined: Fri Jan 09, 2004 8:30 pm
Posts: 146
Location: Reno, NV
I can't update to the new version any time soon. I run my XBox as a frontend and don't feel like spending a day compiling.

Anyway, try localhost. I can't really see anything else. Try a Google search since that is a standard Perl error message.


Top
 Profile  
 
 Post subject: stupid me
PostPosted: Thu Nov 10, 2005 10:47 am 
Offline
Joined: Sun Jun 12, 2005 11:24 am
Posts: 32
Location: East Lansing, MI
I forgot to enable networking in mySQL. Since I upgraded, the configs reverted back to defaults. DOH!


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 16, 2005 1:09 pm 
Offline
Joined: Fri Aug 12, 2005 8:54 am
Posts: 5
ozihcs wrote:
I've been fiddling with your code and made some small fixes here & there to correct things I suspect were typos or bugs.

This patch is just work in progress, but there are some useful changes I thought I ought to share.

I have added support for two more naming conventions;
Show Name.SnnEnn.BlaBla.avi (also with lowercase 's' and 'e')
Show Name.nnn.Bla.avi (1 digit season + 2 digit episodes)

I've added the flag -D to command line to turn on debugging (very verbose)

Lastly, the -Title flag will search your movie database for all matches to the string you supply, so you can force a repopulate for TV shows that have an incorrect description.


This patch isn't working for me I get:
Quote:
patch <tvgrab.diff
patching file tvbatchgrabber.pl
Hunk #1 succeeded at 35 with fuzz 1.
missing header for unified diff at line 13 of patch
can't find file to patch at input line 13
Perhaps you should have used the -p or --strip option?
The text leading up to this was:
--------------------------
| my $iflag = '';
--------------------------
File to patch:


and

Quote:
patch tvbatchgrabber.pl tvgrab.diff
missing header for unified diff at line 3 of patch
patching file tvbatchgrabber.pl
Hunk #1 succeeded at 35 with fuzz 1.
missing header for unified diff at line 13 of patch
can't find file to patch at input line 13
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
| my $iflag = '';
--------------------------
File to patch: tvbatchgrabber.pl
patching file tvbatchgrabber.pl
Hunk #3 FAILED at 171.
Hunk #4 FAILED at 236.
Hunk #5 FAILED at 292.
Hunk #6 FAILED at 318.
Hunk #7 FAILED at 369.
Hunk #8 succeeded at 949 with fuzz 2 (offset 153 lines).
patch: **** malformed patch at line 213:


Top
 Profile  
 
 Post subject:
PostPosted: Wed Nov 16, 2005 6:20 pm 
yeh i tried the patch when it first came out and i had no luck either. same errors as you.

i was hoping the author of the patch could post is whole file to try out.


Top
  
 
 Post subject:
PostPosted: Wed Nov 16, 2005 8:15 pm 
Offline
Joined: Fri Jan 09, 2004 8:30 pm
Posts: 146
Location: Reno, NV
I might have made some changes to the script after he made his diff. That could be the problem.


Top
 Profile  
 
 Post subject: Re: stupid me
PostPosted: Sun Nov 27, 2005 2:43 pm 
Offline
Joined: Sat Nov 26, 2005 1:45 pm
Posts: 11
How do you enable networking for mysql? I have the same problem...

Thanks, Walter


DrewCS wrote:
I forgot to enable networking in mySQL. Since I upgraded, the configs reverted back to defaults. DOH!


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 27, 2005 4:28 pm 
Offline
Joined: Fri Sep 19, 2003 7:05 pm
Posts: 5088
Location: Fontana, Ca
http://www.mysettopbox.tv/doc.html#frontend

_________________
cesman

When the source is open, the possibilities are endless!


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 38 posts ] 
Go to page Previous  1, 2, 3  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 22 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu