Package Details: audiotag 0.7.3-2

Git Clone URL: https://aur.archlinux.org/audiotag.git (read-only, click to copy)
Package Base: audiotag
Description: Simple command line audio tagger written in python3
Upstream URL: https://github.com/Popkornium18/audiotag
Keywords: metadata python taglib tags
Licenses: MIT
Submitter: Popkornium18
Maintainer: Popkornium18
Last Packager: Popkornium18
Votes: 3
Popularity: 0.000000
First Submitted: 2018-10-17 22:35 (UTC)
Last Updated: 2023-06-27 19:49 (UTC)

Latest Comments

Popkornium18 commented on 2018-10-19 22:27 (UTC)

Thanks for letting me know ValHue. The error has been fixed.

ValHue commented on 2018-10-19 09:35 (UTC) (edited on 2018-10-19 09:38 (UTC) by ValHue)

fails to execute:

Traceback (most recent call last):
  File "/usr/sbin/audiotag", line 11, in <module>
    load_entry_point('audiotag==0.1.0', 'console_scripts', 'audiotag')()
  File "/usr/lib/python3.7/site-packages/audiotag/audiotag.py", line 185, in main
    tracklist = open_files()
  File "/usr/lib/python3.7/site-packages/audiotag/audiotag.py", line 170, in open_files
    for filename in args['FILE']:
NameError: name 'args' is not defined