Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. --------------------------
  2. za feb 19 11:52:22 CET 2011
  3. Starting renamealbum for Madonna_2010
  4. ----renamealbum started----
  5. /data/Downloads/UntaggedMusic/Madonna_2010 has no supported files, ignoring
  6. ----renamealbum started----
  7. Using naming scheme: %(albumartist)s/%(album)s (%(year)i)/%(tracknumber)02i - %(trackartist)s - %(trackname)s
  8. Using dest prefix: /data/Music
  9. Source path: /data/Downloads/UntaggedMusic/Madonna_2010/Madonna - Animal
  10. no dest enabled: lower quality destination files will be replaced
  11. Skipping calculating discID
  12. Trying to look up release via already tagged release-id
  13. Trying fingerprint search
  14. Examining /data/Downloads/UntaggedMusic/Madonna_2010/Madonna - Animal
  15. /data/Downloads/UntaggedMusic/Madonna_2010/Madonna - Animal/01 Triggering.mp3
  16. 11:52:23 Hashed file (0.042265s)
  17. 11:52:23 Looking up fingerprint for 01 Triggering.mp3
  18. 11:52:23 Decoding file
  19. 11:52:32 lookup_fingerprint took 0.65s (after a 0.00s wait)
  20. 11:52:32 get_tracks_by_puid took 0.73s (after a 0.00s wait)
  21. /data/Downloads/UntaggedMusic/Madonna_2010/Madonna - Animal/02 Broken.mp3
  22. 11:52:32 Hashed file (0.038951s)
  23. 11:52:33 Looking up fingerprint for 02 Broken.mp3
  24. 11:52:33 Decoding file
  25. 11:52:40 lookup_fingerprint took 0.60s (after a 0.00s wait)
  26. 11:52:41 get_tracks_by_puid took 0.51s (after a 0.00s wait)
  27. /data/Downloads/UntaggedMusic/Madonna_2010/Madonna - Animal/03 Animal.mp3
  28. 11:52:41 Hashed file (0.043350s)
  29. 11:52:41 Looking up fingerprint for 03 Animal.mp3
  30. 11:52:41 Decoding file
  31. 11:52:49 lookup_fingerprint took 0.49s (after a 0.00s wait)
  32. 11:52:49 get_tracks_by_puid took 0.50s (after a 0.00s wait)
  33. /data/Downloads/UntaggedMusic/Madonna_2010/Madonna - Animal/04 Ring My Bell.mp3
  34. 11:52:49 Hashed file (0.051928s)
  35. 11:52:50 Looking up fingerprint for 04 Ring My Bell.mp3
  36. 11:52:50 Decoding file
  37. 11:52:59 lookup_fingerprint took 0.49s (after a 0.00s wait)
  38. 11:52:59 get_tracks_by_puid took 0.49s (after a 0.00s wait)
  39. /data/Downloads/UntaggedMusic/Madonna_2010/Madonna - Animal/05 If You Go Away.mp3
  40. 11:52:59 Hashed file (0.070137s)
  41. 11:52:59 Looking up fingerprint for 05 If You Go Away.mp3
  42. 11:52:59 Decoding file
  43. 11:53:09 lookup_fingerprint took 0.59s (after a 0.00s wait)
  44. 11:53:09 get_tracks_by_puid took 0.50s (after a 0.00s wait)
  45. /data/Downloads/UntaggedMusic/Madonna_2010/Madonna - Animal/06 Land Of The Free.mp3
  46. 11:53:09 Hashed file (0.084475s)
  47. 11:53:09 Looking up fingerprint for 06 Land Of The Free.mp3
  48. 11:53:09 Decoding file
  49. 11:53:19 lookup_fingerprint took 0.49s (after a 0.00s wait)
  50. 11:53:20 get_tracks_by_puid took 0.48s (after a 0.00s wait)
  51. /data/Downloads/UntaggedMusic/Madonna_2010/Madonna - Animal/07 Superpop.mp3
  52. 11:53:20 Hashed file (0.058100s)
  53. 11:53:20 Looking up fingerprint for 07 Superpop.mp3
  54. 11:53:20 Decoding file
  55. Traceback (most recent call last):
  56. File "/home/xander/.albumidentify/renamealbum", line 358, in process_one_path
  57. renamealbum(srcpath, options)
  58. File "/home/xander/.albumidentify/renamealbum", line 683, in renamealbum
  59. (release, method) = get_musicbrainz_release (disc, options)
  60. File "/home/xander/.albumidentify/renamealbum", line 271, in get_musicbrainz_release
  61. return (get_release_by_fingerprints(disc), "fingerprint")
  62. File "/home/xander/.albumidentify/renamealbum", line 94, in get_release_by_fingerprints
  63. dirinfo = albumidentify.get_dir_info(disc.dirname)
  64. File "/home/xander/.albumidentify/src/renamealbum/albumidentify.py", line 56, in get_dir_info
  65. if lastpuid is not None and trackinfo[fname].getPUID() == lastpuid:
  66. File "/home/xander/.albumidentify/src/renamealbum/musicfile.py", line 67, in getPUID
  67. self._fetchPUID()
  68. File "/home/xander/.albumidentify/src/renamealbum/musicfile.py", line 34, in _fetchPUID
  69. musicdns_key)
  70. File "/home/xander/.albumidentify/src/renamealbum/memocache.py", line 68, in memoify_replacement
  71. ret=func(*args,**kwargs)
  72. File "/home/xander/.albumidentify/src/renamealbum/lookups.py", line 55, in backoff_func
  73. return func(*args,**kwargs)
  74. File "/home/xander/.albumidentify/src/renamealbum/lookups.py", line 100, in delay
  75. ret=func(*args,**kwargs)
  76. File "/home/xander/.albumidentify/src/renamealbum/musicdns.py", line 44, in lookup_fingerprint
  77. f = urllib.urlopen(url, data)
  78. File "/usr/lib/python2.6/urllib.py", line 88, in urlopen
  79. return opener.open(url, data)
  80. File "/usr/lib/python2.6/urllib.py", line 207, in open
  81. return getattr(self, name)(url, data)
  82. File "/usr/lib/python2.6/urllib.py", line 347, in open_http
  83. errcode, errmsg, headers = h.getreply()
  84. File "/usr/lib/python2.6/httplib.py", line 1060, in getreply
  85. response = self._conn.getresponse()
  86. File "/usr/lib/python2.6/httplib.py", line 986, in getresponse
  87. response.begin()
  88. File "/usr/lib/python2.6/httplib.py", line 391, in begin
  89. version, status, reason = self._read_status()
  90. File "/usr/lib/python2.6/httplib.py", line 349, in _read_status
  91. line = self.fp.readline()
  92. File "/usr/lib/python2.6/socket.py", line 397, in readline
  93. data = recv(1)
  94. IOError: [Errno socket error] timed out
  95. fail!
  96. za feb 19 11:53:39 CET 2011
  97. Album search ended for Madonna_2010
  98. The following albums were moved to /data/Music/Untagged:
  99. /data/Downloads/UntaggedMusic/Madonna_2010/Madonna - Animal
  100. --------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement