mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 09:04:33 +01:00
*All* URLs were checked manually, but only once per domain! I mostly concerned myself with URLs in documentation rather than source code because the latter may or may not have impactful changes, while the former should be straight forward. Changes in addition to simply adding an s: - changed pip and pypi references as their location has changed - MPoD (iOS app) url redirects to Regelian, so I replaced those - updated homebrew references Notable observations: - beets.io does have HTTPS set up properly (via gh-pages) - beatport.py uses the old HTTP url for beatport - as does lyrics.py for lyrics.wikia.com - https://tomahawk-player.org/ expired long ago, but the http page redirects to https regardless - none of the sourceforge subdomains have https (in 2019!)
40 lines
1.2 KiB
ReStructuredText
40 lines
1.2 KiB
ReStructuredText
beets: the music geek's media organizer
|
|
=======================================
|
|
|
|
Welcome to the documentation for `beets`_, the media library management system
|
|
for obsessive-compulsive music geeks.
|
|
|
|
If you're new to beets, begin with the :doc:`guides/main` guide. That guide
|
|
walks you through installing beets, setting it up how you like it, and starting
|
|
to build your music library.
|
|
|
|
Then you can get a more detailed look at beets' features in the
|
|
:doc:`/reference/cli/` and :doc:`/reference/config` references. You might also
|
|
be interested in exploring the :doc:`plugins </plugins/index>`.
|
|
|
|
If you still need help, your can drop by the ``#beets`` IRC channel on
|
|
Freenode, drop by `the discussion board`_, send email to `the mailing list`_,
|
|
or `file a bug`_ in the issue tracker. Please let us know where you think this
|
|
documentation can be improved.
|
|
|
|
.. _beets: http://beets.io/
|
|
.. _the mailing list: https://groups.google.com/group/beets-users
|
|
.. _file a bug: https://github.com/beetbox/beets/issues
|
|
.. _the discussion board: https://discourse.beets.io
|
|
|
|
Contents
|
|
--------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
guides/index
|
|
reference/index
|
|
plugins/index
|
|
faq
|
|
dev/index
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
changelog
|