File tree
32 files changed
+5
-4
lines changed- .github
- ISSUE_TEMPLATE
- workflows
- .idea
- codeStyles
- copyright
- inspectionProfiles
- beetsplug
- xtractor
- test
- config
32 files changed
+5
-4
lines changed.github/ISSUE_TEMPLATE/bug-report.md
100644
100755
File mode changed.
.github/ISSUE_TEMPLATE/feature-request.md
100644
100755
File mode changed.
.github/workflows/pythonpublish.yml
100644
100755
File mode changed.
.gitignore
100644
100755
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
|
.idea/.gitignore
100644
100755
File mode changed.
.idea/BeetsPluginXtractor.iml
100644
100755
+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
.idea/codeStyles/codeStyleConfig.xml
100644
100755
File mode changed.
.idea/copyright/JACK.xml
100644
100755
File mode changed.
.idea/copyright/profiles_settings.xml
100644
100755
File mode changed.
.idea/inspectionProfiles/profiles_settings.xml
100644
100755
File mode changed.
.idea/misc.xml
100644
100755
File mode changed.
.idea/modules.xml
100644
100755
File mode changed.
.idea/other.xml
100644
100755
File mode changed.
.idea/rSettings.xml
100644
100755
File mode changed.
.idea/vcs.xml
100644
100755
File mode changed.
.travis.yml
100644
100755
File mode changed.
LICENSE.txt
100644
100755
File mode changed.
MANIFEST.in
100644
100755
File mode changed.
README.md
100644
100755
File mode changed.
beetsplug/__init__.py
100644
100755
File mode changed.
beetsplug/xtractor/__init__.py
100644
100755
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 | 11 |
| |
13 | 12 |
| |
14 | 13 |
| |
|
beetsplug/xtractor/about.py
100644
100755
File mode changed.
beetsplug/xtractor/command.py
100644
100755
File mode changed.
beetsplug/xtractor/config_default.yml
100644
100755
File mode changed.
beetsplug/xtractor/helper.py
100644
100755
File mode changed.
setup.cfg
100644
100755
File mode changed.
setup.py
100644
100755
File mode changed.
test/00_completion_test.py
100644
100755
File mode changed.
test/__init__.py
100644
100755
File mode changed.
test/config/empty.yml
100644
100755
File mode changed.
test/helper.py
100644
100755
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 |
| - | |
28 | 26 |
| |
29 | 27 |
| |
| 28 | + | |
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
|
tox.ini
100644
100755
File mode changed.
0 commit comments