mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 19:42:42 +01:00
Remove remaining links to Google Code (fix #2145)
This commit is contained in:
parent
21cfe980ec
commit
5e3bbf2aeb
3 changed files with 4 additions and 4 deletions
|
|
@ -60,7 +60,7 @@ def call(args):
|
|||
except UnicodeEncodeError:
|
||||
# Due to a bug in Python 2's subprocess on Windows, Unicode
|
||||
# filenames can fail to encode on that platform. See:
|
||||
# http://code.google.com/p/beets/issues/detail?id=499
|
||||
# https://github.com/google-code-export/beets/issues/499
|
||||
raise ReplayGainError(u"argument encoding failed")
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -3205,7 +3205,7 @@ BPD). To "upgrade" an old database, you can use the included ``albumify`` plugin
|
|||
your library path format strings like ``$artist - $album ($format)`` to get
|
||||
directories with names like ``Paul Simon - Graceland (FLAC)``.
|
||||
|
||||
.. _for the future: http://code.google.com/p/beets/issues/detail?id=69
|
||||
.. _for the future: https://github.com/google-code-export/beets/issues/69
|
||||
.. _the beetsplug directory:
|
||||
https://github.com/beetbox/beets/tree/master/beetsplug
|
||||
|
||||
|
|
@ -3214,7 +3214,7 @@ exposes your music in a FUSE filesystem using a custom directory structure. Even
|
|||
cooler: it lets you keep your files intact on-disk while correcting their tags
|
||||
when accessed through FUSE. Check it out!
|
||||
|
||||
.. _beetfs: http://code.google.com/p/beetfs/
|
||||
.. _beetfs: https://github.com/jbaiter/beetfs
|
||||
|
||||
1.0b2 (July 7, 2010)
|
||||
--------------------
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@ Here are a few of the plugins written by the beets community:
|
|||
.. _copyartifacts: https://github.com/sbarakat/beets-copyartifacts
|
||||
.. _dsedivec: https://github.com/dsedivec/beets-plugins
|
||||
.. _beets-artistcountry: https://github.com/agrausem/beets-artistcountry
|
||||
.. _beetFs: https://code.google.com/p/beetfs/
|
||||
.. _beetFs: https://github.com/jbaiter/beetfs
|
||||
.. _Beet-MusicBrainz-Collection:
|
||||
https://github.com/jeffayle/Beet-MusicBrainz-Collection/
|
||||
.. _A cmus plugin:
|
||||
|
|
|
|||
Loading…
Reference in a new issue