Doesn't work for me:
Traceback (most recent call last):
File "/usr/bin/tvnamer", line 9, in <module>
load_entry_point('tvnamer==2.3', 'console_scripts', 'tvnamer')()
File "/usr/lib/python2.7/site-packages/tvnamer/main.py", line 418, in main
tvnamer(paths = sorted(args))
File "/usr/lib/python2.7/site-packages/tvnamer/main.py", line 325, in tvnamer
processFile(tvdb_instance, episode)
File "/usr/lib/python2.7/site-packages/tvnamer/main.py", line 196, in processFile
newName = episode.generateFilename()
File "/usr/lib/python2.7/site-packages/tvnamer/utils.py", line 764, in generateFilename
fname = Config[self.CFG_KEY_WITH_EP] % epdata
TypeError: %d format: a number is required, not unicode
I rebuilt the package, including the dependencies, but no dice.
Search Criteria
Package Details: tvnamer 3.0.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tvnamer.git (read-only, click to copy) |
---|---|
Package Base: | tvnamer |
Description: | Automatic TV episode file renamer |
Upstream URL: | https://github.com/dbr/tvnamer |
Licenses: | Public Domain |
Submitter: | gim |
Maintainer: | cockroach |
Last Packager: | cockroach |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-30 14:43 (UTC) |
Last Updated: | 2021-09-29 13:25 (UTC) |
Dependencies (3)
- python-tvdb_apiAUR (python-tvdb_api-gitAUR)
- python3 (python)
- python-setuptools (make)
Pinned Comments
gim commented on 2018-04-03 09:58 (UTC) (edited on 2018-04-03 11:00 (UTC) by gim)
@magz @ritze Install python2-requests-cache + python2-requests packages or python-requests-cache + python-requests manually, it should be specified as dependency for tvdb_api (https://aur.archlinux.org/packages/tvdb_api/) but it isn't.