View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 403 posts ] 
Go to page Previous  1 ... 18, 19, 20, 21, 22, 23, 24 ... 27  Next

Print view Previous topic   Next topic  
Author Message
Search for:
 Post subject:
PostPosted: Sat Mar 13, 2010 10:22 pm 
Offline
Joined: Fri Oct 20, 2006 12:04 pm
Posts: 905
Location: LA, CA
bigB wrote:
Hi,

How did you update? You don't appear to be running the latest...

The preferred method is to enter the directory that holds the source (untarred content of release file, or you can start off with just the makefile), then issue "make upgrade", followed by "make install". There is now more to the script than just "mythvideo-scanner.pl".

EG. Hold the installation source in /usr/local/src/mythvideo-scanner. This is where you execute the make commands. After installation, the script will live in /usr/local/bin/, and the modules will live in /usr/local/share/mythvideo-scanner/

BigB.


Ozdemon, you try this on page 19?


Top
 Profile  
 
 Post subject: Install blues
PostPosted: Sun Mar 14, 2010 4:12 am 
Offline
Joined: Wed Jun 10, 2009 8:39 pm
Posts: 118
After cd to /home/mythtv/mythvideo-scanner, terminal command as root:
Code:
make upgrade


which is answered with:

Code:
 Command not found

_________________
* Asus M3N78-EM, AMD 5050e, Nvidia 8300 IGP, QNAP TS-439 Pro II, Linhes 7.4


Top
 Profile  
 
 Post subject:
PostPosted: Sun Mar 14, 2010 11:00 am 
Offline
Joined: Fri Oct 20, 2006 12:04 pm
Posts: 905
Location: LA, CA
According to the above posted instructions, try this.

1. download or copy mythvideo-scanner tar file into /usr/local/src/
2. untar file tar tvfz file.tar.gz
3. cd /usr/local/src/mythvideo-scanner
4. make upgrade
5. make install

"After installation, the script will live in /usr/local/bin/, and the modules will live in /usr/local/share/mythvideo-scanner/"


Top
 Profile  
 
 Post subject:
PostPosted: Sun Mar 14, 2010 4:27 pm 
Offline
Joined: Mon Feb 06, 2006 5:11 pm
Posts: 353
Location: Brisbane, Australia
Hi,

The make process requires some extra programs, you can install these using:
Code:
pacman -S make subversion


Top
 Profile  
 
 Post subject: Working now
PostPosted: Wed Mar 17, 2010 8:33 pm 
Offline
Joined: Wed Jun 10, 2009 8:39 pm
Posts: 118
Thanks bigB, all working now. Could I suggest adding the necessary steps to the first post in this thread, as well as the imbbpy install (p. 17 of this thread), so new users do not have to read the whole thread to get the script working.

:D

_________________
* Asus M3N78-EM, AMD 5050e, Nvidia 8300 IGP, QNAP TS-439 Pro II, Linhes 7.4


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 17, 2010 9:22 pm 
Offline
Joined: Mon Feb 06, 2006 5:11 pm
Posts: 353
Location: Brisbane, Australia
Hi,

I have just done this if anyone want to proof read it :-) Else, I'll fix it on a needs basis

BigB.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 17, 2010 9:41 pm 
Offline
Joined: Wed Jun 10, 2009 8:39 pm
Posts: 118
bigB wrote:
Hi,

I have just done this if anyone want to proof read it :-) Else, I'll fix it on a needs basis

BigB.


Looks good to my untutored eye. :)

_________________
* Asus M3N78-EM, AMD 5050e, Nvidia 8300 IGP, QNAP TS-439 Pro II, Linhes 7.4


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 19, 2010 6:36 pm 
Offline
Joined: Tue Mar 22, 2005 9:18 pm
Posts: 1422
Location: Brisbane, Queensland, Australia
Hi bigB,

Just tried your instructions on the frontpage with a clean install of LinHES 6.02 and it didn't work quite as cleanly as I would have liked. Did the pacman thing easy enough, then with the easyinstall command it failed with not being able to install SQL Alchemy. I found another post that told me I had to run easyinstall again which I did and all was good again. (Might want to add this to the install instructions.

Then the rest of the install went fine but when I went to run it I found that I was missing a dependency. Running cpan Text::Levenshtein resolved the dependency problem, again you may want to add this to the install doco.

Now when I run it I get an error every now and then:
Code:
/usr/lib/python2.6/site-packages/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated
  from sets import ImmutableSet
/usr/lib/python2.6/site-packages/MythTV/MythLog.py:34: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  self.message = message
Exception AttributeError: "'MythDB' object has no attribute 'db'" in <bound method MythDB.__del__ of <MythTV.MythDB.MythDB object at 0xb7710fcc>> ignored
Exception AttributeError: "'MythTV' object has no attribute 'socket'" in <bound method MythTV.__del__ of <MythTV.MythTV.MythTV object at 0xb79ea3ec>> ignored


I originally thought that it was something to do with my file names as I have [] in some for my reference only but I have seen it happen on normal named files as well.

I would like to thank you for efforts in creating this software it is a wonderful piece of kit and if there is any other information that you need to help you resolve these issues let me know.

Thanks

_________________
Girkers


Top
 Profile  
 
 Post subject:
PostPosted: Sat Mar 27, 2010 12:43 pm 
Offline
Joined: Sun Jun 18, 2006 10:27 pm
Posts: 19
Thanks BigB for the great script.

I am got it up and running on R6, but the curious thing is that the metadata doesn't seem to "take". I ran the script with the update and get pictures options, and while it was running, it looked like it was finding the shows...

But when I went back to my video folder the data that got downloaded didn't seemed to be linked to the shows. The cover images and screenshots were in the proper directories, but nothing showed when I navigated to the file(s).


I restarted the frontend with no change. I even rebooted and nothing.

So, I went in and manually did a "download metadata" from the "i" menu on an episode and R6 pulled in the info...

However, after manually going through my movies one at a time and getting the poster info and metadata through the frontend, a couple of hours later I went back into the video folder ... and *poof*, it was all gone.

I know the "download metadata" isn't part of your script, but I was wondering if the lack of metadata retention from your script and from the metadata download might be part of the same problem...


Top
 Profile  
 
 Post subject:
PostPosted: Sun Mar 28, 2010 5:09 pm 
Offline
Joined: Mon Feb 06, 2006 5:11 pm
Posts: 353
Location: Brisbane, Australia
Hi,

Are you using storage groups for your mythvideo files? My script currently does not support storage groups.

Do you have mythvideo-scanner set to run in a cron job (schedule) at all?

perhaps post the complete output for one file.

BigB.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Mar 28, 2010 7:57 pm 
Offline
Joined: Sun Jun 18, 2006 10:27 pm
Posts: 19
Ah, I think I found what it was. In the Service Menu->MythTV Configuration->Setup->Media Settings->Videos Settings->General I had to "Enable Metadata Brose Modes".

That seems to have fixed it.

And previously I had the episodes listed as "Castle - 103 HD - blahblah", and the regular "get metadata" didn't seem to figure out it was season 1 episode 3, but your script does a REALLY good job of it. :)

THANKS!


Top
 Profile  
 
 Post subject: The Pacific on HBO...
PostPosted: Sat Apr 17, 2010 9:16 pm 
Offline
Joined: Sun Mar 07, 2010 1:17 am
Posts: 16
BigB,

I am having a problem with an HBO miniseries called "The Pacific". It seems that it is always listed under my movies (should be TV), and also that mythvideo-scanner never gets the metadata correct (it gets metadata from an old movie called "south pacific" from the 40's), even though I have an .NFO file in the folder that contains the correct IMDB number.

Any thoughts? Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 18, 2010 4:29 pm 
Offline
Joined: Mon Feb 06, 2006 5:11 pm
Posts: 353
Location: Brisbane, Australia
Hi,

Can you post some output for me to look at, or atleast the filenames.

BigB.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 18, 2010 6:06 pm 
Offline
Joined: Sun Mar 07, 2010 1:17 am
Posts: 16
Here is one:

Band of Brothers 1x01 Currahee

thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Sun Apr 18, 2010 10:41 pm 
Offline
Joined: Mon Feb 06, 2006 5:11 pm
Posts: 353
Location: Brisbane, Australia
Try the latest revision (97) of source.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 403 posts ] 
Go to page Previous  1 ... 18, 19, 20, 21, 22, 23, 24 ... 27  Next



All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 31 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:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu