Package Details: tvcmd 1.2.1-1

Git Clone URL: https://aur.archlinux.org/tvcmd.git (read-only, click to copy)
Package Base: tvcmd
Description: Command line tool to keep track of tv shows episodes
Upstream URL: http://tvcmd.horlux.org
Licenses: GPL3
Submitter: juantascon
Maintainer: juantascon
Last Packager: juantascon
Votes: 6
Popularity: 0.000001
First Submitted: 2011-12-22 04:11 (UTC)
Last Updated: 2016-03-28 20:31 (UTC)

Latest Comments

TimorLee commented on 2023-05-13 18:12 (UTC) (edited on 2023-06-07 17:38 (UTC) by TimorLee)

Hello,

since last week Iget the following error:

Traceback (most recent call last):
  File "/bin/tvcmd", line 72, in <module>
    main()
  File "/bin/tvcmd", line 28, in main
    import tvcmd.shell
ModuleNotFoundError: No module named 'tvcmd'

Is this an issue with thepackage or with my setup? I have no clue...

EDIT: Now I do! Rebuild the package. I thought I tried it, but apparently I did something wrong,rebuilding correctly fixed the issue.

creepy.pebbles commented on 2016-03-27 18:35 (UTC)

I get this :: Checking tvcmd integrity... ==> ERROR: license should be an array :: failed to verify tvcmd integrity

<deleted-account> commented on 2011-12-22 17:02 (UTC)

Ok, sorry. And thanks :)

juantascon commented on 2011-12-22 15:53 (UTC)

fixed at v0.2! please report bugs at: https://sourceforge.net/p/tvcmd/tickets/ next time thanks

<deleted-account> commented on 2011-12-22 14:41 (UTC)

I get % tvcmd INFO:tvcmd.manager:[]: loading DEBUG:tvcmd.thetvdb:http://thetvdb.com/api/GetSeries.php?seriesname= INFO:tvcmd.manager:[]: FAIL Traceback (most recent call last): File "/usr/bin/tvcmd", line 32, in <module> main(sys.argv) File "/usr/bin/tvcmd", line 18, in main ui.load() File "/usr/lib/python3.2/site-packages/tvcmd/cli.py", line 14, in load manager.Manager.load(self) File "/usr/lib/python3.2/site-packages/tvcmd/manager.py", line 31, in load raise ex File "/usr/lib/python3.2/site-packages/tvcmd/manager.py", line 22, in load for d in thetvdb.get_episodes(show): File "/usr/lib/python3.2/site-packages/tvcmd/thetvdb.py", line 33, in get_episodes id = get_show_id(show) File "/usr/lib/python3.2/site-packages/tvcmd/thetvdb.py", line 25, in get_show_id series = list(root)[0] IndexError: list index out of range Am I doing something wrong?

juantascon commented on 2011-12-22 13:08 (UTC)

fixed! Im also the developer btw, so feel free to post any comments or bug reports here: https://sourceforge.net/p/tvcmd/tickets/

dserban commented on 2011-12-22 10:49 (UTC)

Also, the setup.py installer references a non-existent file: script/tvcmd.py Also, in Archlinux python means python3. I suspect you meant to use: makedepends=('python2-distribute') depends=('python2' 'python2-httplib2') ... python2 setup.py install --root $pkgdir

dserban commented on 2011-12-22 10:32 (UTC)

Shouldn't the download link be: http://downloads.sourceforge.net/project/tvcmd/tvcmd-0.1.tar.gz ???