Skip to content

Instantly share code, notes, and snippets.

@ghickman
Created May 22, 2012 22:04
Show Gist options
  • Save ghickman/4abd825e566f8ad9c630 to your computer and use it in GitHub Desktop.
Save ghickman/4abd825e566f8ad9c630 to your computer and use it in GitHub Desktop.
05-22 22:12 DEBUG Config Config loaded
05-22 22:12 DEBUG Config Defaults retrieved
05-22 22:12 MINIMAL Core Renaming: game.of.thrones.s01e10.hdtv.xvid-fqm.avi
05-22 22:12 DEBUG Core Renaming using: (?P[\w\s.',_-]+).[Ss]?(?P[\d]{1,2})[XxEe]?(?P[\d]{2}).|-
05-22 22:12 DEBUG Core Returned show: game of thrones, season: 01, episode: 10, extension: .avi
05-22 22:12 DEBUG Config No canonical defined, returning: game of thrones
05-22 22:12 DEBUG Core Show Name: game of thrones
05-22 22:12 DEBUG Core Using TheTvDb
05-22 22:12 INFO The Tv DB Searching: game of thrones
05-22 22:12 DEBUG The Tv DB Retrieving series id for game of thrones
05-22 22:12 DEBUG The Tv DB Series url: http://www.thetvdb.com/api/GetSeries.php?seriesname=game%20of%20thrones
05-22 22:12 INFO requests.packages.urllib3.connectionpool Starting new HTTP connection (1): www.thetvdb.com
05-22 22:12 DEBUG requests.packages.urllib3.connectionpool "GET /api/GetSeries.php?seriesname=game%20of%20thrones ('HTTP/1.1',)" 200 426
05-22 22:12 DEBUG The Tv DB XML: Attempting to parse
05-22 22:12 DEBUG The Tv DB XML: Parsed
05-22 22:12 DEBUG The Tv DB XML retrieved, searching for series
05-22 22:12 DEBUG The Tv DB Series chosen: Game of Thrones
05-22 22:12 DEBUG The Tv DB Retrieved show id: 121361
05-22 22:12 DEBUG The Tv DB Retrieved canonical show name: Game of Thrones
05-22 22:12 DEBUG The Tv DB Episode URL: http://www.thetvdb.com/api/C4C424B4E9137AFD/series/121361/default/1/10/en.xml
05-22 22:12 DEBUG The Tv DB Attempting to retrieve episode name
05-22 22:12 INFO requests.packages.urllib3.connectionpool Starting new HTTP connection (1): www.thetvdb.com
05-22 22:12 DEBUG requests.packages.urllib3.connectionpool "GET /api/C4C424B4E9137AFD/series/121361/default/1/10/en.xml ('HTTP/1.1',)" 200 793
05-22 22:12 DEBUG The Tv DB XML: Retreived
05-22 22:12 DEBUG The Tv DB XML: Attempting to parse
05-22 22:12 DEBUG The Tv DB XML: Parsed
05-22 22:12 DEBUG The Tv DB XML: Episode document retrived for Game of Thrones - 0110
05-22 22:12 DEBUG The Tv DB XML: Attempting to finding the episode name
05-22 22:12 DEBUG The Tv DB Retrieved episode name: Fire and Blood
05-22 22:12 INFO Core Episode: Fire and Blood
05-22 22:12 DEBUG Error 'game of thrones' is not in the Config. Falling back on name extracted from the filename
05-22 22:12 DEBUG Core Using the formatted show name retrieved by the library: Game of Thrones
05-22 22:12 DEBUG Core Final show name: Game of Thrones
05-22 22:12 MINIMAL Core Directory: /Volumes/Media/TV/Game of Thrones/Season 1/
05-22 22:12 DEBUG Core Full path: /Volumes/Media/TV/Game of Thrones/Season 1/Game of Thrones - 110 - Fire and Blood.avi
05-22 22:12 DEBUG Core /c/media/Videos/TV Shows/Game of Thrones/game.of.thrones.s01e10.hdtv.xvid-fqm.avi
05-22 22:12 DEBUG Core /Volumes/Media/TV/Game of Thrones/Season 1/Game of Thrones - 110 - Fire and Blood.avi
05-22 22:12 CRITICAL Core tvr: critical error: [Errno 18] Invalid cross-device link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment