Skip to content

Instantly share code, notes, and snippets.

@cparmar
Created November 9, 2012 14:56
Show Gist options
  • Save cparmar/4046147 to your computer and use it in GitHub Desktop.
Save cparmar/4046147 to your computer and use it in GitHub Desktop.
defaults:
organise: yes
renamed: /mnt/media/Videos/TV\ Shows/
library: thetvdb
format: '%n - %s%e'
11-09 14:49 DEBUG Config Config loaded
11-09 14:49 DEBUG Config Defaults retrieved
11-09 14:49 MINIMAL Core Renaming: 2.Broke.Girls.S02E04.720p.HDTV.X264-DIMENSION.mkv
11-09 14:49 DEBUG Core Renaming using: (?P<show>[\w\s.',_-]+)\.[Ss]?(?P<season>[\d]{1,2})[XxEe]?(?P<episode>[\d]{2})\.|-
11-09 14:49 DEBUG Core Returned show: 2 Broke Girls, season: 02, episode: 04, extension: .mkv
11-09 14:49 DEBUG Config No canonical defined, returning: 2 Broke Girls
11-09 14:49 DEBUG Core Show Name: 2 Broke Girls
11-09 14:49 DEBUG Core Using TheTvDb
11-09 14:49 INFO The Tv DB Searching: 2 Broke Girls
11-09 14:49 DEBUG The Tv DB Retrieving series id for 2 Broke Girls
11-09 14:49 DEBUG The Tv DB Series url: http://www.thetvdb.com/api/GetSeries.php?seriesname=2%20Broke%20Girls
11-09 14:49 INFO requests.packages.urllib3.connectionpool Starting new HTTP connection (1): www.thetvdb.com
11-09 14:49 DEBUG requests.packages.urllib3.connectionpool "GET /api/GetSeries.php?seriesname=2%20Broke%20Girls HTTP/1.1" 200 None
11-09 14:49 DEBUG The Tv DB XML: Attempting to parse
11-09 14:49 DEBUG The Tv DB XML: Parsed
11-09 14:49 DEBUG The Tv DB XML retrieved, searching for series
11-09 14:49 DEBUG The Tv DB Series chosen: 2 Broke Girls
11-09 14:49 DEBUG The Tv DB Retrieved show id: 248741
11-09 14:49 DEBUG The Tv DB Retrieved canonical show name: 2 Broke Girls
11-09 14:49 DEBUG The Tv DB Episode URL: http://www.thetvdb.com/api/C4C424B4E9137AFD/series/248741/default/2/4/en.xml
11-09 14:49 DEBUG The Tv DB Attempting to retrieve episode name
11-09 14:49 INFO requests.packages.urllib3.connectionpool Starting new HTTP connection (1): www.thetvdb.com
11-09 14:49 DEBUG requests.packages.urllib3.connectionpool "GET /api/C4C424B4E9137AFD/series/248741/default/2/4/en.xml HTTP/1.1" 200 None
11-09 14:49 DEBUG The Tv DB XML: Retreived
11-09 14:49 DEBUG The Tv DB XML: Attempting to parse
11-09 14:49 DEBUG The Tv DB XML: Parsed
11-09 14:49 DEBUG The Tv DB XML: Episode document retrived for 2 Broke Girls - 0204
11-09 14:49 DEBUG The Tv DB XML: Attempting to finding the episode name
11-09 14:49 DEBUG The Tv DB Retrieved episode name: And the Cupcake War
11-09 14:49 INFO Core Episode: And the Cupcake War
11-09 14:49 CRITICAL Core tvr: critical error: 'NoneType' object is not subscriptable
running install
running bdist_egg
running egg_info
writing requirements to tvrenamr.egg-info/requires.txt
writing tvrenamr.egg-info/PKG-INFO
writing top-level names to tvrenamr.egg-info/top_level.txt
writing dependency_links to tvrenamr.egg-info/dependency_links.txt
writing entry points to tvrenamr.egg-info/entry_points.txt
reading manifest file 'tvrenamr.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'tvrenamr.egg-info/SOURCES.txt'
installing library code to build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg
running install_lib
running build_py
copying tvrenamr/episode.py -> build/lib/tvrenamr
copying tvrenamr/errors.py -> build/lib/tvrenamr
copying tvrenamr/__init__.py -> build/lib/tvrenamr
copying tvrenamr/frontend.py -> build/lib/tvrenamr
copying tvrenamr/logs.py -> build/lib/tvrenamr
copying tvrenamr/main.py -> build/lib/tvrenamr
copying tvrenamr/options.py -> build/lib/tvrenamr
copying tvrenamr/config.py -> build/lib/tvrenamr
copying tvrenamr/lib/thetvdb.py -> build/lib/tvrenamr/lib
copying tvrenamr/lib/filter_deluge.py -> build/lib/tvrenamr/lib
copying tvrenamr/lib/tvrage.py -> build/lib/tvrenamr/lib
copying tvrenamr/lib/__init__.py -> build/lib/tvrenamr/lib
copying tvrenamr/lib/log_utils.py -> build/lib/tvrenamr/lib
creating build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg
creating build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr
copying build/lib/tvrenamr/frontend.py -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr
copying build/lib/tvrenamr/__init__.py -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr
copying build/lib/tvrenamr/options.py -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr
copying build/lib/tvrenamr/config.py -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr
copying build/lib/tvrenamr/logs.py -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr
copying build/lib/tvrenamr/main.py -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr
copying build/lib/tvrenamr/errors.py -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr
creating build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/lib
copying build/lib/tvrenamr/lib/tvrage.py -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/lib
copying build/lib/tvrenamr/lib/thetvdb.py -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/lib
copying build/lib/tvrenamr/lib/__init__.py -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/lib
copying build/lib/tvrenamr/lib/log_utils.py -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/lib
copying build/lib/tvrenamr/lib/filter_deluge.py -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/lib
copying build/lib/tvrenamr/episode.py -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr
byte-compiling build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/frontend.py to frontend.pyc
byte-compiling build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/__init__.py to __init__.pyc
byte-compiling build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/options.py to options.pyc
byte-compiling build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/config.py to config.pyc
byte-compiling build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/logs.py to logs.pyc
byte-compiling build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/main.py to main.pyc
byte-compiling build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/errors.py to errors.pyc
byte-compiling build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/lib/tvrage.py to tvrage.pyc
byte-compiling build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/lib/thetvdb.py to thetvdb.pyc
byte-compiling build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/lib/__init__.py to __init__.pyc
byte-compiling build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/lib/log_utils.py to log_utils.pyc
byte-compiling build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/lib/filter_deluge.py to filter_deluge.pyc
byte-compiling build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/tvrenamr/episode.py to episode.pyc
creating build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/EGG-INFO
copying tvrenamr.egg-info/PKG-INFO -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/EGG-INFO
copying tvrenamr.egg-info/SOURCES.txt -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/EGG-INFO
copying tvrenamr.egg-info/dependency_links.txt -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/EGG-INFO
copying tvrenamr.egg-info/entry_points.txt -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/EGG-INFO
copying tvrenamr.egg-info/requires.txt -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/EGG-INFO
copying tvrenamr.egg-info/top_level.txt -> build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
creating 'dist/tvrenamr-3.2.1-py2.7.egg' and adding 'build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg' to it
removing 'build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg' (and everything under it)
Processing tvrenamr-3.2.1-py2.7.egg
Removing /usr/local/lib/python2.7/site-packages/tvrenamr-3.2.1-py2.7.egg
Copying tvrenamr-3.2.1-py2.7.egg to /usr/local/lib/python2.7/site-packages
tvrenamr 3.2.1 is already the active version in easy-install.pth
Installing tvr script to /usr/local/bin
Installed /usr/local/lib/python2.7/site-packages/tvrenamr-3.2.1-py2.7.egg
Processing dependencies for tvrenamr==3.2.1
Traceback (most recent call last):
File "setup.py", line 33, in <module>
install_requires = ('pyyaml', 'requests',)
File "/usr/local/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/setuptools/command/install.py", line 76, in run
File "build/bdist.freebsd-8.3-RELEASE-p4-amd64/egg/setuptools/command/install.py", line 104, in do_egg_install
File "/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 211, in run
File "/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 427, in easy_install
File "/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 478, in install_item
File "/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 519, in process_distribution
File "/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 570, in resolve
File "/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 2149, in requires
File "/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 2141, in _dep_map
File "/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 2560, in split_sections
File "/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 1854, in yield_lines
File "/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 2163, in _get_metadata
File "/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 1181, in get_metadata_lines
File "/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 1178, in get_metadata
File "/usr/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 1238, in _get
zipimport.ZipImportError: bad local file header in /usr/local/lib/python2.7/site-packages/tvrenamr-3.2.1-py2.7.egg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment