Skip to content

Instantly share code, notes, and snippets.

@dirtdigger
Created April 8, 2015 10:31
Show Gist options
  • Save dirtdigger/aea6c0c97d5bfbae37ac to your computer and use it in GitHub Desktop.
Save dirtdigger/aea6c0c97d5bfbae37ac to your computer and use it in GitHub Desktop.
user configuration: /home/user/.config/beets/config.yaml
data directory: /home/user/.config/beets
plugin paths:
Sending event: pluginload
library database: /home/user/.beets-data/musiclibrary.blb
library directory: /home/user/Music
Sending event: library_opened
Modifying 13 items.
10 Years - The Autumn Effect - Fault Line
date: 2005-08-16
10 Years - The Autumn Effect - The Recipe
date: 2005-08-16
10 Years - The Autumn Effect - Cast it Out
date: 2005-08-16
10 Years - The Autumn Effect - Wasteland
date: 2005-08-16
10 Years - The Autumn Effect - Seasons to Cycles
date: 2005-08-16
10 Years - The Autumn Effect - Half Life
date: 2005-08-16
10 Years - The Autumn Effect - Through the Iris
date: 2005-08-16
10 Years - The Autumn Effect - Empires
date: 2005-08-16
10 Years - The Autumn Effect - Prey
date: 2005-08-16
10 Years - The Autumn Effect - Insects
date: 2005-08-16
10 Years - The Autumn Effect - Paralyzing Kings
date: 2005-08-16
10 Years - The Autumn Effect - The Autumn Effect / Slowly Falling Awake
date: 2005-08-16
Really modify, move and write tags (Y/n)? y
moving object /home/user/Music/10 Years/The Autumn Effect/11 Insects.flac
Sending event: before_item_moved
Sending event: item_moved
Sending event: database_change
Sending event: database_change
Sending event: write
Traceback (most recent call last):
File "/usr/bin/beet", line 9, in <module>
load_entry_point('beets==1.3.11', 'console_scripts', 'beet')()
File "/usr/lib/python2.7/site-packages/beets/ui/__init__.py", line 1081, in main
_raw_main(args)
File "/usr/lib/python2.7/site-packages/beets/ui/__init__.py", line 1071, in _raw_main
subcommand.func(lib, suboptions, subargs)
File "/usr/lib/python2.7/site-packages/beets/ui/commands.py", line 1328, in modify_func
not opts.yes)
File "/usr/lib/python2.7/site-packages/beets/ui/commands.py", line 1299, in modify_items
obj.try_sync(write)
File "/usr/lib/python2.7/site-packages/beets/library.py", line 610, in try_sync
self.try_write(path=write)
File "/usr/lib/python2.7/site-packages/beets/library.py", line 591, in try_write
self.write(path, tags)
File "/usr/lib/python2.7/site-packages/beets/library.py", line 573, in write
mediafile.update(item_tags)
File "/usr/lib/python2.7/site-packages/beets/mediafile.py", line 1490, in update
setattr(self, field, dict[field])
File "/usr/lib/python2.7/site-packages/beets/mediafile.py", line 1158, in __set__
self._set_date_tuple(mediafile, date.year, date.month, date.day)
AttributeError: 'unicode' object has no attribute 'year'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment