mdhiggins / sickbeard_mp4_automator

Automatically convert video files to a standardized format with metadata tagging to create a beautiful and uniform media library
MIT License
1.5k stars 206 forks source link

New error on manual processing #171

Closed Geordon closed 9 years ago

Geordon commented 9 years ago

I just noticed this today when batch processing a few files that had been downloaded. What does this mean, and is there something that I can do to work around it? at the very least, it blocks the auto-move.

thanks!

~ $ /usr/local/etc/SAB_post_process/sickbeard_mp4_automator-master/manual.py -i ~/Movies -a
64
Processing file /Users/<USERNAME>/Movies/Heavenly Sword 2014 720p BluRay x264-SADPANDA/Heavenly.Sword.2014.720p.BluRay.x264-SADPANDA.mp4
Matched movie title as: Heavenly Sword 2014-06-30
Processing Heavenly Sword
Tagging file :/Users/<USERNAME>/Movies/Heavenly Sword 2014 720p BluRay x264-SADPANDA/Heavenly.Sword.2014.720p.BluRay.x264-SADPANDA.mp4
Trying to write tags
Tags written successfully
Relocating MOOV atom to start of file
An unexpected error occurred, processing of this file has failed
'L' format requires 0 <= number <= 4294967295
mdhiggins commented 9 years ago

Need a couple of pieces of information. What version of Python are you running? 64 or 32 bit? And how big is the file you're trying to process. 

— Sent from Mailbox

On Thu, Oct 9, 2014 at 10:45 AM, Geordon VanTassle notifications@github.com wrote:

I just noticed this today when batch processing a few files that had been downloaded. What does this mean, and is there something that I can do to work around it? at the very least, it blocks the auto-move. thanks!

~ $ /usr/local/etc/SAB_post_process/sickbeard_mp4_automator-master/manual.py -i ~/Movies -a
64
Processing file /Users/<USERNAME>/Movies/Heavenly Sword 2014 720p BluRay x264-SADPANDA/Heavenly.Sword.2014.720p.BluRay.x264-SADPANDA.mp4
Matched movie title as: Heavenly Sword 2014-06-30
Processing Heavenly Sword
Tagging file :/Users/<USERNAME>/Movies/Heavenly Sword 2014 720p BluRay x264-SADPANDA/Heavenly.Sword.2014.720p.BluRay.x264-SADPANDA.mp4
Trying to write tags
Tags written successfully
Relocating MOOV atom to start of file
An unexpected error occurred, processing of this file has failed
'L' format requires 0 <= number <= 4294967295

Reply to this email directly or view it on GitHub: https://github.com/mdhiggins/sickbeard_mp4_automator/issues/171

Geordon commented 9 years ago

python --version Python 2.7.8

64-bit

4.0G Oct 9 12:01 Heavenly.Sword.2014.720p.BluRay.x264-SADPANDA.mp4*

mdhiggins commented 9 years ago

What file system/format is the drive you're putting the file on? (NTFS, exFAT)

— Sent from Mailbox

On Thu, Oct 9, 2014 at 1:09 PM, Geordon VanTassle notifications@github.com wrote:

python --version Python 2.7.8 64-bit

4.0G Oct 9 12:01 Heavenly.Sword.2014.720p.BluRay.x264-SADPANDA.mp4*

Reply to this email directly or view it on GitHub: https://github.com/mdhiggins/sickbeard_mp4_automator/issues/171#issuecomment-58543097

Geordon commented 9 years ago

File System : Mac OS Extended (Journaled, Encrypted)

The issue seems to be file related, since it doesn’t happen with most of the files, just this one.

Geordon VanTassle about.me/hurricanedad411

On Oct 10, 2014, at 8:53 AM, Michael Higgins notifications@github.com wrote:

What file system/format is the drive you're putting the file on? (NTFS, exFAT)

— Sent from Mailbox

On Thu, Oct 9, 2014 at 1:09 PM, Geordon VanTassle notifications@github.com wrote:

python --version Python 2.7.8 64-bit

4.0G Oct 9 12:01 Heavenly.Sword.2014.720p.BluRay.x264-SADPANDA.mp4*

Reply to this email directly or view it on GitHub: https://github.com/mdhiggins/sickbeard_mp4_automator/issues/171#issuecomment-58543097 — Reply to this email directly or view it on GitHub.

mdhiggins commented 9 years ago

If its just an isolated file its gonna be tough for me to replicate. Have you tried any other files that are greater than or equal to that file in size?

mdhiggins commented 9 years ago

Any updates?

Geordon commented 9 years ago

I'm thinking that we will just have to close this as a one-off issue. I've tried running the task with other files of about the same size, with no problems. I'm guessing that there was something in the file that choked the script out.

Thanks, again, for your help!