Commit graph

23 commits

Author SHA1 Message Date
Konstantin
d713806263 fix transaction context manager signature 2025-10-19 15:07:17 +02:00
Šarūnas Nejus
61cbc39c4a
Revert "Add git commit suffix to __version__ for development installs (#5967)" 2025-10-14 23:39:27 +01:00
Sebastian Mohr
f6ca68319d
Add git commit suffix to __version__ for development installs (#5967)
Make it obvious when beets is installed from from a non
major version. When installed locally this adds a git hash suffix and
the distance to the last release.

closes #4448
2025-10-01 12:58:57 +02:00
Konstantin
ccda7405b9 Utilize new way of declaring a NamedTuple 2024-08-25 16:26:19 +02:00
Šarūnas Nejus
0e1b5c20ed
Gitignore the .reports directory 2024-06-15 23:52:52 +01:00
Šarūnas Nejus
347911cdee
Introduce Poe the Poet task runner and define tasks.
This makes it easier for people to interact with the project in
a unified manner.
2024-06-10 13:46:25 +01:00
Stephen Michel
4e30699aa7 Exclude lib64 from git whether folder or symlink
Sometimes lib64 is a symlink to lib/; the previous `lib64/' entry didn't
catch this.
2021-11-30 11:49:24 -05:00
jtpavlock
441cfebff1
add .venv/ to gitignore
.venv/ is recommended via https://docs.python.org/3/library/venv.html
2020-07-19 13:25:55 -05:00
Jacob Pavlock
7280ab2be0 remove nosetest.xml from .gitignore 2020-07-07 19:54:12 -07:00
jtpavlock
45abc9ed7a
Clean up code and tests for Genius Lyrics plugin backend (#3641)
* clean-up code & add tests for genius lyrics backend

* add genius fetch tests

* organize imports: standard lib -> pip -> local

* check in sample genius lyrics page

* fix mock import

* force utf-8 encoding for opened files

* use io.open to force utf-8 encoding w/ python2.7
2020-07-06 08:41:27 -05:00
jroitgrund@gmail.com
ea307f62d1 Don't move album art twice 2019-03-27 01:41:42 +00:00
Jim DeLaHunt
2885a189f8 Ignore PyDev and Eclipse project settings. 2016-07-17 23:42:29 -07:00
Johnny Robeson
a3b219d7c2 Rebase our .gitignore on top of gitignore.io 2016-05-27 00:56:00 -04:00
Fabrice Laporte
5434c028a4 lyrics: add sources to google CSE 2014-12-13 11:15:55 +01:00
Thomas Scholtes
575740f5a5 echonest: test different methods to fetch songs 2014-12-02 11:19:47 +01:00
e5e4eaeacd39c5cfba4d7c852c48277ae50331e6
816e4fb152 clean up after rebase 2014-09-09 11:53:44 +10:00
e5e4eaeacd39c5cfba4d7c852c48277ae50331e6
66aee8094f Clean up of logging messages as described here
All logging now prefers the ' (single quote) over the " (double quote)

https://github.com/sampsyo/beets/wiki/Hacking
2014-09-09 11:28:43 +10:00
Thomas Scholtes
6d22c7489c Test build with setup.py
Since some builds use `python ./setup.py test` to test beets we want to make
sure it runs smoothly.
2014-04-25 12:56:01 +02:00
Thomas Scholtes
fdd2849fec Ignore generated man pages 2014-04-02 22:56:24 +02:00
Adrian Sampson
14fa8d52d1 gitignore coverage ouput 2014-02-02 13:14:43 -08:00
Pedro Silva
89c0e2c8b7 Fix issue #403
hack around items needing library and id references since 238e743
2013-10-05 15:55:44 +02:00
Marc Abramowitz
a69b669abc Add .tox to .gitignore 2012-06-24 00:42:45 -07:00
Andrew
4df4ce05ce Created a .gitignore for the group 2012-01-27 17:38:20 -05:00