Commit graph

22 commits

Author SHA1 Message Date
Šarūnas Nejus
9519d47d57
Convert Python 2 URLs to Python 3 2025-10-19 01:37:42 +01:00
Šarūnas Nejus
ab5acaabb3
Reformat all docs using docstrfmt 2025-08-10 16:25:05 +01:00
Šarūnas Nejus
769dcdc88a
Docs: fix linting issues 2025-08-10 16:16:02 +01:00
Tianon Gravi
7bd36ed6ca Add "beet export --album" (matching "beet info --album") 2021-10-27 08:55:36 -07:00
Sam Thursfield
d9582f4bea export: Add --format=jsonlines option
This adds support for the JSON Lines format as documented at
https://jsonlines.org/.

In this mode the data is output incrementally, whereas the other
modes load every item into memory and don't produce output until
the end.
2020-10-02 12:41:29 +02:00
Adrian Sampson
2291778575 Docs simplifications for #3400 2019-10-16 14:29:32 -04:00
Adrian Sampson
d45b8bb03e Docs fixes from my code review 2019-10-16 14:27:06 -04:00
Austin Marino
7f6630c006 removed xml configs from doc and code 2019-10-15 14:16:23 -07:00
Austin Marino
d86e31d370 Updated to reflect code changes and updated styling/format 2019-10-15 13:10:47 -07:00
Austin Marino
07138f86dc Fixed styling and test to pass cli 2019-10-14 18:41:06 -07:00
Austin Marino
5193f1b19a Updated export doc 2019-10-14 17:31:59 -07:00
Austin Marino
4f0a2b78a3
Updated Format description layout 2019-10-13 11:45:33 -07:00
Austin Marino
294b3cdb8c updated format descriptions 2019-10-13 11:41:06 -07:00
Austin Marino
c5ebbe0b78
Added Comments to formating configurations 2019-10-12 15:56:16 -07:00
Austin Marino
ec705fae1e Updated documents and comments to reflcet recent code changes. Cleaned up code to better follow PEP-8 conventions and just work more efficiently all around. 2019-10-12 15:41:06 -07:00
Austin Marino
0e2c1e0d56 Made changes to reflect comments and suggestions made by sampsyo 2019-10-12 14:47:44 -07:00
Austin Marino
4dfb6b9fae
Added examples of new format option 2019-10-10 16:32:24 -07:00
Austin Marino
93e10264fb
Updated export.rst
This update reflects the code changes I made to the export plugin
2019-10-10 16:26:20 -07: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
2e0230789f docs: fix some markup issues and typos 2019-04-27 12:43:13 +10:00
Adrian Sampson
2f4c7ee7a5 Simplify export plugins 2016-05-30 22:38:24 -07:00
Guilherme Danno
1644f7117a documentation for export plugin 2016-04-18 11:54:22 -03:00