Jump to content

krelkor

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by krelkor

  1. Hi gents,

     

    I'm trying to figure out an annoying problem I have. It seems that Headphones is post processing things into a temporary directory.... No idea why its doing this as all of the mappings are correct. (It can scan my /music directory to import the files into the database, but it wont post process back into the same /music directory)

     

    The temp/headphones_XXX/headphones is building a temp directory for each album it post processes. It then shows up in the albums list as being snatched/downloaded also with the file location in this temp location

     

    Any thoughts?

     

    2016-03-27 09:50:11	DEBUG	Renaming /tmp/headphones_niNQyp/headphones/01 - Face to the Floor.mp3 ---> Chevelle - Hats Off to the Bull - 01 - Face to the Floor.mp3
    2016-03-27 09:50:11	DEBUG	Renaming /tmp/headphones_niNQyp/headphones/04 - The Meddler.mp3 ---> Chevelle - Hats Off to the Bull - 04 - The Meddler.mp3
    2016-03-27 09:50:11	DEBUG	Renaming /tmp/headphones_niNQyp/headphones/13 - Still Running (Live at the Metro) (Bonus Track).mp3 ---> Chevelle - Hats Off to the Bull - 13 - Still Running (live at the Metro).mp3
    2016-03-27 09:50:11	DEBUG	Renaming /tmp/headphones_niNQyp/headphones/02 - Some Old Trip.mp3 ---> Chevelle - Hats Off to the Bull - 02 - Same Old Trip.mp3
    2016-03-27 09:50:11	DEBUG	Renaming /tmp/headphones_niNQyp/headphones/12 - Glimpse of the Con (Bonus Track).mp3 ---> Chevelle - Hats Off to the Bull - 12 - Glimpse of the Con.mp3
    2016-03-27 09:50:11	DEBUG	Renaming /tmp/headphones_niNQyp/headphones/06 - Envy.mp3 ---> Chevelle - Hats Off to the Bull - 06 - Envy.mp3
    2016-03-27 09:50:11	DEBUG	Renaming /tmp/headphones_niNQyp/headphones/11 - Clones.mp3 ---> Chevelle - Hats Off to the Bull - 11 - Clones.mp3
    2016-03-27 09:50:11	DEBUG	Renaming /tmp/headphones_niNQyp/headphones/10 - Prima Donna.mp3 ---> Chevelle - Hats Off to the Bull - 10 - Prima Donna.mp3
    2016-03-27 09:50:11	DEBUG	Renaming /tmp/headphones_niNQyp/headphones/08 - Arise.mp3 ---> Chevelle - Hats Off to the Bull - 08 - Arise.mp3
    2016-03-27 09:50:11	DEBUG	Renaming /tmp/headphones_niNQyp/headphones/09 - Revenge.mp3 ---> Chevelle - Hats Off to the Bull - 09 - Revenge.mp3
    2016-03-27 09:50:11	INFO	Renaming files
    2016-03-27 09:50:11	INFO	Successfully applied metadata to: /tmp/headphones_niNQyp/headphones/05 - Pinata.mp3
    2016-03-27 09:50:10	INFO	Successfully applied metadata to: /tmp/headphones_niNQyp/headphones/03 - Ruse.mp3
    2016-03-27 09:50:10	INFO	Successfully applied metadata to: /tmp/headphones_niNQyp/headphones/07 - Hats Off to the Bull.mp3
    2016-03-27 09:50:10	INFO	Successfully applied metadata to: /tmp/headphones_niNQyp/headphones/01 - Face to the Floor.mp3
    2016-03-27 09:50:10	INFO	Successfully applied metadata to: /tmp/headphones_niNQyp/headphones/04 - The Meddler.mp3
    2016-03-27 09:50:10	INFO	Successfully applied metadata to: /tmp/headphones_niNQyp/headphones/13 - Still Running (Live at the Metro) (Bonus Track).mp3
    2016-03-27 09:50:10	INFO	Successfully applied metadata to: /tmp/headphones_niNQyp/headphones/02 - Some Old Trip.mp3
    2016-03-27 09:50:10	INFO	Successfully applied metadata to: /tmp/headphones_niNQyp/headphones/12 - Glimpse of the Con (Bonus Track).mp3
    2016-03-27 09:50:10	INFO	Successfully applied metadata to: /tmp/headphones_niNQyp/headphones/06 - Envy.mp3
    2016-03-27 09:50:10	INFO	Successfully applied metadata to: /tmp/headphones_niNQyp/headphones/11 - Clones.mp3
    2016-03-27 09:50:10	INFO	Successfully applied metadata to: /tmp/headphones_niNQyp/headphones/10 - Prima Donna.mp3

  2. Has anyone been able to get an IBM M1015 working with a Supermicro X8SIL-F Board? Pulling my hair out trying to get the board to recognize the card (settings tweaked, bios updated etc etc) but I still get the "no MR controller found" message when running the megarec -adlist tool. Cannot get it to be recognized in another Gigabyte board either.

     

    I suspect its DOA... :(

     

    When the computer boots up you'll see it being initialized. Do you see that?

     

    No sir, nothing. No LEDs and a cold heatsink.

  3. Has anyone been able to get an IBM M1015 working with a Supermicro X8SIL-F Board? Pulling my hair out trying to get the board to recognize the card (settings tweaked, bios updated etc etc) but I still get the "no MR controller found" message when running the megarec -adlist tool. Cannot get it to be recognized in another Gigabyte board either.

     

    I suspect its DOA... :(

     

     

  4. Hi guys, my CP decided to explode in the last few hours and becomes inaccessible. Any ideas? The below just repeats constantly when its active.

     

    Traceback (most recent call last):
    File "/app/couchpotato/CouchPotato.py", line 133, in 
    l.run()
    File "/app/couchpotato/CouchPotato.py", line 89, in run
    runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env)
    File "/app/couchpotato/couchpotato/runner.py", line 140, in runCouchPotato
    db.open()
    File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 43, in _inner
    res = f(*args, **kwargs)
    File "/app/couchpotato/libs/CodernityDB/database_super_thread_safe.py", line 93, in open
    res = super(SuperThreadSafeDatabase, self).open(*args, **kwargs)
    File "/app/couchpotato/libs/CodernityDB/database.py", line 571, in open
    index.open_index()
    File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 111, in open_index
    self._fix_params()
    File "/app/couchpotato/libs/CodernityDB/hash_index.py", line 98, in _fix_params
    super(IU_HashIndex, self)._fix_params()
    File "/app/couchpotato/libs/CodernityDB/index.py", line 103, in _fix_params
    props = marshal.loads(self.buckets.read(self._start_ind))
    EOFError: EOF read where object expected
    Nov 17 21:57:39 48cb42387abe syslog-ng[88]: syslog-ng shutting down; version='3.5.3'

×
×
  • Create New...