audiolibrarian 0.16.2__py3-none-any.whl → 0.16.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- audiolibrarian/__init__.py +1 -1
- {audiolibrarian-0.16.2.dist-info → audiolibrarian-0.16.3.dist-info}/METADATA +4 -10
- {audiolibrarian-0.16.2.dist-info → audiolibrarian-0.16.3.dist-info}/RECORD +7 -7
- {audiolibrarian-0.16.2.dist-info → audiolibrarian-0.16.3.dist-info}/WHEEL +0 -0
- {audiolibrarian-0.16.2.dist-info → audiolibrarian-0.16.3.dist-info}/entry_points.txt +0 -0
- {audiolibrarian-0.16.2.dist-info → audiolibrarian-0.16.3.dist-info}/licenses/COPYING +0 -0
- {audiolibrarian-0.16.2.dist-info → audiolibrarian-0.16.3.dist-info}/licenses/LICENSE +0 -0
audiolibrarian/__init__.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: audiolibrarian
|
3
|
-
Version: 0.16.
|
3
|
+
Version: 0.16.3
|
4
4
|
Summary: Manage my audio library.
|
5
|
-
Project-URL: Repository, https://
|
5
|
+
Project-URL: Repository, https://github.com/toadstule/audiolibrarian
|
6
6
|
Author-email: Steve Jibson <steve@jibson.com>
|
7
7
|
License-File: COPYING
|
8
8
|
License-File: LICENSE
|
@@ -70,16 +70,10 @@ Whether you're digitizing a CD collection, organizing existing music files, or m
|
|
70
70
|
|
71
71
|
### Install from PyPI ###
|
72
72
|
|
73
|
-
`audiolibrarian` is
|
73
|
+
`audiolibrarian` is available on PyPI:
|
74
74
|
|
75
75
|
```bash
|
76
|
-
pip install
|
77
|
-
```
|
78
|
-
|
79
|
-
### Install from Bitbucket ###
|
80
|
-
|
81
|
-
```bash
|
82
|
-
pip install --user git+https://bitbucket.org/toadstule/audiolibrarian
|
76
|
+
pip install audiolibrarian
|
83
77
|
```
|
84
78
|
|
85
79
|
## Configuration ##
|
@@ -1,4 +1,4 @@
|
|
1
|
-
audiolibrarian/__init__.py,sha256=
|
1
|
+
audiolibrarian/__init__.py,sha256=TA0WxXg92zvPld0b_-oYxDuKp-7Svu7k09p45NcRxBk,787
|
2
2
|
audiolibrarian/audiosource.py,sha256=EtoSQb6R2zfHUwxiR9ZqGwjxrX2mTB5gPpmKangps4s,8573
|
3
3
|
audiolibrarian/base.py,sha256=54s_NacDvyGpvc_uOJO5apmQin4HKUGfPrlw0XFiJoI,19428
|
4
4
|
audiolibrarian/cli.py,sha256=azX49RO2t4q8qyUJ9WTOlDqUO13p17mq0wNmEdl6QGw,4211
|
@@ -20,9 +20,9 @@ audiolibrarian/audiofile/formats/mp3.py,sha256=ipuanK7CIYSk9LqW0AvAgKAUZeU9ecwK0
|
|
20
20
|
picard_src/README.md,sha256=TTnzIGmZ8_G11G1VCz5DHdlidIrtkGFYxWFooyTKcbI,403
|
21
21
|
picard_src/__init__.py,sha256=acu0-oac_qfEgiB0rw0RvuL---O15-rOckWboVMxWtM,198
|
22
22
|
picard_src/textencoding.py,sha256=0MRHFwhqEwauQbjTTz6gpgzo6YH1VDPfdJqQoCWHtjM,26234
|
23
|
-
audiolibrarian-0.16.
|
24
|
-
audiolibrarian-0.16.
|
25
|
-
audiolibrarian-0.16.
|
26
|
-
audiolibrarian-0.16.
|
27
|
-
audiolibrarian-0.16.
|
28
|
-
audiolibrarian-0.16.
|
23
|
+
audiolibrarian-0.16.3.dist-info/METADATA,sha256=2nYUbyqd_w-sUmlSMhwYGUk2rvqKjbLeyPdtFddOfUQ,10533
|
24
|
+
audiolibrarian-0.16.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
25
|
+
audiolibrarian-0.16.3.dist-info/entry_points.txt,sha256=reubnr_SGbTTDXji8j7z8aTmIL0AEQKVSLcnmFG3YYY,59
|
26
|
+
audiolibrarian-0.16.3.dist-info/licenses/COPYING,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
|
27
|
+
audiolibrarian-0.16.3.dist-info/licenses/LICENSE,sha256=WJ7YI-moTFb-uVrFjnzzhGJrnL9P2iqQe8NuED3hutI,35141
|
28
|
+
audiolibrarian-0.16.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|