Commit graph

134 commits

Author SHA1 Message Date
J0J0 Todos
dae525741b
Merge pull request #5096 from raspbeguy/alpine 2024-02-21 13:33:46 +01:00
raspbeguy
258e52af5b
Add alpine instructions 2024-02-06 09:19:17 +01:00
J0J0 Todos
8260427168 Fix all occurences of Discourse to GH-Discussions
and rephrase a little if required. Often "our forums" was stated. Mostly
I tried to use the wording "discussion board" throughout and (almost) never used
the term "GitHub Discussions"
2023-10-23 09:51:52 +02:00
Adrian Sampson
1ccad26437
Merge pull request #4678 from beetbox/tutorial-link
Docs: Add a link to the walkthrough from the main tutorial guide
2023-02-20 17:56:45 -08:00
Adrian Sampson
0f013f53ef
Link to walkthrough on blog
Closes #4382.
2023-02-18 20:37:48 -08:00
Adrian Sampson
36b6fb5498
Change some "read more" links 2023-02-18 20:33:16 -08:00
wisp3rwind
bd09cc90b6 drop Python 3.6: docs, a few safe simplifications 2022-12-18 09:20:04 +01:00
Jan Holthuis
6d74ffb833 feat(import): Move logfile import logic to --from-logfile argument
As requested here: https://github.com/beetbox/beets/pull/4387#pullrequestreview-1020040380
2022-06-28 00:17:34 +02:00
Jan Holthuis
74e549838c feat(import): Add support for reading skipped paths from logfile
Fixes #4379.
2022-06-26 19:38:23 +02:00
wisp3rwind
9db8d8f6a1 docs: fix broken links
these failed in the weekly CI test. discogs probably remains broken,
since it received a 403.
2022-06-12 17:41:13 +02:00
Mark Philip Bautista
94af794c34 Update main.rst 2022-05-25 21:45:47 -07:00
Fredrik Möllerstrand
b7a1d83dd2
Tweak Getting Started guide
Make sure all installation instructions have similar formatting.

Previously, the Fedora instructions stood out.
2021-09-30 15:40:18 +02:00
Adrian Sampson
ef742c82ef
Add missing period 2021-09-22 10:36:49 -04:00
Adrian Sampson
9eeb86c798
Fix ReST syntax 2021-09-22 10:34:55 -04:00
Adrian Sampson
371397df87
Little docs tweaks 2021-09-22 10:31:46 -04:00
Kirill A. Korinsky
18ab4b1426
Added notes about MacPorts 2021-09-22 00:32:26 +02:00
Adrian Sampson
75223eedb7
Docs for 3.6+ requirement 2021-08-22 21:09:30 -04:00
Adrian Sampson
6e4bb3d4ed Update docs for #3783 2020-10-25 06:57:46 -04:00
jtpavlock
c9f59ee38d
Add broken link checker to integration test (#3703)
* fix broken links
* add link check command to tox
* add link check to the weekly integration test
2020-09-04 15:42:36 -05:00
FichteFoll
728203e15a
beets.io now supports HTTPS
See https://github.com/beetbox/beets/pull/3297.
2019-06-06 15:34:15 +02:00
FichteFoll
aa31fea037
Update a lot of URLs to use HTTPS
*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!)
2019-06-05 03:11:49 +02:00
Carl Suster
176fac781f docs: update cookbook for modern beets 2019-06-02 22:25:26 +10:00
Carl Suster
8bea1cc7f5 docs: add report recipe 2019-06-02 16:07:07 +10:00
Carl Suster
001183ec54 docs: add cron import recipe 2019-06-02 16:01:10 +10:00
Carl Suster
7dfaec664a Update distro package links 2019-05-30 16:02:07 +10:00
Pierre
8f6c7cb8cd docs: update the pip install instructions
Using ``sudo`` to install Python packages using pip is not a good
practice security-wise. This commit will suggest an alternative way
using ``--user`` to make sure the package is installed locally.
2018-10-24 10:36:16 +08:00
Adam H. Sparks
f65a99e551
Update advanced.rst
Tomahawk is abandoned according to the GitHub README.md. Suggest removing the reference to using it with Beets library.
2018-01-20 13:51:36 +10:00
Adrian Sampson
e2defe9bb8 Merge branch 'backup-suggestion' 2017-11-25 17:56:59 -05:00
Adrian Sampson
f007468da3 Mention file modification 2017-11-25 17:56:42 -05:00
Joshua Strobl
31d8d1f089
Add Solus as an OS where beets is available. 2017-11-25 18:19:26 +02:00
Adrian Sampson
9657cf612e Revise importer guide text about merging 2017-11-11 11:07:40 -05:00
Meet Udeshi
1646da4d9c Add comments and explain merge feature in config docs and guide 2017-11-04 03:08:53 +05:30
Adrian Sampson
7ea3192db7 Mention backups in the main guide 2017-11-01 18:57:43 -04:00
Adrian Sampson
a8c46d8b32 Brevity/clarity improvements for #2464 2017-03-03 10:17:49 -06:00
Adrian Sampson
92796d7b55 Merge pull request #2464 from mskadu/master
Updated main.rst - Updates to seeing your music
2017-03-03 10:14:51 -06:00
Mayuresh Kadu
9e755cf7fe Update main.rst/ Seeing your music
Undid adding extra lines to the output. As @sampsyo has rightly pointed out - these would not have appeared in the output.
2017-03-03 13:14:24 +00:00
Mayuresh Kadu
1fbb557c1c Further updates to main.rst/ "Seeing your music"
Un-indented text explaining "-f" switch.
2017-03-03 13:11:23 +00:00
Mayuresh Kadu
791f60b490 further updates to Main.rst/ "Seeing your music"
Revisions to the text explaining "-f" switch, as discussed in PR #2464 of the parent.
2017-03-03 13:06:09 +00:00
Adrian Sampson
697c7c0b1f Docs: explicitly say what ~ means
Again, see #2462.
2017-03-02 10:37:26 -05:00
Adrian Sampson
212ece8b8b Docs: Windows Python installer checkbox location
See #2462.
2017-03-02 10:35:29 -05:00
Adrian Sampson
d22a257008 Main guide: clarify meaning of plain keyword query
Fixes #2463.
2017-03-01 20:22:30 -05:00
Mayuresh Kadu
c3c9c50b6a Updated main.rst - Updates to seeing your music
Modified "Seeing your Music" section to add explanation of the ``-f`` param of the list command. I strongly believe that first time users would very much like to start by overriding the default format of displaying results.
2017-03-01 13:06:47 +00:00
Adrian Sampson
55f9b27428 More admonition to check the beets.reg paths
See #2461.
2017-02-28 18:49:52 -05:00
Adrian Sampson
c420f59173 Remove the "install pip" step
Python versions 2.7.9+ and 3.4+ come with pip, so we no longer need to
instruct people to install it. See #2461.
2017-02-28 18:46:50 -05:00
Adrian Sampson
53ccdad964 Update guide for installing Python on Windows
As pointed out in #2461. I also notice that the installer now has a checkbox
to extend the PATH, so I'm recommending that.
2017-02-28 18:44:10 -05:00
Adrian Sampson
d7a12dbe1c Update recommended Python version to 3.6
On the topic of #2460, which points this out for the Windows beets.reg extra.
2017-02-27 13:23:07 -05:00
karpinski
88d26e7694 Adding a move option to the importer's CLI and updating the docs. 2017-02-07 21:19:45 +01:00
Adrian Sampson
8cb6ff3892 Simplify the example config
I never meant for people to copy and paste this example---it's redundant and
probably wrong---but lots of people do! Removing a few weird options makes the
example clearer, I think, and will result in less-strange initial configs for
people who do copy & paste.
2017-01-01 19:18:25 -05:00
Adrian Sampson
d803878297 Try linking to the Discourse
It's about time we gave that a try...
2016-12-16 21:56:46 -05:00
Adrian Sampson
e08afea0f0 Mention Python 3 in "getting started" guide 2016-12-16 21:45:58 -05:00