Compare commits
86 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7ab40d5049 | ||
![]() |
a695d829d8 | ||
![]() |
ac749a10dd | ||
![]() |
f7ada87104 | ||
![]() |
4925b0288c | ||
![]() |
d920da9e52 | ||
![]() |
fb60e4701f | ||
![]() |
35ef3deaab | ||
![]() |
62c30b1b01 | ||
![]() |
2f28b91865 | ||
![]() |
72588b5b66 | ||
![]() |
838e421466 | ||
![]() |
2d6e2aa3f5 | ||
![]() |
6fe8fa9d37 | ||
![]() |
2493255643 | ||
![]() |
d86a52d1d3 | ||
![]() |
36c25b54c4 | ||
![]() |
d2bb684253 | ||
![]() |
8d01ba7501 | ||
![]() |
780469e2c9 | ||
![]() |
656767e249 | ||
![]() |
60113344e0 | ||
![]() |
170c7e6db8 | ||
![]() |
8ad3ffe826 | ||
![]() |
ae0ade98a5 | ||
![]() |
0269fa87f0 | ||
![]() |
170165e0fd | ||
![]() |
612493ba90 | ||
![]() |
b6be0f0430 | ||
![]() |
7ae0f1e216 | ||
![]() |
5953d73389 | ||
![]() |
604b17ea3a | ||
![]() |
70ca48b7cc | ||
![]() |
b407f0466d | ||
![]() |
e6c292f658 | ||
![]() |
ebe73cc4ea | ||
![]() |
9e4068f399 | ||
![]() |
fd822aad94 | ||
![]() |
4257369486 | ||
![]() |
d2fc1aff18 | ||
![]() |
79e7ea5973 | ||
![]() |
33e57b9e7f | ||
![]() |
58a7385186 | ||
![]() |
d60d600df2 | ||
![]() |
090c7c814c | ||
![]() |
b76631e98a | ||
![]() |
2633c841cd | ||
![]() |
e8d19066fb | ||
![]() |
7e7d6c673f | ||
![]() |
2cd18d931f | ||
![]() |
52de223b0f | ||
![]() |
13d7c2d36f | ||
![]() |
b6c5718a02 | ||
![]() |
596adc9ca8 | ||
![]() |
050f453496 | ||
![]() |
eb4b8adfb1 | ||
![]() |
e644655bf7 | ||
![]() |
660ec71865 | ||
![]() |
ad1fd2339c | ||
![]() |
769102b0b7 | ||
![]() |
a183d8241e | ||
![]() |
dad4155779 | ||
![]() |
46d4864f8a | ||
![]() |
f41e075fc1 | ||
![]() |
a438fc5c37 | ||
![]() |
6a8bd1e823 | ||
![]() |
4ccda70197 | ||
![]() |
abaab72943 | ||
![]() |
06c7d0b36e | ||
![]() |
6f443baf65 | ||
![]() |
a734df891a | ||
![]() |
a9069a2950 | ||
![]() |
9e3f117041 | ||
![]() |
ed067ed869 | ||
![]() |
4c72085473 | ||
![]() |
4744cf1875 | ||
![]() |
3d1707b62c | ||
![]() |
d87c65c5cc | ||
![]() |
745f408059 | ||
![]() |
471505fe14 | ||
![]() |
863e3426bd | ||
![]() |
e22d14882d | ||
![]() |
8d2c6580a4 | ||
![]() |
3b342c0752 | ||
![]() |
8d30d8c628 | ||
![]() |
f7331489d5 |
1
AUTHORS
@@ -3,6 +3,7 @@ Maintainer:
|
|||||||
|
|
||||||
Translators:
|
Translators:
|
||||||
Martin Wagner <martin.wagner.dev@gmail.com> (German)
|
Martin Wagner <martin.wagner.dev@gmail.com> (German)
|
||||||
|
Martin de Reuver <martin@reuf.nl> (Dutch)
|
||||||
|
|
||||||
Gentoo ebuild:
|
Gentoo ebuild:
|
||||||
Martin Wagner <martin.wagner.dev@gmail.com>
|
Martin Wagner <martin.wagner.dev@gmail.com>
|
||||||
|
29
README.md
@@ -1,21 +1,23 @@
|
|||||||
README for mpdevil
|
README for mpdevil
|
||||||
==================
|
==================
|
||||||
mpdevil is focused on playing your local music directly instead of managing playlists or playing network streams. So it neither supports saving playlists nor restoring them. Therefore mpdevil is mainly a music browser which aims to be easy to use. mpdevil dosen't store any client side database of your music library. Instead all tags and covers get presented to you in real time. So you'll never see any outdated information in your browser. mpdevil strongly relies on tags.
|
Mpdevil is a simple music browser for the Music Player Daemon (MPD) which is focused on playing local music without the need of managing playlists. Instead of maintaining a client side database of your music library mpdevil loads all tags and covers on demand. So you'll never see any outdated information in the browser. Mpdevil strongly relies on tags.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
- play songs without doubleclicking
|
- display large covers
|
||||||
- search songs in your music library
|
- play songs without doubleclick
|
||||||
- manage multiple mpd servers
|
- lyrics from 'www.letras.mus.br'
|
||||||
- filter by genre
|
|
||||||
- control with media keys
|
|
||||||
- displays covers
|
|
||||||
- sends notifications on title change
|
|
||||||
- fetches lyrics from 'www.letras.mus.br'
|
|
||||||
- MPRIS interface (based on mpDris2)
|
- MPRIS interface (based on mpDris2)
|
||||||
|
- notifications on title change
|
||||||
|
- basic queue manipulation (move and delete single tracks)
|
||||||
|
- search songs
|
||||||
|
- filter by genre
|
||||||
|
- media keys support
|
||||||
|
- many shortcuts
|
||||||
|
- manage multiple mpd servers
|
||||||
|
|
||||||
See: https://github.com/SoongNoonien/mpdevil/wiki/Usage
|
See: https://github.com/SoongNoonien/mpdevil/wiki/Usage
|
||||||
|
|
||||||
@@ -44,6 +46,10 @@ Gentoo (see: https://wiki.gentoo.org/wiki/Custom_repository):
|
|||||||
- Generate manifest file
|
- Generate manifest file
|
||||||
- Run: `emerge mpdevil`
|
- Run: `emerge mpdevil`
|
||||||
|
|
||||||
|
Flatpak:
|
||||||
|
|
||||||
|
<a href='https://flathub.org/apps/details/org.mpdevil.mpdevil'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>
|
||||||
|
|
||||||
Building
|
Building
|
||||||
--------
|
--------
|
||||||
|
|
||||||
@@ -59,7 +65,6 @@ Python modules:
|
|||||||
- gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib, Notify)
|
- gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib, Notify)
|
||||||
- requests
|
- requests
|
||||||
- bs4 (beautifulsoup)
|
- bs4 (beautifulsoup)
|
||||||
- dbus
|
|
||||||
|
|
||||||
Run:
|
Run:
|
||||||
```bash
|
```bash
|
||||||
@@ -74,5 +79,5 @@ sudo update-desktop-database
|
|||||||
Translation
|
Translation
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
mpdevil is currently available in English and German. If you speek another language you can easily translate mpdevil by using `poedit`. Just import `po/mpdevil.pot` from this repo into `poedit`. To test your translation copy the new `.po` file into the `po` directory of your cloned mpdevil repo and proceed as described in the Building section. To get your translation integrated into mpdevil just send me an e-mail or create a pull request. Link to `poedit`: https://poedit.net/
|
Mpdevil is currently available in English, German and Dutch. If you speek another language you can easily translate mpdevil by using `poedit`. Just import `po/mpdevil.pot` from this repo into `poedit`. To test your translation copy the new `.po` file into the `po` directory of your cloned mpdevil repo and proceed as described in the Building section. To get your translation integrated into mpdevil just send me an e-mail or create a pull request. Link to `poedit`: https://poedit.net/
|
||||||
|
|
||||||
|
1801
bin/mpdevil
Before Width: | Height: | Size: 9.8 KiB |
BIN
data/icons/128x128/org.mpdevil.mpdevil.png
Normal file
After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 1.2 KiB |
BIN
data/icons/16x16/org.mpdevil.mpdevil.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.5 KiB |
BIN
data/icons/22x22/org.mpdevil.mpdevil.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.7 KiB |
BIN
data/icons/24x24/org.mpdevil.mpdevil.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 21 KiB |
BIN
data/icons/256x256/org.mpdevil.mpdevil.png
Normal file
After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 2.2 KiB |
BIN
data/icons/32x32/org.mpdevil.mpdevil.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 3.0 KiB |
BIN
data/icons/48x48/org.mpdevil.mpdevil.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 4.6 KiB |
BIN
data/icons/64x64/org.mpdevil.mpdevil.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
@@ -1,372 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
||||||
<svg
|
|
||||||
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
|
|
||||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
||||||
xmlns:cc="http://creativecommons.org/ns#"
|
|
||||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
||||||
xmlns:svg="http://www.w3.org/2000/svg"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
||||||
width="128"
|
|
||||||
height="128"
|
|
||||||
viewBox="0 0 33.866672 33.866666"
|
|
||||||
version="1.1"
|
|
||||||
id="svg8">
|
|
||||||
<defs
|
|
||||||
id="defs2">
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient894">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ee0000;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop890" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#990000;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop892" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient890">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop886" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#cccccc;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop888" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient886">
|
|
||||||
<stop
|
|
||||||
id="stop882"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#ee0000;stop-opacity:1" />
|
|
||||||
<stop
|
|
||||||
id="stop884"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#690000;stop-opacity:1" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient3103"
|
|
||||||
osb:paint="solid">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop3101" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient1123">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#3f3f3f;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop1119" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop1121" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient1097">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#aaaaaa;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop1093" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#666666;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop1095" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient1051">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#f10000;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop1047" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#a40000;stop-opacity:1"
|
|
||||||
offset="1"
|
|
||||||
id="stop1049" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient985">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#4e4e4e;stop-opacity:1"
|
|
||||||
offset="0"
|
|
||||||
id="stop981" />
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:0.9998284"
|
|
||||||
offset="1"
|
|
||||||
id="stop983" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient977">
|
|
||||||
<stop
|
|
||||||
id="stop973"
|
|
||||||
offset="0"
|
|
||||||
style="stop-color:#ffffff;stop-opacity:1" />
|
|
||||||
<stop
|
|
||||||
id="stop975"
|
|
||||||
offset="1"
|
|
||||||
style="stop-color:#cccccc;stop-opacity:1" />
|
|
||||||
</linearGradient>
|
|
||||||
<linearGradient
|
|
||||||
id="linearGradient5949"
|
|
||||||
osb:paint="solid">
|
|
||||||
<stop
|
|
||||||
style="stop-color:#000000;stop-opacity:1;"
|
|
||||||
offset="0"
|
|
||||||
id="stop5947" />
|
|
||||||
</linearGradient>
|
|
||||||
<radialGradient
|
|
||||||
xlink:href="#linearGradient890"
|
|
||||||
id="radialGradient971"
|
|
||||||
cx="176.99014"
|
|
||||||
cy="62.192974"
|
|
||||||
fx="176.99014"
|
|
||||||
fy="62.192974"
|
|
||||||
r="2.6458335"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.0293272,0,0,1.0293272,-5.1819326,-1.4133347)" />
|
|
||||||
<radialGradient
|
|
||||||
xlink:href="#linearGradient985"
|
|
||||||
id="radialGradient987"
|
|
||||||
cx="194.92287"
|
|
||||||
cy="58.039944"
|
|
||||||
fx="194.92287"
|
|
||||||
fy="58.039944"
|
|
||||||
r="1.1906251"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.0293272,0,0,1.0293272,-23.562552,2.6031143)" />
|
|
||||||
<radialGradient
|
|
||||||
xlink:href="#linearGradient985"
|
|
||||||
id="radialGradient1011"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(7.4817089,13.799626)"
|
|
||||||
cx="194.92287"
|
|
||||||
cy="58.039944"
|
|
||||||
fx="194.92287"
|
|
||||||
fy="58.039944"
|
|
||||||
r="1.1906251" />
|
|
||||||
<radialGradient
|
|
||||||
xlink:href="#linearGradient977"
|
|
||||||
id="radialGradient1013"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="translate(25.476771,9.8976125)"
|
|
||||||
cx="176.99014"
|
|
||||||
cy="62.192974"
|
|
||||||
fx="176.99014"
|
|
||||||
fy="62.192974"
|
|
||||||
r="2.6458335" />
|
|
||||||
<radialGradient
|
|
||||||
xlink:href="#linearGradient1051"
|
|
||||||
id="radialGradient1053"
|
|
||||||
cx="180.39511"
|
|
||||||
cy="22.195517"
|
|
||||||
fx="180.39511"
|
|
||||||
fy="22.195517"
|
|
||||||
r="11.773959"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.1252769,0.82916447,-0.60123071,0.81594315,-10.674026,-144.71921)" />
|
|
||||||
<radialGradient
|
|
||||||
xlink:href="#linearGradient1097"
|
|
||||||
id="radialGradient1101"
|
|
||||||
cx="142.12888"
|
|
||||||
cy="68.290741"
|
|
||||||
fx="142.12888"
|
|
||||||
fy="68.290741"
|
|
||||||
r="7.4070244"
|
|
||||||
gradientTransform="matrix(0,-1.2063647,0.19635861,0,115.65129,235.94098)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<radialGradient
|
|
||||||
xlink:href="#linearGradient1123"
|
|
||||||
id="radialGradient1125"
|
|
||||||
cx="142.18671"
|
|
||||||
cy="65.234093"
|
|
||||||
fx="142.18671"
|
|
||||||
fy="65.234093"
|
|
||||||
r="7.196975"
|
|
||||||
gradientTransform="matrix(-0.00173392,-0.9999985,0.36316274,-6.2969655e-4,102.89017,206.54361)"
|
|
||||||
gradientUnits="userSpaceOnUse" />
|
|
||||||
<radialGradient
|
|
||||||
xlink:href="#linearGradient1097"
|
|
||||||
id="radialGradient1151"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0,-1.2063647,0.19635861,0,115.65129,235.94098)"
|
|
||||||
cx="142.12888"
|
|
||||||
cy="68.290741"
|
|
||||||
fx="142.12888"
|
|
||||||
fy="68.290741"
|
|
||||||
r="7.4070244" />
|
|
||||||
<radialGradient
|
|
||||||
xlink:href="#linearGradient1123"
|
|
||||||
id="radialGradient1153"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(-0.00173392,-0.9999985,0.36316274,-6.2969655e-4,102.89017,206.54361)"
|
|
||||||
cx="142.18671"
|
|
||||||
cy="65.234093"
|
|
||||||
fx="142.18671"
|
|
||||||
fy="65.234093"
|
|
||||||
r="7.196975" />
|
|
||||||
<linearGradient
|
|
||||||
xlink:href="#linearGradient1123"
|
|
||||||
id="linearGradient3127"
|
|
||||||
x1="169.88982"
|
|
||||||
y1="49.193066"
|
|
||||||
x2="171.8522"
|
|
||||||
y2="55.973263"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(1.0293272,0,0,1.0293272,-5.0747004,-1.9580204)" />
|
|
||||||
<linearGradient
|
|
||||||
gradientTransform="matrix(1.0293272,0,0,1.0293272,-5.0746983,-1.4133347)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="56.367641"
|
|
||||||
x2="183.62053"
|
|
||||||
y1="54.013763"
|
|
||||||
x1="181.10443"
|
|
||||||
id="linearGradient888"
|
|
||||||
xlink:href="#linearGradient886" />
|
|
||||||
<linearGradient
|
|
||||||
gradientTransform="matrix(1.0293272,0,0,1.0293272,-5.0746983,-1.4133347)"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
y2="55.191238"
|
|
||||||
x2="166.38351"
|
|
||||||
y1="55.932266"
|
|
||||||
x1="162.43282"
|
|
||||||
id="linearGradient896"
|
|
||||||
xlink:href="#linearGradient886" />
|
|
||||||
<radialGradient
|
|
||||||
xlink:href="#linearGradient894"
|
|
||||||
id="radialGradient918"
|
|
||||||
gradientUnits="userSpaceOnUse"
|
|
||||||
gradientTransform="matrix(0.80242326,0.00681318,-0.01280073,1.3032781,-210.57317,89.861491)"
|
|
||||||
cx="178.11604"
|
|
||||||
cy="62.504337"
|
|
||||||
fx="178.11604"
|
|
||||||
fy="62.504337"
|
|
||||||
r="2.6458335" />
|
|
||||||
</defs>
|
|
||||||
<metadata
|
|
||||||
id="metadata5">
|
|
||||||
<rdf:RDF>
|
|
||||||
<cc:Work
|
|
||||||
rdf:about="">
|
|
||||||
<dc:format>image/svg+xml</dc:format>
|
|
||||||
<dc:type
|
|
||||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
|
||||||
<dc:title></dc:title>
|
|
||||||
</cc:Work>
|
|
||||||
</rdf:RDF>
|
|
||||||
</metadata>
|
|
||||||
<g
|
|
||||||
id="layer1"
|
|
||||||
transform="translate(-156.10417,-48.191973)">
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:url(#linearGradient3127);stroke-width:1.06828;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 159.37619,59.895353 c 2.3554,-12.719146 24.96722,-12.954686 27.32261,0"
|
|
||||||
id="path4528" />
|
|
||||||
<path
|
|
||||||
id="path4562"
|
|
||||||
style="fill:url(#linearGradient896);fill-opacity:1;stroke:none;stroke-width:0.0890229;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 161.96713,48.191973 c 0,0 -2.62071,6.025609 2.54386,12.491062 l 5.55165,-2.659413 c -7.51945,-3.268607 -8.09551,-9.831649 -8.09551,-9.831649 z" />
|
|
||||||
<path
|
|
||||||
d="m 184.10787,48.191973 c 0,0 2.62071,6.025609 -2.54387,12.49106 l -5.55165,-2.659411 c 7.51946,-3.268607 8.09552,-9.831649 8.09552,-9.831649 z"
|
|
||||||
style="fill:url(#linearGradient888);fill-opacity:1;stroke:none;stroke-width:0.0890229;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
id="path4573" />
|
|
||||||
<circle
|
|
||||||
transform="rotate(12.583595)"
|
|
||||||
cy="27.410217"
|
|
||||||
cx="183.41495"
|
|
||||||
id="ellipse903"
|
|
||||||
style="fill:url(#radialGradient1053);fill-opacity:1;stroke:none;stroke-width:0.368813;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
r="12.119256" />
|
|
||||||
<ellipse
|
|
||||||
style="fill:url(#radialGradient918);fill-opacity:1;stroke:none;stroke-width:0.0358494;stroke-opacity:1"
|
|
||||||
id="circle916"
|
|
||||||
cx="-68.914932"
|
|
||||||
cy="173.03751"
|
|
||||||
rx="1.7908652"
|
|
||||||
ry="2.4522908"
|
|
||||||
transform="rotate(-90)" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:0.67362921;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;stroke-dashoffset:0"
|
|
||||||
d="m 173.46484,74.115251 c -5.13383,-0.417383 -6.94847,-3.196899 -6.94847,-3.196899"
|
|
||||||
id="path6269" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:0.67362921;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 165.67933,71.275006 c 0.95558,-0.0842 1.33851,-1.048078 1.33851,-1.048078"
|
|
||||||
id="path6290" />
|
|
||||||
<path
|
|
||||||
style="fill:none;stroke:#000000;stroke-width:0.356092;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
|
|
||||||
d="m 186.97193,72.637051 c 0.535,2.913042 -0.80706,5.890263 -3.55871,7.547209 -3.42528,1.894389 -6.57007,1.941925 -10.33813,1.167762 -3.7638,-0.980666 -5.37318,-3.200143 -7.77281,-3.062014 -2.57783,0.204241 -3.53311,2.119855 -3.53311,3.768634"
|
|
||||||
id="path4529" />
|
|
||||||
<circle
|
|
||||||
r="2.7234282"
|
|
||||||
cy="63.443172"
|
|
||||||
cx="177.58112"
|
|
||||||
id="circle949"
|
|
||||||
style="fill:url(#radialGradient971);fill-opacity:1;stroke:none;stroke-width:0.0465887;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
style="fill:url(#radialGradient987);fill-opacity:1;stroke-width:0.0483119"
|
|
||||||
id="circle943"
|
|
||||||
cx="177.21347"
|
|
||||||
cy="62.624794"
|
|
||||||
r="1.2255427" />
|
|
||||||
<g
|
|
||||||
id="g1045"
|
|
||||||
transform="matrix(1.0293272,0,0,1.0293272,-40.493082,-11.601213)">
|
|
||||||
<circle
|
|
||||||
r="2.6458335"
|
|
||||||
cy="72.90625"
|
|
||||||
cx="203.03261"
|
|
||||||
id="circle1007"
|
|
||||||
style="fill:url(#radialGradient1013);fill-opacity:1;stroke:none;stroke-width:0.0452613;stroke-opacity:1" />
|
|
||||||
<circle
|
|
||||||
style="fill:url(#radialGradient1011);fill-opacity:1;stroke-width:0.0469354"
|
|
||||||
id="circle1009"
|
|
||||||
cx="202.53731"
|
|
||||||
cy="72.111191"
|
|
||||||
r="1.1906251" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="g1149"
|
|
||||||
transform="matrix(1.0293272,0,0,1.0293272,28.731844,0.18016047)">
|
|
||||||
<path
|
|
||||||
id="path1145"
|
|
||||||
style="fill:url(#radialGradient1151);fill-opacity:1;stroke:none;stroke-width:0.0363614px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 128.03414,71.693095 c 0.69847,0.29913 1.24716,0.6227 1.72651,-0.0393 0.15847,-0.21986 0.3638,-0.72761 0.3638,-0.72761 v -5.67459 -1.23403 -5.67459 c 0,0 -0.20533,-0.50773 -0.3638,-0.7276 -0.21921,-0.30272 -0.452,-0.39918 -0.70694,-0.38654 -0.30233,0.015 -0.64083,0.18509 -1.01957,0.34726 l 0.005,6.49263 h 0.001 l -5.2e-4,0.56586 5.2e-4,0.56585 h -0.001 z" />
|
|
||||||
<path
|
|
||||||
d="m 128.03512,57.437635 c 0,0 -0.23555,0.093 -0.3576,0.12661 -0.59584,0.1641 -1.2736,0.0722 -1.81849,0.3638 -0.30226,0.16176 -0.55819,0.42877 -0.72709,0.72709 -0.24623,0.43487 -0.2754,0.96283 -0.3638,1.45469 -0.19709,1.31128 -0.36329,2.63188 -0.36329,3.95893 v 1.13171 c 0.0229,1.32313 0.14014,2.66573 0.36329,3.95894 0.0884,0.49186 0.11757,1.01981 0.3638,1.45469 0.1689,0.29832 0.42483,0.56532 0.72709,0.72709 0.54489,0.29161 1.22265,0.19918 1.81849,0.36328 0.12205,0.0336 0.3576,0.12712 0.3576,0.12712 l 0.005,-6.63112 h 0.001 l -5.3e-4,-0.56585 5.3e-4,-0.56586 h -0.001 z"
|
|
||||||
style="fill:url(#radialGradient1153);fill-opacity:1;stroke:none;stroke-width:0.0363614px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
id="path1147" />
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
id="g1143"
|
|
||||||
transform="matrix(-1.0293272,0,0,1.0293272,317.34316,0.18217281)">
|
|
||||||
<path
|
|
||||||
d="m 128.03414,71.693095 c 0.69847,0.29913 1.24716,0.6227 1.72651,-0.0393 0.15847,-0.21986 0.3638,-0.72761 0.3638,-0.72761 v -5.67459 -1.23403 -5.67459 c 0,0 -0.20533,-0.50773 -0.3638,-0.7276 -0.21921,-0.30272 -0.452,-0.39918 -0.70694,-0.38654 -0.30233,0.015 -0.64083,0.18509 -1.01957,0.34726 l 0.005,6.49263 h 0.001 l -5.2e-4,0.56586 5.2e-4,0.56585 h -0.001 z"
|
|
||||||
style="fill:url(#radialGradient1101);fill-opacity:1;stroke:none;stroke-width:0.0363614px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
id="path1065" />
|
|
||||||
<path
|
|
||||||
id="path1114"
|
|
||||||
style="fill:url(#radialGradient1125);fill-opacity:1;stroke:none;stroke-width:0.0363614px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
|
||||||
d="m 128.03512,57.437635 c 0,0 -0.23555,0.093 -0.3576,0.12661 -0.59584,0.1641 -1.2736,0.0722 -1.81849,0.3638 -0.30226,0.16176 -0.55819,0.42877 -0.72709,0.72709 -0.24623,0.43487 -0.2754,0.96283 -0.3638,1.45469 -0.19709,1.31128 -0.36329,2.63188 -0.36329,3.95893 v 1.13171 c 0.0229,1.32313 0.14014,2.66573 0.36329,3.95894 0.0884,0.49186 0.11757,1.01981 0.3638,1.45469 0.1689,0.29832 0.42483,0.56532 0.72709,0.72709 0.54489,0.29161 1.22265,0.19918 1.81849,0.36328 0.12205,0.0336 0.3576,0.12712 0.3576,0.12712 l 0.005,-6.63112 h 0.001 l -5.3e-4,-0.56585 5.3e-4,-0.56586 h -0.001 z" />
|
|
||||||
</g>
|
|
||||||
<ellipse
|
|
||||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.00549282;stroke-opacity:1"
|
|
||||||
id="ellipse896"
|
|
||||||
cx="-107.12221"
|
|
||||||
cy="153.55515"
|
|
||||||
rx="0.26458335"
|
|
||||||
ry="0.389671"
|
|
||||||
transform="rotate(-102.98234)" />
|
|
||||||
<ellipse
|
|
||||||
transform="matrix(0.22465072,-0.97443935,-0.97443935,-0.22465072,0,0)"
|
|
||||||
ry="0.389671"
|
|
||||||
rx="0.26458335"
|
|
||||||
cy="-183.67395"
|
|
||||||
cx="-29.376198"
|
|
||||||
id="ellipse893"
|
|
||||||
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.00549282;stroke-opacity:1" />
|
|
||||||
</g>
|
|
||||||
</svg>
|
|
Before Width: | Height: | Size: 14 KiB |
56
data/icons/scalable/org.mpdevil.mpdevil.svg
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||||
|
<metadata>
|
||||||
|
<rdf:RDF>
|
||||||
|
<cc:Work rdf:about="">
|
||||||
|
<dc:format>image/svg+xml</dc:format>
|
||||||
|
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
|
||||||
|
<dc:title/>
|
||||||
|
</cc:Work>
|
||||||
|
</rdf:RDF>
|
||||||
|
</metadata>
|
||||||
|
<g transform="translate(-156.79 -48.192)">
|
||||||
|
<path d="m173.69 50.573a15.994 16.404 0 0 0-15.965 16.404h1.8056a14.188 14.552 0 0 1 14.08-14.552 14.188 14.552 0 0 1 0.10852 0 14.188 14.552 0 0 1 14.188 14.552h1.8061a15.994 16.404 0 0 0-15.994-16.404 15.994 16.404 0 0 0-0.0289 0z" opacity=".3" stroke-linecap="round" stroke-width=".037717"/>
|
||||||
|
<path d="m173.69 50.044a15.994 16.404 0 0 0-15.965 16.404h1.8056a14.188 14.552 0 0 1 14.08-14.552 14.188 14.552 0 0 1 0.10852 0 14.188 14.552 0 0 1 14.188 14.552h1.8061a15.994 16.404 0 0 0-15.994-16.404 15.994 16.404 0 0 0-0.0289 0z" fill="#3d3846" stroke-linecap="round" stroke-width=".037717"/>
|
||||||
|
<g>
|
||||||
|
<path d="m173.69 50.044a15.994 16.404 0 0 0-15.965 16.404h8e-3a15.994 16.404 0 0 1 15.957-15.875 15.994 16.404 0 0 1 0.0289 0 15.994 16.404 0 0 1 15.986 15.875h8e-3a15.994 16.404 0 0 0-15.994-16.404 15.994 16.404 0 0 0-0.0289 0z" fill="#fff" opacity=".1" stroke-linecap="round" stroke-width=".037717"/>
|
||||||
|
<path d="m162.25 48.986s-2.7703 6.254 2.6891 12.965l5.8685-2.7602c-7.9486-3.3925-8.5576-10.204-8.5576-10.204z" opacity=".2"/>
|
||||||
|
<path d="m162.25 48.457s-2.7703 6.254 2.6891 12.965l5.8685-2.7602c-7.9486-3.3925-8.5576-10.204-8.5576-10.204z" fill="#c01c28"/>
|
||||||
|
<path d="m185.19 48.986s2.7703 6.254-2.6891 12.965l-5.8685-2.7602c7.9486-3.3925 8.5576-10.204 8.5576-10.204z" opacity=".2"/>
|
||||||
|
<path d="m185.19 48.457s2.7703 6.254-2.6891 12.965l-5.8685-2.7602c7.9486-3.3925 8.5576-10.204 8.5576-10.204z" fill="#c01c28"/>
|
||||||
|
<path transform="matrix(.26458 0 0 .26458 156.79 48.192)" d="m107.34 1s-2.3018 25.746-32.344 38.568l2.166 1.0176c27.975-13.105 30.178-37.586 30.178-37.586s2.4572 5.5725 2.6387 14.197c0.20388-9.7558-2.6387-16.197-2.6387-16.197z" fill="#fffefe" opacity=".1"/>
|
||||||
|
<circle transform="rotate(12.584)" cx="184.43" cy="28.813" r="12.7" opacity=".2"/>
|
||||||
|
<path d="m162.25 48.457s0.609 6.812 8.5576 10.205l-0.57309 0.26924c-7.4018-3.4675-7.9845-9.9446-7.9845-9.9446s-0.65013 1.4744-0.69815 3.7564c-0.0539-2.5812 0.69815-4.2855 0.69815-4.2855z" fill="#fffefe" opacity=".1"/>
|
||||||
|
<circle transform="rotate(12.584)" cx="184.31" cy="28.296" r="12.7" fill="#e01b24"/>
|
||||||
|
<path d="m173.67 55.071a12.7 12.7 0 0 0-12.345 9.9332 12.7 12.7 0 0 0-0.30179 3.0272 12.7 12.7 0 0 1 0.30179-2.498 12.7 12.7 0 0 1 15.162-9.6284 12.7 12.7 0 0 1 9.9301 12.135 12.7 12.7 0 0 0-9.9301-12.664 12.7 12.7 0 0 0-2.8169-0.30489z" fill="#fff" opacity=".1"/>
|
||||||
|
<g>
|
||||||
|
<circle cx="172.13" cy="70.417" r=".79375" opacity=".3"/>
|
||||||
|
<circle cx="175.31" cy="70.417" r=".79375" opacity=".3"/>
|
||||||
|
<circle cx="178.48" cy="65.39" r="3.4396" opacity=".2"/>
|
||||||
|
<circle cx="178.48" cy="64.861" r="3.4396" fill="#f6f5f4"/>
|
||||||
|
<circle cx="168.96" cy="65.39" r="3.4396" opacity=".2"/>
|
||||||
|
<circle cx="168.96" cy="64.861" r="3.4396" fill="#f6f5f4"/>
|
||||||
|
<circle cx="178.22" cy="63.802" r="1.5875" fill="#241f31"/>
|
||||||
|
<circle cx="168.69" cy="63.802" r="1.5875" fill="#241f31"/>
|
||||||
|
<path transform="matrix(.26458 0 0 .26458 156.79 48.192)" d="m69.949 81a3 3 0 0 0-2.9492 3 3 3 0 0 0 0.042969 0.50195 3 3 0 0 1 2.957-2.502 3 3 0 0 1 2.957 2.498 3 3 0 0 0 0.042969-0.49805 3 3 0 0 0-3-3 3 3 0 0 0-0.050781 0z" opacity=".3"/>
|
||||||
|
<path d="m172.12 69.623a0.79375 0.79375 0 0 0-0.78031 0.79375 0.79375 0.79375 0 0 0 0.0114 0.13281 0.79375 0.79375 0 0 1 0.78238-0.66198 0.79375 0.79375 0 0 1 0.78238 0.66094 0.79375 0.79375 0 0 0 0.0114-0.13178 0.79375 0.79375 0 0 0-0.79375-0.79375 0.79375 0.79375 0 0 0-0.0134 0z" opacity=".3"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g transform="translate(-3.3391 -25.538)">
|
||||||
|
<path d="m188.71 85.901c-0.34403-5.19e-4 -0.54174 0.12927-0.71257 0.44235-0.17083 0.31308-0.3579 0.68807-0.3519 1.8371l5.2e-4 0.36639h-5.2e-4v10.583h5.2e-4l-5.2e-4 0.3669c-6e-3 1.149 0.18107 1.524 0.3519 1.8371s0.36854 0.44236 0.71257 0.44184c0.34403-5.1e-4 1.0521-0.37466 1.0521-0.37466v0.11059s0.25742-0.099 0.39065-0.13488c0.65036-0.17495 1.39-0.0772 1.9848-0.38809 0.32991-0.17245 0.60935-0.45711 0.79371-0.77514 0.26875-0.46363 0.3681-0.84351 0.44542-1.3689 0.20943-1.4232 0.34843-2.7617 0.35397-4.7413v-0.52917c-6e-3 -1.9796-0.14454-3.3186-0.35397-4.7418-0.0773-0.5254-0.17667-0.90476-0.44542-1.3684-0.18436-0.31804-0.4638-0.60268-0.79371-0.77515-0.59475-0.31089-1.3344-0.21314-1.9848-0.38809-0.13323-0.03587-0.39065-0.13488-0.39065-0.13488v0.11007s-0.70804-0.37466-1.0521-0.37517z" opacity=".2"/>
|
||||||
|
<path d="m189.76 85.637v15.346s0.25743-0.099 0.39066-0.13488c0.65036-0.17495 1.39-0.0772 1.9848-0.38809 0.32991-0.17246 0.60935-0.45711 0.79371-0.77514 0.26875-0.46363 0.3681-0.84351 0.44542-1.3689 0.20943-1.4232 0.34842-2.7617 0.35396-4.7413v-0.52917c-6e-3 -1.9796-0.14453-3.3186-0.35396-4.7418-0.0773-0.5254-0.17667-0.90476-0.44542-1.3684-0.18436-0.31804-0.4638-0.60269-0.79371-0.77515-0.59475-0.31089-1.3344-0.21314-1.9848-0.38809-0.13323-0.03587-0.39066-0.13488-0.39066-0.13488z" fill="#3d3846"/>
|
||||||
|
<path d="m188.71 85.372c-0.34403-5.19e-4 -0.54174 0.12927-0.71257 0.44235-0.17083 0.31308-0.35789 0.68807-0.35189 1.8371l5.1e-4 0.36638h-5.1e-4v10.583h5.1e-4l-5.1e-4 0.3669c-6e-3 1.149 0.18106 1.524 0.35189 1.8371s0.36854 0.44235 0.71257 0.44183c0.34403-5.1e-4 1.0521-0.37465 1.0521-0.37465v-15.125s-0.70804-0.37466-1.0521-0.37517z" fill="#9a9996"/>
|
||||||
|
<path d="m188.71 85.372c-0.34404-5.19e-4 -0.54175 0.12927-0.71257 0.44235-0.17083 0.31308-0.3579 0.68807-0.3519 1.8371l5.2e-4 0.36639h-5.2e-4v0.16278c-6e-3 -1.149 0.18107-1.524 0.3519-1.8371 0.17082-0.31308 0.36853-0.44287 0.71257-0.44235 0.34403 5.11e-4 1.0521 0.37517 1.0521 0.37517v-0.52917s-0.70804-0.37466-1.0521-0.37517zm-1.0645 2.8086v0.36639h5.2e-4z" fill="#fff" opacity=".2"/>
|
||||||
|
<path d="m189.76 85.637v0.52917s0.25743 0.09901 0.39065 0.13488c0.65036 0.17495 1.39 0.0772 1.9848 0.38809 0.32991 0.17246 0.60934 0.45711 0.7937 0.77515 0.26875 0.46363 0.36813 0.84299 0.44542 1.3684 0.20944 1.4232 0.34796 2.7622 0.35396 4.7418v-0.52917c-6e-3 -1.9796-0.14452-3.3186-0.35396-4.7418-0.0773-0.5254-0.17667-0.90476-0.44542-1.3684-0.18436-0.31804-0.46379-0.60269-0.7937-0.77515-0.59476-0.31089-1.3344-0.21314-1.9848-0.38809-0.13322-0.03587-0.39065-0.13488-0.39065-0.13488z" fill="#fff" opacity=".1"/>
|
||||||
|
</g>
|
||||||
|
<g transform="matrix(-1 0 0 1 350.78 -25.538)">
|
||||||
|
<path d="m188.71 85.901c-0.34403-5.19e-4 -0.54174 0.12927-0.71257 0.44235-0.17083 0.31308-0.3579 0.68807-0.3519 1.8371l5.2e-4 0.36639h-5.2e-4v10.583h5.2e-4l-5.2e-4 0.3669c-6e-3 1.149 0.18107 1.524 0.3519 1.8371s0.36854 0.44236 0.71257 0.44184c0.34403-5.1e-4 1.0521-0.37466 1.0521-0.37466v0.11059s0.25742-0.099 0.39065-0.13488c0.65036-0.17495 1.39-0.0772 1.9848-0.38809 0.32991-0.17245 0.60935-0.45711 0.79371-0.77514 0.26875-0.46363 0.3681-0.84351 0.44542-1.3689 0.20943-1.4232 0.34843-2.7617 0.35397-4.7413v-0.52917c-6e-3 -1.9796-0.14454-3.3186-0.35397-4.7418-0.0773-0.5254-0.17667-0.90476-0.44542-1.3684-0.18436-0.31804-0.4638-0.60268-0.79371-0.77515-0.59475-0.31089-1.3344-0.21314-1.9848-0.38809-0.13323-0.03587-0.39065-0.13488-0.39065-0.13488v0.11007s-0.70804-0.37466-1.0521-0.37517z" opacity=".2"/>
|
||||||
|
<path d="m189.76 85.637v15.346s0.25743-0.099 0.39066-0.13488c0.65036-0.17495 1.39-0.0772 1.9848-0.38809 0.32991-0.17246 0.60935-0.45711 0.79371-0.77514 0.26875-0.46363 0.3681-0.84351 0.44542-1.3689 0.20943-1.4232 0.34842-2.7617 0.35396-4.7413v-0.52917c-6e-3 -1.9796-0.14453-3.3186-0.35396-4.7418-0.0773-0.5254-0.17667-0.90476-0.44542-1.3684-0.18436-0.31804-0.4638-0.60269-0.79371-0.77515-0.59475-0.31089-1.3344-0.21314-1.9848-0.38809-0.13323-0.03587-0.39066-0.13488-0.39066-0.13488z" fill="#3d3846"/>
|
||||||
|
<path d="m188.71 85.372c-0.34403-5.19e-4 -0.54174 0.12927-0.71257 0.44235-0.17083 0.31308-0.35789 0.68807-0.35189 1.8371l5.1e-4 0.36638h-5.1e-4v10.583h5.1e-4l-5.1e-4 0.3669c-6e-3 1.149 0.18106 1.524 0.35189 1.8371s0.36854 0.44235 0.71257 0.44183c0.34403-5.1e-4 1.0521-0.37465 1.0521-0.37465v-15.125s-0.70804-0.37466-1.0521-0.37517z" fill="#9a9996"/>
|
||||||
|
<path d="m188.71 85.372c-0.34404-5.19e-4 -0.54175 0.12927-0.71257 0.44235-0.17083 0.31308-0.3579 0.68807-0.3519 1.8371l5.2e-4 0.36639h-5.2e-4v0.16278c-6e-3 -1.149 0.18107-1.524 0.3519-1.8371 0.17082-0.31308 0.36853-0.44287 0.71257-0.44235 0.34403 5.11e-4 1.0521 0.37517 1.0521 0.37517v-0.52917s-0.70804-0.37466-1.0521-0.37517zm-1.0645 2.8086v0.36639h5.2e-4z" fill="#fff" opacity=".2"/>
|
||||||
|
<path d="m189.76 85.637v0.52917s0.25743 0.09901 0.39065 0.13488c0.65036 0.17495 1.39 0.0772 1.9848 0.38809 0.32991 0.17246 0.60934 0.45711 0.7937 0.77515 0.26875 0.46363 0.36813 0.84299 0.44542 1.3684 0.20944 1.4232 0.34796 2.7622 0.35396 4.7418v-0.52917c-6e-3 -1.9796-0.14452-3.3186-0.35396-4.7418-0.0773-0.5254-0.17667-0.90476-0.44542-1.3684-0.18436-0.31804-0.46379-0.60269-0.7937-0.77515-0.59476-0.31089-1.3344-0.21314-1.9848-0.38809-0.13322-0.03587-0.39065-0.13488-0.39065-0.13488z" fill="#fff" opacity=".1"/>
|
||||||
|
</g>
|
||||||
|
<path d="m169.95 71.565c-3.1753 0.04728-2.4014 1.419-2.9983 2.5048-0.29211 0.53135 0.422-0.06077 1.2252-0.80047 1.263 1.9524 3.5805 3.7996 7.6435 2.3347-3.622-0.25777-5.8309-1.5312-7.1556-2.7967 0.66518-0.6314 1.2852-1.2423 1.2852-1.2423z" opacity=".29966"/>
|
||||||
|
<path d="m169.95 71.565c-3.1753 0.04728-2.4014 1.419-2.9983 2.5048-0.10728 0.19514-0.0779 0.23786 0.0408 0.17828 0.49788-1.0351-0.0815-2.2821 2.6712-2.4061 0.0552-0.05415 0.28628-0.27699 0.28628-0.27699zm-1.1446 1.371c-0.0709 0.0678-0.0678 0.06684-0.14056 0.13591 1.2446 1.1891 3.2705 2.3848 6.5148 2.7389 0.20894-0.06021 0.42181-0.12776 0.64079-0.20671-3.4991-0.24902-5.6768-1.446-7.0151-2.6681z" opacity=".29966"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 9.7 KiB |
42
data/org.mpdevil.mpdevil.appdata.xml
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- Copyright 2020 Martin Wagner <martin.wagner.dev@gmail.com> -->
|
||||||
|
<component type="desktop-application">
|
||||||
|
<id>org.mpdevil.mpdevil</id>
|
||||||
|
<metadata_license>CC0-1.0</metadata_license>
|
||||||
|
<project_license>GPL-3.0</project_license>
|
||||||
|
<name>mpdevil</name>
|
||||||
|
<summary>A simple music browser for MPD</summary>
|
||||||
|
<description>
|
||||||
|
<p>Mpdevil is a simple music browser for the Music Player Daemon (MPD) which is focused on playing local music without the need of managing playlists. Instead of maintaining a client side database of your music library mpdevil loads all tags and covers on demand. So you'll never see any outdated information in the browser. Mpdevil strongly relies on tags.</p>
|
||||||
|
<ul>
|
||||||
|
<li>display large covers</li>
|
||||||
|
<li>play songs without doubleclick</li>
|
||||||
|
<li>fetch lyrics</li>
|
||||||
|
<li>MPRIS interface</li>
|
||||||
|
<li>notifications on title change</li>
|
||||||
|
<li>basic queue manipulation (move and delete single tracks)</li>
|
||||||
|
<li>search songs</li>
|
||||||
|
<li>filter by genre</li>
|
||||||
|
<li>media keys support</li>
|
||||||
|
<li>many shortcuts</li>
|
||||||
|
<li>manage multiple mpd servers</li>
|
||||||
|
</ul>
|
||||||
|
</description>
|
||||||
|
<releases>
|
||||||
|
<release version="0.9.8" date="2020-12-27"/>
|
||||||
|
<release version="0.9.9" date="2021-01-01"/>
|
||||||
|
</releases>
|
||||||
|
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
|
||||||
|
<screenshots>
|
||||||
|
<screenshot type="default">
|
||||||
|
<image type="source" width="1016" height="1024">https://raw.githubusercontent.com/SoongNoonien/mpdevil/v0.9.7/screenshots/mainwindow_0.9.5.png</image>
|
||||||
|
</screenshot>
|
||||||
|
</screenshots>
|
||||||
|
<url type="homepage">https://github.com/SoongNoonien/mpdevil</url>
|
||||||
|
<url type="bugtracker">https://github.com/SoongNoonien/mpdevil/issues</url>
|
||||||
|
<content_rating type="oars-1.1" />
|
||||||
|
<provides>
|
||||||
|
<binary>mpdevil</binary>
|
||||||
|
</provides>
|
||||||
|
<update_contact>martin.wagner.dev@gmail.com</update_contact>
|
||||||
|
</component>
|
@@ -3,7 +3,7 @@ Name=mpdevil
|
|||||||
GenericName=MPD Client
|
GenericName=MPD Client
|
||||||
_Comment=A simple music browser for MPD
|
_Comment=A simple music browser for MPD
|
||||||
Exec=mpdevil
|
Exec=mpdevil
|
||||||
Icon=mpdevil
|
Icon=org.mpdevil.mpdevil
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
StartupNotify=true
|
StartupNotify=true
|
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<schemalist>
|
<schemalist>
|
||||||
<schema id="org.mpdevil" path="/org/mpdevil/">
|
<schema id="org.mpdevil.mpdevil" path="/org/mpdevil/mpdevil/">
|
||||||
<key type="b" name="maximize">
|
<key type="b" name="maximize">
|
||||||
<default>false</default>
|
<default>false</default>
|
||||||
<summary>Maximize mpdevil on startup</summary>
|
<summary>Maximize mpdevil on startup</summary>
|
@@ -1,4 +1,4 @@
|
|||||||
[encoding: UTF-8]
|
[encoding: UTF-8]
|
||||||
bin/mpdevil
|
bin/mpdevil
|
||||||
data/mpdevil.desktop.in
|
data/org.mpdevil.mpdevil.desktop.in
|
||||||
|
|
||||||
|
291
po/de.po
@@ -7,8 +7,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-10-01 12:18+0200\n"
|
"POT-Creation-Date: 2021-01-01 12:34+0100\n"
|
||||||
"PO-Revision-Date: 2020-10-01 12:21+0200\n"
|
"PO-Revision-Date: 2021-01-01 14:33+0100\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
@@ -18,103 +18,103 @@ msgstr ""
|
|||||||
"X-Generator: Poedit 2.3.1\n"
|
"X-Generator: Poedit 2.3.1\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#: mpdevil:409
|
#: mpdevil:471
|
||||||
msgid "Unknown Title"
|
msgid "Unknown Title"
|
||||||
msgstr "Unbekannter Titel"
|
msgstr "Unbekannter Titel"
|
||||||
|
|
||||||
#: mpdevil:698
|
#: mpdevil:795
|
||||||
msgid "Main cover size:"
|
msgid "Main cover size:"
|
||||||
msgstr "Größe des Haupt-Covers:"
|
msgstr "Größe des Haupt-Covers:"
|
||||||
|
|
||||||
#: mpdevil:699
|
#: mpdevil:796
|
||||||
msgid "Album view cover size:"
|
msgid "Album view cover size:"
|
||||||
msgstr "Covergröße in Albumliste:"
|
msgstr "Covergröße in Albumliste:"
|
||||||
|
|
||||||
#: mpdevil:700
|
#: mpdevil:797
|
||||||
msgid "Action bar icon size:"
|
msgid "Action bar icon size:"
|
||||||
msgstr "Symbolgröße Aktionsleiste:"
|
msgstr "Symbolgröße Aktionsleiste:"
|
||||||
|
|
||||||
#: mpdevil:701
|
#: mpdevil:798
|
||||||
msgid "Secondary icon size:"
|
msgid "Secondary icon size:"
|
||||||
msgstr "Sekundäre Symbolgröße:"
|
msgstr "Sekundäre Symbolgröße:"
|
||||||
|
|
||||||
#: mpdevil:714
|
#: mpdevil:811
|
||||||
msgid "Sort albums by:"
|
msgid "Sort albums by:"
|
||||||
msgstr "Sortiere Alben nach:"
|
msgstr "Sortiere Alben nach:"
|
||||||
|
|
||||||
#: mpdevil:714
|
#: mpdevil:811
|
||||||
msgid "name"
|
msgid "name"
|
||||||
msgstr "Name"
|
msgstr "Name"
|
||||||
|
|
||||||
#: mpdevil:714
|
#: mpdevil:811
|
||||||
msgid "year"
|
msgid "year"
|
||||||
msgstr "Jahr"
|
msgstr "Jahr"
|
||||||
|
|
||||||
#: mpdevil:715
|
#: mpdevil:812
|
||||||
msgid "Position of playlist:"
|
msgid "Position of playlist:"
|
||||||
msgstr "Wiedergabelistenposition:"
|
msgstr "Wiedergabelistenposition:"
|
||||||
|
|
||||||
#: mpdevil:715
|
#: mpdevil:812
|
||||||
msgid "bottom"
|
msgid "bottom"
|
||||||
msgstr "unten"
|
msgstr "unten"
|
||||||
|
|
||||||
#: mpdevil:715
|
#: mpdevil:812
|
||||||
msgid "right"
|
msgid "right"
|
||||||
msgstr "rechts"
|
msgstr "rechts"
|
||||||
|
|
||||||
#: mpdevil:733
|
#: mpdevil:830
|
||||||
msgid "Use Client-side decoration"
|
msgid "Use Client-side decoration"
|
||||||
msgstr "Benutze „Client-side decoration“"
|
msgstr "Benutze „Client-side decoration“"
|
||||||
|
|
||||||
#: mpdevil:734
|
#: mpdevil:831
|
||||||
msgid "Show stop button"
|
msgid "Show stop button"
|
||||||
msgstr "Zeige Stopp-Knopf"
|
msgstr "Zeige Stopp-Knopf"
|
||||||
|
|
||||||
#: mpdevil:735
|
#: mpdevil:832
|
||||||
msgid "Show lyrics button"
|
msgid "Show lyrics button"
|
||||||
msgstr "Zeige Liedtext-Knopf"
|
msgstr "Zeige Liedtext-Knopf"
|
||||||
|
|
||||||
#: mpdevil:736
|
#: mpdevil:833
|
||||||
msgid "Show initials in artist view"
|
msgid "Show initials in artist view"
|
||||||
msgstr "Zeige Anfangsbuchstaben in Interpretenliste"
|
msgstr "Zeige Anfangsbuchstaben in Interpretenliste"
|
||||||
|
|
||||||
#: mpdevil:737
|
#: mpdevil:834
|
||||||
msgid "Show tooltips in album view"
|
msgid "Show tooltips in album view"
|
||||||
msgstr "Zeige Tooltips in Albumliste"
|
msgstr "Zeige Tooltips in Albumliste"
|
||||||
|
|
||||||
#: mpdevil:738
|
#: mpdevil:835
|
||||||
msgid "Use “Album Artist” tag"
|
msgid "Use “Album Artist” tag"
|
||||||
msgstr "Benutze „Album Artist“ Tag"
|
msgstr "Benutze „Album Artist“ Tag"
|
||||||
|
|
||||||
#: mpdevil:739
|
#: mpdevil:836
|
||||||
msgid "Send notification on title change"
|
msgid "Send notification on title change"
|
||||||
msgstr "Sende Benachrichtigung bei Titelwechsel"
|
msgstr "Sende Benachrichtigung bei Titelwechsel"
|
||||||
|
|
||||||
#: mpdevil:740
|
#: mpdevil:837
|
||||||
msgid "Stop playback on quit"
|
msgid "Stop playback on quit"
|
||||||
msgstr "Wiedergabe beim Beenden stoppen"
|
msgstr "Wiedergabe beim Beenden stoppen"
|
||||||
|
|
||||||
#: mpdevil:741
|
#: mpdevil:838
|
||||||
msgid "Play selected albums and titles immediately"
|
msgid "Play selected albums and titles immediately"
|
||||||
msgstr "Ausgewählte Alben und Titel sofort abspielen"
|
msgstr "Ausgewählte Alben und Titel sofort abspielen"
|
||||||
|
|
||||||
#: mpdevil:754
|
#: mpdevil:851
|
||||||
msgid "<b>View</b>"
|
msgid "<b>View</b>"
|
||||||
msgstr "<b>Ansicht</b>"
|
msgstr "<b>Ansicht</b>"
|
||||||
|
|
||||||
#: mpdevil:755
|
#: mpdevil:852
|
||||||
msgid "<b>Behavior</b>"
|
msgid "<b>Behavior</b>"
|
||||||
msgstr "<b>Verhalten</b>"
|
msgstr "<b>Verhalten</b>"
|
||||||
|
|
||||||
#: mpdevil:787
|
#: mpdevil:884
|
||||||
msgid "(restart required)"
|
msgid "(restart required)"
|
||||||
msgstr "(Neustart erforderlich)"
|
msgstr "(Neustart erforderlich)"
|
||||||
|
|
||||||
#: mpdevil:849 mpdevil:3442
|
#: mpdevil:946
|
||||||
msgid "Connect"
|
msgid "_Connect"
|
||||||
msgstr "Verbinden"
|
msgstr "_Verbinden"
|
||||||
|
|
||||||
#: mpdevil:865
|
#: mpdevil:962
|
||||||
msgid ""
|
msgid ""
|
||||||
"The first image in the same directory as the song file matching this regex "
|
"The first image in the same directory as the song file matching this regex "
|
||||||
"will be displayed. %AlbumArtist% and %Album% will be replaced by the "
|
"will be displayed. %AlbumArtist% and %Album% will be replaced by the "
|
||||||
@@ -124,125 +124,161 @@ msgstr ""
|
|||||||
"regulären Ausdruck entspricht, wird angezeigt. %AlbumArtist% und %Album% "
|
"regulären Ausdruck entspricht, wird angezeigt. %AlbumArtist% und %Album% "
|
||||||
"werden durch die entsprechenden Tags des Liedes ersetzt."
|
"werden durch die entsprechenden Tags des Liedes ersetzt."
|
||||||
|
|
||||||
#: mpdevil:870
|
#: mpdevil:967
|
||||||
msgid "Profile:"
|
msgid "Profile:"
|
||||||
msgstr "Profil:"
|
msgstr "Profil:"
|
||||||
|
|
||||||
#: mpdevil:871
|
#: mpdevil:968
|
||||||
msgid "Name:"
|
msgid "Name:"
|
||||||
msgstr "Name:"
|
msgstr "Name:"
|
||||||
|
|
||||||
#: mpdevil:872
|
#: mpdevil:969
|
||||||
msgid "Host:"
|
msgid "Host:"
|
||||||
msgstr "Host:"
|
msgstr "Host:"
|
||||||
|
|
||||||
#: mpdevil:873
|
#: mpdevil:970
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr "Passwort:"
|
msgstr "Passwort:"
|
||||||
|
|
||||||
#: mpdevil:874
|
#: mpdevil:971
|
||||||
msgid "Music lib:"
|
msgid "Music lib:"
|
||||||
msgstr "Musikverzeichnis:"
|
msgstr "Musikverzeichnis:"
|
||||||
|
|
||||||
#: mpdevil:875
|
#: mpdevil:972
|
||||||
msgid "Cover regex:"
|
msgid "Cover regex:"
|
||||||
msgstr "Cover-Regex:"
|
msgstr "Cover-Regex:"
|
||||||
|
|
||||||
#: mpdevil:1006
|
#: mpdevil:1107
|
||||||
msgid "Choose directory"
|
msgid "Choose directory"
|
||||||
msgstr "Verzeichnis Wählen"
|
msgstr "Verzeichnis wählen"
|
||||||
|
|
||||||
#: mpdevil:1039
|
#: mpdevil:1140
|
||||||
msgid "Choose the order of information to appear in the playlist:"
|
msgid "Choose the order of information to appear in the playlist:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Lege die Reihenfolge fest, in der Informationen in der Wiedergabeliste "
|
"Lege die Reihenfolge fest, in der Informationen in der Wiedergabeliste "
|
||||||
"angezeigt werden sollen:"
|
"angezeigt werden sollen:"
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:1586 mpdevil:1920 mpdevil:2641
|
#: mpdevil:1157 mpdevil:1703 mpdevil:1799 mpdevil:2753
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr "Nr."
|
msgstr "Nr."
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:2642
|
#: mpdevil:1157 mpdevil:2754
|
||||||
msgid "Disc"
|
msgid "Disc"
|
||||||
msgstr "CD"
|
msgstr "CD"
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:1591 mpdevil:1925 mpdevil:2643
|
#: mpdevil:1157 mpdevil:1706 mpdevil:1804 mpdevil:2755
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr "Titel"
|
msgstr "Titel"
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:1597 mpdevil:2644
|
#: mpdevil:1157 mpdevil:1810 mpdevil:2756
|
||||||
msgid "Artist"
|
msgid "Artist"
|
||||||
msgstr "Interpret"
|
msgstr "Interpret"
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:1603 mpdevil:2645
|
#: mpdevil:1157 mpdevil:1816 mpdevil:2757
|
||||||
msgid "Album"
|
msgid "Album"
|
||||||
msgstr "Album"
|
msgstr "Album"
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:1609 mpdevil:1931 mpdevil:2646
|
#: mpdevil:1157 mpdevil:1710 mpdevil:1822 mpdevil:2758
|
||||||
msgid "Length"
|
msgid "Length"
|
||||||
msgstr "Länge"
|
msgstr "Länge"
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:2647
|
#: mpdevil:1157 mpdevil:2759
|
||||||
msgid "Year"
|
msgid "Year"
|
||||||
msgstr "Jahr"
|
msgstr "Jahr"
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:2648
|
#: mpdevil:1157 mpdevil:2760
|
||||||
msgid "Genre"
|
msgid "Genre"
|
||||||
msgstr "Genre"
|
msgstr "Genre"
|
||||||
|
|
||||||
#: mpdevil:1179 mpdevil:1187 mpdevil:3529
|
#: mpdevil:1273 mpdevil:1275 mpdevil:3714
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr "Einstellungen"
|
msgstr "Einstellungen"
|
||||||
|
|
||||||
#: mpdevil:1198 mpdevil:3378
|
#: mpdevil:1288 mpdevil:1297 mpdevil:3560
|
||||||
msgid "General"
|
msgid "General"
|
||||||
msgstr "Allgemein"
|
msgstr "Allgemein"
|
||||||
|
|
||||||
#: mpdevil:1199 mpdevil:3540
|
#: mpdevil:1289 mpdevil:1298 mpdevil:3725
|
||||||
msgid "Profiles"
|
msgid "Profiles"
|
||||||
msgstr "Profile"
|
msgstr "Profile"
|
||||||
|
|
||||||
#: mpdevil:1200 mpdevil:3382
|
#: mpdevil:1290 mpdevil:1299 mpdevil:3564
|
||||||
msgid "Playlist"
|
msgid "Playlist"
|
||||||
msgstr "Wiedergabeliste"
|
msgstr "Wiedergabeliste"
|
||||||
|
|
||||||
#: mpdevil:1215 mpdevil:1223
|
#: mpdevil:1313
|
||||||
msgid "Stats"
|
msgid "Stats"
|
||||||
msgstr "Statistik"
|
msgstr "Statistik"
|
||||||
|
|
||||||
#: mpdevil:1273
|
#: mpdevil:1323
|
||||||
|
msgid "<b>Protocol:</b>"
|
||||||
|
msgstr "<b>Protokoll:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1324
|
||||||
|
msgid "<b>Uptime:</b>"
|
||||||
|
msgstr "<b>Uptime:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1325
|
||||||
|
msgid "<b>Playtime:</b>"
|
||||||
|
msgstr "<b>Wiedergabezeit:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1326
|
||||||
|
msgid "<b>Artists:</b>"
|
||||||
|
msgstr "<b>Künstler:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1327
|
||||||
|
msgid "<b>Albums:</b>"
|
||||||
|
msgstr "<b>Alben:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1328
|
||||||
|
msgid "<b>Songs:</b>"
|
||||||
|
msgstr "<b>Titel:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1329
|
||||||
|
msgid "<b>Total Playtime:</b>"
|
||||||
|
msgstr "<b>Gesamt Wiedergabezeit:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1330
|
||||||
|
msgid "<b>Database Update:</b>"
|
||||||
|
msgstr "<b>Datenbankaktualisierung:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1355
|
||||||
msgid "A simple music browser for MPD"
|
msgid "A simple music browser for MPD"
|
||||||
msgstr "Ein einfacher Musikbrowser für MPD"
|
msgstr "Ein einfacher Musikbrowser für MPD"
|
||||||
|
|
||||||
#: mpdevil:1346
|
#: mpdevil:1461
|
||||||
msgid "MPD-Tag"
|
msgid "MPD-Tag"
|
||||||
msgstr "MPD-Tag"
|
msgstr "MPD-Tag"
|
||||||
|
|
||||||
#: mpdevil:1350
|
#: mpdevil:1464
|
||||||
msgid "Value"
|
msgid "Value"
|
||||||
msgstr "Wert"
|
msgstr "Wert"
|
||||||
|
|
||||||
#: mpdevil:1504
|
#: mpdevil:1490
|
||||||
|
msgid "Open with…"
|
||||||
|
msgstr "Öffnen mit…"
|
||||||
|
|
||||||
|
#: mpdevil:1596
|
||||||
msgid "_Append"
|
msgid "_Append"
|
||||||
msgstr "_Anhängen"
|
msgstr "_Anhängen"
|
||||||
|
|
||||||
#: mpdevil:1506
|
#: mpdevil:1598
|
||||||
msgid "Add all titles to playlist"
|
msgid "Add all titles to playlist"
|
||||||
msgstr "Alle Titel der Wiedergabeliste anhängen"
|
msgstr "Alle Titel der Wiedergabeliste anhängen"
|
||||||
|
|
||||||
#: mpdevil:1507
|
#: mpdevil:1599
|
||||||
msgid "_Play"
|
msgid "_Play"
|
||||||
msgstr "Ab_spielen"
|
msgstr "Ab_spielen"
|
||||||
|
|
||||||
#: mpdevil:1509
|
#: mpdevil:1601
|
||||||
msgid "Directly play all titles"
|
msgid "Directly play all titles"
|
||||||
msgstr "Alle Titel sofort abspielen"
|
msgstr "Alle Titel sofort abspielen"
|
||||||
|
|
||||||
#: mpdevil:1510
|
#: mpdevil:1602
|
||||||
msgid "_Enqueue"
|
msgid "_Enqueue"
|
||||||
msgstr "_Einreihen"
|
msgstr "_Einreihen"
|
||||||
|
|
||||||
#: mpdevil:1512
|
#: mpdevil:1604
|
||||||
msgid ""
|
msgid ""
|
||||||
"Append all titles after the currently playing track and clear the playlist "
|
"Append all titles after the currently playing track and clear the playlist "
|
||||||
"from all other songs"
|
"from all other songs"
|
||||||
@@ -250,54 +286,54 @@ msgstr ""
|
|||||||
"Alle Titel hinter dem aktuellen Stück einreihen und die weitere "
|
"Alle Titel hinter dem aktuellen Stück einreihen und die weitere "
|
||||||
"Wiedergabeliste leeren"
|
"Wiedergabeliste leeren"
|
||||||
|
|
||||||
#: mpdevil:1668
|
#: mpdevil:1860
|
||||||
|
msgid "all tags"
|
||||||
|
msgstr "Alle Tags"
|
||||||
|
|
||||||
|
#: mpdevil:1888
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{num} hits"
|
msgid "{num} hits"
|
||||||
msgstr "{num} Treffer"
|
msgstr "{num} Treffer"
|
||||||
|
|
||||||
#: mpdevil:1706
|
#: mpdevil:1926
|
||||||
msgid "all genres"
|
msgid "all genres"
|
||||||
msgstr "Alle Genres"
|
msgstr "Alle Genres"
|
||||||
|
|
||||||
#: mpdevil:1813
|
#: mpdevil:2028
|
||||||
msgid "all artists"
|
msgid "all artists"
|
||||||
msgstr "Alle Interpreten"
|
msgstr "Alle Interpreten"
|
||||||
|
|
||||||
#: mpdevil:1937
|
#: mpdevil:2220
|
||||||
msgid "Close"
|
|
||||||
msgstr "Schließen"
|
|
||||||
|
|
||||||
#: mpdevil:2102
|
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{titles} titles on {discs} discs ({length})"
|
msgid "{titles} titles on {discs} discs ({length})"
|
||||||
msgstr "{titles} Titel auf {discs} CDs ({length})"
|
msgstr "{titles} Titel auf {discs} CDs ({length})"
|
||||||
|
|
||||||
#: mpdevil:2105 mpdevil:2736
|
#: mpdevil:2223 mpdevil:2857 mpdevil:3144 mpdevil:3145
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{titles} titles ({length})"
|
msgid "{titles} titles ({length})"
|
||||||
msgstr "{titles} Titel ({length})"
|
msgstr "{titles} Titel ({length})"
|
||||||
|
|
||||||
#: mpdevil:2232 mpdevil:3401
|
#: mpdevil:2363 mpdevil:3583
|
||||||
msgid "Back to current album"
|
msgid "Back to current album"
|
||||||
msgstr "Zurück zu aktuellem Album"
|
msgstr "Zurück zu aktuellem Album"
|
||||||
|
|
||||||
#: mpdevil:2234
|
#: mpdevil:2365
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr "Suche"
|
msgstr "Suche"
|
||||||
|
|
||||||
#: mpdevil:2418
|
#: mpdevil:2542
|
||||||
msgid "searching..."
|
msgid "searching..."
|
||||||
msgstr "suche..."
|
msgstr "suche..."
|
||||||
|
|
||||||
#: mpdevil:2423
|
#: mpdevil:2547
|
||||||
msgid "connection error"
|
msgid "connection error"
|
||||||
msgstr "Verbindungsfehler"
|
msgstr "Verbindungsfehler"
|
||||||
|
|
||||||
#: mpdevil:2425
|
#: mpdevil:2549
|
||||||
msgid "lyrics not found"
|
msgid "lyrics not found"
|
||||||
msgstr "Liedtext nicht gefunden"
|
msgstr "Liedtext nicht gefunden"
|
||||||
|
|
||||||
#: mpdevil:2473
|
#: mpdevil:2597
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, "
|
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, "
|
||||||
@@ -306,195 +342,206 @@ msgstr ""
|
|||||||
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} Kanäle, "
|
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} Kanäle, "
|
||||||
"{file_type}"
|
"{file_type}"
|
||||||
|
|
||||||
#: mpdevil:2608
|
#: mpdevil:2727
|
||||||
msgid "Scroll to current song"
|
msgid "Scroll to current song"
|
||||||
msgstr "Gehe zu aktuellem Lied"
|
msgstr "Gehe zu aktuellem Lied"
|
||||||
|
|
||||||
#: mpdevil:2616 mpdevil:3417
|
#: mpdevil:2735 mpdevil:3599
|
||||||
msgid "Clear playlist"
|
msgid "Clear playlist"
|
||||||
msgstr "Wiedergabeliste leeren"
|
msgstr "Wiedergabeliste leeren"
|
||||||
|
|
||||||
#: mpdevil:2896
|
#: mpdevil:3029
|
||||||
msgid "Show lyrics"
|
msgid "Show lyrics"
|
||||||
msgstr "Zeige Liedtext"
|
msgstr "Zeige Liedtext"
|
||||||
|
|
||||||
#: mpdevil:3191
|
#: mpdevil:3351
|
||||||
msgid "Random mode"
|
msgid "Random mode"
|
||||||
msgstr "Zufallsmodus"
|
msgstr "Zufallsmodus"
|
||||||
|
|
||||||
#: mpdevil:3193
|
#: mpdevil:3353
|
||||||
msgid "Repeat mode"
|
msgid "Repeat mode"
|
||||||
msgstr "Dauerschleife"
|
msgstr "Dauerschleife"
|
||||||
|
|
||||||
#: mpdevil:3195
|
#: mpdevil:3355
|
||||||
msgid "Single mode"
|
msgid "Single mode"
|
||||||
msgstr "Einzelstückmodus"
|
msgstr "Einzelstückmodus"
|
||||||
|
|
||||||
#: mpdevil:3197
|
#: mpdevil:3357
|
||||||
msgid "Consume mode"
|
msgid "Consume mode"
|
||||||
msgstr "Wiedergabeliste verbrauchen"
|
msgstr "Wiedergabeliste verbrauchen"
|
||||||
|
|
||||||
#: mpdevil:3379
|
#: mpdevil:3561
|
||||||
msgid "Window"
|
msgid "Window"
|
||||||
msgstr "Fenster"
|
msgstr "Fenster"
|
||||||
|
|
||||||
#: mpdevil:3380
|
#: mpdevil:3562
|
||||||
msgid "Playback"
|
msgid "Playback"
|
||||||
msgstr "Wiedergabe"
|
msgstr "Wiedergabe"
|
||||||
|
|
||||||
#: mpdevil:3381
|
#: mpdevil:3563
|
||||||
msgid "Search, Album Dialog and Album List"
|
msgid "Search, Album Dialog and Album List"
|
||||||
msgstr "Suche, Albumdialog und Albumliste"
|
msgstr "Suche, Albumdialog und Albumliste"
|
||||||
|
|
||||||
#: mpdevil:3391
|
#: mpdevil:3573
|
||||||
msgid "Open online help"
|
msgid "Open online help"
|
||||||
msgstr "Onlinehilfe öffnen"
|
msgstr "Onlinehilfe öffnen"
|
||||||
|
|
||||||
#: mpdevil:3392
|
#: mpdevil:3574
|
||||||
msgid "Open shortcuts window"
|
msgid "Open shortcuts window"
|
||||||
msgstr "Tastenkürzelfenster öffnen"
|
msgstr "Tastenkürzelfenster öffnen"
|
||||||
|
|
||||||
#: mpdevil:3393
|
#: mpdevil:3575
|
||||||
msgid "Open menu"
|
msgid "Open menu"
|
||||||
msgstr "Menü öffnen"
|
msgstr "Menü öffnen"
|
||||||
|
|
||||||
#: mpdevil:3394 mpdevil:3535
|
#: mpdevil:3576 mpdevil:3720
|
||||||
msgid "Update database"
|
msgid "Update database"
|
||||||
msgstr "Datenbank aktualisieren"
|
msgstr "Datenbank aktualisieren"
|
||||||
|
|
||||||
#: mpdevil:3395 mpdevil:3533
|
#: mpdevil:3577 mpdevil:3718
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr "Beenden"
|
msgstr "Beenden"
|
||||||
|
|
||||||
#: mpdevil:3396
|
#: mpdevil:3578
|
||||||
msgid "Cycle through profiles"
|
msgid "Cycle through profiles"
|
||||||
msgstr "Profile durchschalten"
|
msgstr "Profile durchschalten"
|
||||||
|
|
||||||
#: mpdevil:3397
|
#: mpdevil:3579
|
||||||
msgid "Cycle through profiles in reversed order"
|
msgid "Cycle through profiles in reversed order"
|
||||||
msgstr "Profile rückwärts durchschalten"
|
msgstr "Profile rückwärts durchschalten"
|
||||||
|
|
||||||
#: mpdevil:3398
|
#: mpdevil:3580
|
||||||
msgid "Toggle mini player"
|
msgid "Toggle mini player"
|
||||||
msgstr "Miniplayer ein-/ausschalten"
|
msgstr "Miniplayer ein-/ausschalten"
|
||||||
|
|
||||||
#: mpdevil:3399
|
#: mpdevil:3581
|
||||||
msgid "Toggle lyrics"
|
msgid "Toggle lyrics"
|
||||||
msgstr "Liedtext ein-/ausblenden"
|
msgstr "Liedtext ein-/ausblenden"
|
||||||
|
|
||||||
#: mpdevil:3400
|
#: mpdevil:3582
|
||||||
msgid "Toggle search"
|
msgid "Toggle search"
|
||||||
msgstr "Suche ein-/ausblenden"
|
msgstr "Suche ein-/ausblenden"
|
||||||
|
|
||||||
#: mpdevil:3402
|
#: mpdevil:3584
|
||||||
msgid "Play/Pause"
|
msgid "Play/Pause"
|
||||||
msgstr "Wiedergabe/Pause"
|
msgstr "Wiedergabe/Pause"
|
||||||
|
|
||||||
#: mpdevil:3403
|
#: mpdevil:3585
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr "Stopp"
|
msgstr "Stopp"
|
||||||
|
|
||||||
#: mpdevil:3404
|
#: mpdevil:3586
|
||||||
msgid "Next title"
|
msgid "Next title"
|
||||||
msgstr "Nächster Titel"
|
msgstr "Nächster Titel"
|
||||||
|
|
||||||
#: mpdevil:3405
|
#: mpdevil:3587
|
||||||
msgid "Previous title"
|
msgid "Previous title"
|
||||||
msgstr "Vorheriger Titel"
|
msgstr "Vorheriger Titel"
|
||||||
|
|
||||||
#: mpdevil:3406
|
#: mpdevil:3588
|
||||||
msgid "Seek forward"
|
msgid "Seek forward"
|
||||||
msgstr "Vorspulen"
|
msgstr "Vorspulen"
|
||||||
|
|
||||||
#: mpdevil:3407
|
#: mpdevil:3589
|
||||||
msgid "Seek backward"
|
msgid "Seek backward"
|
||||||
msgstr "Zurückspulen"
|
msgstr "Zurückspulen"
|
||||||
|
|
||||||
#: mpdevil:3408
|
#: mpdevil:3590
|
||||||
msgid "Toggle repeat mode"
|
msgid "Toggle repeat mode"
|
||||||
msgstr "Dauerschleife ein-/ausschalten"
|
msgstr "Dauerschleife ein-/ausschalten"
|
||||||
|
|
||||||
#: mpdevil:3409
|
#: mpdevil:3591
|
||||||
msgid "Toggle random mode"
|
msgid "Toggle random mode"
|
||||||
msgstr "Zufallsmodus ein-/ausschalten"
|
msgstr "Zufallsmodus ein-/ausschalten"
|
||||||
|
|
||||||
#: mpdevil:3410
|
#: mpdevil:3592
|
||||||
msgid "Toggle single mode"
|
msgid "Toggle single mode"
|
||||||
msgstr "Einzelstückmodus ein-/ausschalten"
|
msgstr "Einzelstückmodus ein-/ausschalten"
|
||||||
|
|
||||||
#: mpdevil:3411
|
#: mpdevil:3593
|
||||||
msgid "Toggle consume mode"
|
msgid "Toggle consume mode"
|
||||||
msgstr "Wiedergabeliste verbrauchen ein-/ausschalten"
|
msgstr "Wiedergabeliste verbrauchen ein-/ausschalten"
|
||||||
|
|
||||||
#: mpdevil:3412
|
#: mpdevil:3594
|
||||||
msgid "Play selected item (next)"
|
msgid "Play selected item (next)"
|
||||||
msgstr "Ausgewähltes Element (als Nächstes) abspielen"
|
msgstr "Ausgewähltes Element (als Nächstes) abspielen"
|
||||||
|
|
||||||
#: mpdevil:3412
|
#: mpdevil:3594
|
||||||
msgid "Left-click"
|
msgid "Left-click"
|
||||||
msgstr "Linksklick"
|
msgstr "Linksklick"
|
||||||
|
|
||||||
#: mpdevil:3413
|
#: mpdevil:3595
|
||||||
msgid "Append selected item"
|
msgid "Append selected item"
|
||||||
msgstr "Ausgewähltes Element anhängen"
|
msgstr "Ausgewähltes Element anhängen"
|
||||||
|
|
||||||
#: mpdevil:3413 mpdevil:3416
|
#: mpdevil:3595 mpdevil:3598
|
||||||
msgid "Middle-click"
|
msgid "Middle-click"
|
||||||
msgstr "Mittelklick"
|
msgstr "Mittelklick"
|
||||||
|
|
||||||
#: mpdevil:3414
|
#: mpdevil:3596
|
||||||
msgid "Play selected item immediately"
|
msgid "Play selected item immediately"
|
||||||
msgstr "Ausgewähltes Element sofort abspielen"
|
msgstr "Ausgewähltes Element sofort abspielen"
|
||||||
|
|
||||||
#: mpdevil:3414
|
#: mpdevil:3596
|
||||||
msgid "Double-click"
|
msgid "Double-click"
|
||||||
msgstr "Doppelklick"
|
msgstr "Doppelklick"
|
||||||
|
|
||||||
#: mpdevil:3415 mpdevil:3418
|
#: mpdevil:3597 mpdevil:3600
|
||||||
msgid "Show additional information"
|
msgid "Show additional information"
|
||||||
msgstr "Zeige weitere Informationen"
|
msgstr "Zeige weitere Informationen"
|
||||||
|
|
||||||
#: mpdevil:3415 mpdevil:3418
|
#: mpdevil:3597 mpdevil:3600
|
||||||
msgid "Right-click"
|
msgid "Right-click"
|
||||||
msgstr "Rechtsklick"
|
msgstr "Rechtsklick"
|
||||||
|
|
||||||
#: mpdevil:3416
|
#: mpdevil:3598
|
||||||
msgid "Remove selected song"
|
msgid "Remove selected song"
|
||||||
msgstr "Ausgewählten Titel entfernen"
|
msgstr "Ausgewählten Titel entfernen"
|
||||||
|
|
||||||
#: mpdevil:3460
|
#: mpdevil:3624
|
||||||
|
msgid "Connect"
|
||||||
|
msgstr "Verbinden"
|
||||||
|
|
||||||
|
#: mpdevil:3642
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Connection to “{profile}” ({host}:{port}) failed"
|
msgid "Connection to “{profile}” ({host}:{port}) failed"
|
||||||
msgstr "Verbindung zu „{profile}“ ({host}:{port}) fehlgeschlagen"
|
msgstr "Verbindung zu „{profile}“ ({host}:{port}) fehlgeschlagen"
|
||||||
|
|
||||||
#: mpdevil:3530
|
#: mpdevil:3715
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr "Tastenkürzel"
|
msgstr "Tastenkürzel"
|
||||||
|
|
||||||
#: mpdevil:3531
|
#: mpdevil:3716
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr "Hilfe"
|
msgstr "Hilfe"
|
||||||
|
|
||||||
#: mpdevil:3532
|
#: mpdevil:3717
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr "Über"
|
msgstr "Über"
|
||||||
|
|
||||||
#: mpdevil:3536
|
#: mpdevil:3721
|
||||||
msgid "Server stats"
|
msgid "Server stats"
|
||||||
msgstr "Serverstatistik"
|
msgstr "Serverstatistik"
|
||||||
|
|
||||||
#: mpdevil:3541
|
#: mpdevil:3726
|
||||||
msgid "Mini player"
|
msgid "Mini player"
|
||||||
msgstr "Miniplayer"
|
msgstr "Miniplayer"
|
||||||
|
|
||||||
#: mpdevil:3542
|
#: mpdevil:3727
|
||||||
msgid "Save window layout"
|
msgid "Save window layout"
|
||||||
msgstr "Fensterlayout speichern"
|
msgstr "Fensterlayout speichern"
|
||||||
|
|
||||||
#: mpdevil:3547
|
#: mpdevil:3732
|
||||||
msgid "Menu"
|
msgid "Menu"
|
||||||
msgstr "Menü"
|
msgstr "Menü"
|
||||||
|
|
||||||
|
#: mpdevil:3783 mpdevil:3785
|
||||||
|
msgid "connecting…"
|
||||||
|
msgstr "verbinden…"
|
||||||
|
|
||||||
|
#~ msgid "Close"
|
||||||
|
#~ msgstr "Schließen"
|
||||||
|
|
||||||
#~ msgid "Album Artist"
|
#~ msgid "Album Artist"
|
||||||
#~ msgstr "Albuminterpret"
|
#~ msgstr "Albuminterpret"
|
||||||
|
|
||||||
|
282
po/mpdevil.pot
@@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-10-01 12:18+0200\n"
|
"POT-Creation-Date: 2021-01-01 12:34+0100\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@@ -17,470 +17,514 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: mpdevil:409
|
#: mpdevil:471
|
||||||
msgid "Unknown Title"
|
msgid "Unknown Title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:698
|
#: mpdevil:795
|
||||||
msgid "Main cover size:"
|
msgid "Main cover size:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:699
|
#: mpdevil:796
|
||||||
msgid "Album view cover size:"
|
msgid "Album view cover size:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:700
|
#: mpdevil:797
|
||||||
msgid "Action bar icon size:"
|
msgid "Action bar icon size:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:701
|
#: mpdevil:798
|
||||||
msgid "Secondary icon size:"
|
msgid "Secondary icon size:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:714
|
#: mpdevil:811
|
||||||
msgid "Sort albums by:"
|
msgid "Sort albums by:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:714
|
#: mpdevil:811
|
||||||
msgid "name"
|
msgid "name"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:714
|
#: mpdevil:811
|
||||||
msgid "year"
|
msgid "year"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:715
|
#: mpdevil:812
|
||||||
msgid "Position of playlist:"
|
msgid "Position of playlist:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:715
|
#: mpdevil:812
|
||||||
msgid "bottom"
|
msgid "bottom"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:715
|
#: mpdevil:812
|
||||||
msgid "right"
|
msgid "right"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:733
|
#: mpdevil:830
|
||||||
msgid "Use Client-side decoration"
|
msgid "Use Client-side decoration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:734
|
#: mpdevil:831
|
||||||
msgid "Show stop button"
|
msgid "Show stop button"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:735
|
#: mpdevil:832
|
||||||
msgid "Show lyrics button"
|
msgid "Show lyrics button"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:736
|
#: mpdevil:833
|
||||||
msgid "Show initials in artist view"
|
msgid "Show initials in artist view"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:737
|
#: mpdevil:834
|
||||||
msgid "Show tooltips in album view"
|
msgid "Show tooltips in album view"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:738
|
#: mpdevil:835
|
||||||
msgid "Use “Album Artist” tag"
|
msgid "Use “Album Artist” tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:739
|
#: mpdevil:836
|
||||||
msgid "Send notification on title change"
|
msgid "Send notification on title change"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:740
|
#: mpdevil:837
|
||||||
msgid "Stop playback on quit"
|
msgid "Stop playback on quit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:741
|
#: mpdevil:838
|
||||||
msgid "Play selected albums and titles immediately"
|
msgid "Play selected albums and titles immediately"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:754
|
#: mpdevil:851
|
||||||
msgid "<b>View</b>"
|
msgid "<b>View</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:755
|
#: mpdevil:852
|
||||||
msgid "<b>Behavior</b>"
|
msgid "<b>Behavior</b>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:787
|
#: mpdevil:884
|
||||||
msgid "(restart required)"
|
msgid "(restart required)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:849 mpdevil:3442
|
#: mpdevil:946
|
||||||
msgid "Connect"
|
msgid "_Connect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:865
|
#: mpdevil:962
|
||||||
msgid ""
|
msgid ""
|
||||||
"The first image in the same directory as the song file matching this regex "
|
"The first image in the same directory as the song file matching this regex "
|
||||||
"will be displayed. %AlbumArtist% and %Album% will be replaced by the "
|
"will be displayed. %AlbumArtist% and %Album% will be replaced by the "
|
||||||
"corresponding tags of the song."
|
"corresponding tags of the song."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:870
|
#: mpdevil:967
|
||||||
msgid "Profile:"
|
msgid "Profile:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:871
|
#: mpdevil:968
|
||||||
msgid "Name:"
|
msgid "Name:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:872
|
#: mpdevil:969
|
||||||
msgid "Host:"
|
msgid "Host:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:873
|
#: mpdevil:970
|
||||||
msgid "Password:"
|
msgid "Password:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:874
|
#: mpdevil:971
|
||||||
msgid "Music lib:"
|
msgid "Music lib:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:875
|
#: mpdevil:972
|
||||||
msgid "Cover regex:"
|
msgid "Cover regex:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1006
|
#: mpdevil:1107
|
||||||
msgid "Choose directory"
|
msgid "Choose directory"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1039
|
#: mpdevil:1140
|
||||||
msgid "Choose the order of information to appear in the playlist:"
|
msgid "Choose the order of information to appear in the playlist:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:1586 mpdevil:1920 mpdevil:2641
|
#: mpdevil:1157 mpdevil:1703 mpdevil:1799 mpdevil:2753
|
||||||
msgid "No"
|
msgid "No"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:2642
|
#: mpdevil:1157 mpdevil:2754
|
||||||
msgid "Disc"
|
msgid "Disc"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:1591 mpdevil:1925 mpdevil:2643
|
#: mpdevil:1157 mpdevil:1706 mpdevil:1804 mpdevil:2755
|
||||||
msgid "Title"
|
msgid "Title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:1597 mpdevil:2644
|
#: mpdevil:1157 mpdevil:1810 mpdevil:2756
|
||||||
msgid "Artist"
|
msgid "Artist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:1603 mpdevil:2645
|
#: mpdevil:1157 mpdevil:1816 mpdevil:2757
|
||||||
msgid "Album"
|
msgid "Album"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:1609 mpdevil:1931 mpdevil:2646
|
#: mpdevil:1157 mpdevil:1710 mpdevil:1822 mpdevil:2758
|
||||||
msgid "Length"
|
msgid "Length"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:2647
|
#: mpdevil:1157 mpdevil:2759
|
||||||
msgid "Year"
|
msgid "Year"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1063 mpdevil:2648
|
#: mpdevil:1157 mpdevil:2760
|
||||||
msgid "Genre"
|
msgid "Genre"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1179 mpdevil:1187 mpdevil:3529
|
#: mpdevil:1273 mpdevil:1275 mpdevil:3714
|
||||||
msgid "Settings"
|
msgid "Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1198 mpdevil:3378
|
#: mpdevil:1288 mpdevil:1297 mpdevil:3560
|
||||||
msgid "General"
|
msgid "General"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1199 mpdevil:3540
|
#: mpdevil:1289 mpdevil:1298 mpdevil:3725
|
||||||
msgid "Profiles"
|
msgid "Profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1200 mpdevil:3382
|
#: mpdevil:1290 mpdevil:1299 mpdevil:3564
|
||||||
msgid "Playlist"
|
msgid "Playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1215 mpdevil:1223
|
#: mpdevil:1313
|
||||||
msgid "Stats"
|
msgid "Stats"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1273
|
#: mpdevil:1323
|
||||||
|
msgid "<b>Protocol:</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: mpdevil:1324
|
||||||
|
msgid "<b>Uptime:</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: mpdevil:1325
|
||||||
|
msgid "<b>Playtime:</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: mpdevil:1326
|
||||||
|
msgid "<b>Artists:</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: mpdevil:1327
|
||||||
|
msgid "<b>Albums:</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: mpdevil:1328
|
||||||
|
msgid "<b>Songs:</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: mpdevil:1329
|
||||||
|
msgid "<b>Total Playtime:</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: mpdevil:1330
|
||||||
|
msgid "<b>Database Update:</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: mpdevil:1355
|
||||||
msgid "A simple music browser for MPD"
|
msgid "A simple music browser for MPD"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1346
|
#: mpdevil:1461
|
||||||
msgid "MPD-Tag"
|
msgid "MPD-Tag"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1350
|
#: mpdevil:1464
|
||||||
msgid "Value"
|
msgid "Value"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1504
|
#: mpdevil:1490
|
||||||
|
msgid "Open with…"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: mpdevil:1596
|
||||||
msgid "_Append"
|
msgid "_Append"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1506
|
#: mpdevil:1598
|
||||||
msgid "Add all titles to playlist"
|
msgid "Add all titles to playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1507
|
#: mpdevil:1599
|
||||||
msgid "_Play"
|
msgid "_Play"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1509
|
#: mpdevil:1601
|
||||||
msgid "Directly play all titles"
|
msgid "Directly play all titles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1510
|
#: mpdevil:1602
|
||||||
msgid "_Enqueue"
|
msgid "_Enqueue"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1512
|
#: mpdevil:1604
|
||||||
msgid ""
|
msgid ""
|
||||||
"Append all titles after the currently playing track and clear the playlist "
|
"Append all titles after the currently playing track and clear the playlist "
|
||||||
"from all other songs"
|
"from all other songs"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1668
|
#: mpdevil:1860
|
||||||
|
msgid "all tags"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: mpdevil:1888
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{num} hits"
|
msgid "{num} hits"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1706
|
#: mpdevil:1926
|
||||||
msgid "all genres"
|
msgid "all genres"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1813
|
#: mpdevil:2028
|
||||||
msgid "all artists"
|
msgid "all artists"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:1937
|
#: mpdevil:2220
|
||||||
msgid "Close"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: mpdevil:2102
|
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{titles} titles on {discs} discs ({length})"
|
msgid "{titles} titles on {discs} discs ({length})"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2105 mpdevil:2736
|
#: mpdevil:2223 mpdevil:2857 mpdevil:3144 mpdevil:3145
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "{titles} titles ({length})"
|
msgid "{titles} titles ({length})"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2232 mpdevil:3401
|
#: mpdevil:2363 mpdevil:3583
|
||||||
msgid "Back to current album"
|
msgid "Back to current album"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2234
|
#: mpdevil:2365
|
||||||
msgid "Search"
|
msgid "Search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2418
|
#: mpdevil:2542
|
||||||
msgid "searching..."
|
msgid "searching..."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2423
|
#: mpdevil:2547
|
||||||
msgid "connection error"
|
msgid "connection error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2425
|
#: mpdevil:2549
|
||||||
msgid "lyrics not found"
|
msgid "lyrics not found"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2473
|
#: mpdevil:2597
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, "
|
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, "
|
||||||
"{file_type}"
|
"{file_type}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2608
|
#: mpdevil:2727
|
||||||
msgid "Scroll to current song"
|
msgid "Scroll to current song"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2616 mpdevil:3417
|
#: mpdevil:2735 mpdevil:3599
|
||||||
msgid "Clear playlist"
|
msgid "Clear playlist"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:2896
|
#: mpdevil:3029
|
||||||
msgid "Show lyrics"
|
msgid "Show lyrics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3191
|
#: mpdevil:3351
|
||||||
msgid "Random mode"
|
msgid "Random mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3193
|
#: mpdevil:3353
|
||||||
msgid "Repeat mode"
|
msgid "Repeat mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3195
|
#: mpdevil:3355
|
||||||
msgid "Single mode"
|
msgid "Single mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3197
|
#: mpdevil:3357
|
||||||
msgid "Consume mode"
|
msgid "Consume mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3379
|
#: mpdevil:3561
|
||||||
msgid "Window"
|
msgid "Window"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3380
|
#: mpdevil:3562
|
||||||
msgid "Playback"
|
msgid "Playback"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3381
|
#: mpdevil:3563
|
||||||
msgid "Search, Album Dialog and Album List"
|
msgid "Search, Album Dialog and Album List"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3391
|
#: mpdevil:3573
|
||||||
msgid "Open online help"
|
msgid "Open online help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3392
|
#: mpdevil:3574
|
||||||
msgid "Open shortcuts window"
|
msgid "Open shortcuts window"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3393
|
#: mpdevil:3575
|
||||||
msgid "Open menu"
|
msgid "Open menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3394 mpdevil:3535
|
#: mpdevil:3576 mpdevil:3720
|
||||||
msgid "Update database"
|
msgid "Update database"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3395 mpdevil:3533
|
#: mpdevil:3577 mpdevil:3718
|
||||||
msgid "Quit"
|
msgid "Quit"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3396
|
#: mpdevil:3578
|
||||||
msgid "Cycle through profiles"
|
msgid "Cycle through profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3397
|
#: mpdevil:3579
|
||||||
msgid "Cycle through profiles in reversed order"
|
msgid "Cycle through profiles in reversed order"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3398
|
#: mpdevil:3580
|
||||||
msgid "Toggle mini player"
|
msgid "Toggle mini player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3399
|
#: mpdevil:3581
|
||||||
msgid "Toggle lyrics"
|
msgid "Toggle lyrics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3400
|
#: mpdevil:3582
|
||||||
msgid "Toggle search"
|
msgid "Toggle search"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3402
|
#: mpdevil:3584
|
||||||
msgid "Play/Pause"
|
msgid "Play/Pause"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3403
|
#: mpdevil:3585
|
||||||
msgid "Stop"
|
msgid "Stop"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3404
|
#: mpdevil:3586
|
||||||
msgid "Next title"
|
msgid "Next title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3405
|
#: mpdevil:3587
|
||||||
msgid "Previous title"
|
msgid "Previous title"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3406
|
#: mpdevil:3588
|
||||||
msgid "Seek forward"
|
msgid "Seek forward"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3407
|
#: mpdevil:3589
|
||||||
msgid "Seek backward"
|
msgid "Seek backward"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3408
|
#: mpdevil:3590
|
||||||
msgid "Toggle repeat mode"
|
msgid "Toggle repeat mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3409
|
#: mpdevil:3591
|
||||||
msgid "Toggle random mode"
|
msgid "Toggle random mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3410
|
#: mpdevil:3592
|
||||||
msgid "Toggle single mode"
|
msgid "Toggle single mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3411
|
#: mpdevil:3593
|
||||||
msgid "Toggle consume mode"
|
msgid "Toggle consume mode"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3412
|
#: mpdevil:3594
|
||||||
msgid "Play selected item (next)"
|
msgid "Play selected item (next)"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3412
|
#: mpdevil:3594
|
||||||
msgid "Left-click"
|
msgid "Left-click"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3413
|
#: mpdevil:3595
|
||||||
msgid "Append selected item"
|
msgid "Append selected item"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3413 mpdevil:3416
|
#: mpdevil:3595 mpdevil:3598
|
||||||
msgid "Middle-click"
|
msgid "Middle-click"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3414
|
#: mpdevil:3596
|
||||||
msgid "Play selected item immediately"
|
msgid "Play selected item immediately"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3414
|
#: mpdevil:3596
|
||||||
msgid "Double-click"
|
msgid "Double-click"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3415 mpdevil:3418
|
#: mpdevil:3597 mpdevil:3600
|
||||||
msgid "Show additional information"
|
msgid "Show additional information"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3415 mpdevil:3418
|
#: mpdevil:3597 mpdevil:3600
|
||||||
msgid "Right-click"
|
msgid "Right-click"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3416
|
#: mpdevil:3598
|
||||||
msgid "Remove selected song"
|
msgid "Remove selected song"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3460
|
#: mpdevil:3624
|
||||||
|
msgid "Connect"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: mpdevil:3642
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "Connection to “{profile}” ({host}:{port}) failed"
|
msgid "Connection to “{profile}” ({host}:{port}) failed"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3530
|
#: mpdevil:3715
|
||||||
msgid "Keyboard shortcuts"
|
msgid "Keyboard shortcuts"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3531
|
#: mpdevil:3716
|
||||||
msgid "Help"
|
msgid "Help"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3532
|
#: mpdevil:3717
|
||||||
msgid "About"
|
msgid "About"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3536
|
#: mpdevil:3721
|
||||||
msgid "Server stats"
|
msgid "Server stats"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3541
|
#: mpdevil:3726
|
||||||
msgid "Mini player"
|
msgid "Mini player"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3542
|
#: mpdevil:3727
|
||||||
msgid "Save window layout"
|
msgid "Save window layout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: mpdevil:3547
|
#: mpdevil:3732
|
||||||
msgid "Menu"
|
msgid "Menu"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: mpdevil:3783 mpdevil:3785
|
||||||
|
msgid "connecting…"
|
||||||
|
msgstr ""
|
||||||
|
541
po/nl.po
Normal file
@@ -0,0 +1,541 @@
|
|||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||||
|
# This file is distributed under the same license as the PACKAGE package.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: \n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2021-01-01 12:34+0100\n"
|
||||||
|
"PO-Revision-Date: 2021-01-01 12:35+0100\n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"Language: nl\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"X-Generator: Poedit 2.3.1\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: mpdevil:471
|
||||||
|
msgid "Unknown Title"
|
||||||
|
msgstr "Onbekende titel"
|
||||||
|
|
||||||
|
#: mpdevil:795
|
||||||
|
msgid "Main cover size:"
|
||||||
|
msgstr "Grootte albumhoes:"
|
||||||
|
|
||||||
|
#: mpdevil:796
|
||||||
|
msgid "Album view cover size:"
|
||||||
|
msgstr "Hoesgrootte in albumlijst:"
|
||||||
|
|
||||||
|
#: mpdevil:797
|
||||||
|
msgid "Action bar icon size:"
|
||||||
|
msgstr "Grootte iconen werkbalk:"
|
||||||
|
|
||||||
|
#: mpdevil:798
|
||||||
|
msgid "Secondary icon size:"
|
||||||
|
msgstr "Grootte overige iconen:"
|
||||||
|
|
||||||
|
#: mpdevil:811
|
||||||
|
msgid "Sort albums by:"
|
||||||
|
msgstr "Albums sorteren op:"
|
||||||
|
|
||||||
|
#: mpdevil:811
|
||||||
|
msgid "name"
|
||||||
|
msgstr "naam"
|
||||||
|
|
||||||
|
#: mpdevil:811
|
||||||
|
msgid "year"
|
||||||
|
msgstr "jaar"
|
||||||
|
|
||||||
|
#: mpdevil:812
|
||||||
|
msgid "Position of playlist:"
|
||||||
|
msgstr "Positie afspeellijst:"
|
||||||
|
|
||||||
|
#: mpdevil:812
|
||||||
|
msgid "bottom"
|
||||||
|
msgstr "onder"
|
||||||
|
|
||||||
|
#: mpdevil:812
|
||||||
|
msgid "right"
|
||||||
|
msgstr "rechts"
|
||||||
|
|
||||||
|
#: mpdevil:830
|
||||||
|
msgid "Use Client-side decoration"
|
||||||
|
msgstr "Gebruik vensterdecoratie van mpdevil"
|
||||||
|
|
||||||
|
#: mpdevil:831
|
||||||
|
msgid "Show stop button"
|
||||||
|
msgstr "Toon stopknop"
|
||||||
|
|
||||||
|
#: mpdevil:832
|
||||||
|
msgid "Show lyrics button"
|
||||||
|
msgstr "Toon songtekstknop"
|
||||||
|
|
||||||
|
#: mpdevil:833
|
||||||
|
msgid "Show initials in artist view"
|
||||||
|
msgstr "Toon beginletters in artiestenlijst"
|
||||||
|
|
||||||
|
#: mpdevil:834
|
||||||
|
msgid "Show tooltips in album view"
|
||||||
|
msgstr "Toon tooltip in albumlijst"
|
||||||
|
|
||||||
|
#: mpdevil:835
|
||||||
|
msgid "Use “Album Artist” tag"
|
||||||
|
msgstr "Gebruik tag \"Album Artist\""
|
||||||
|
|
||||||
|
#: mpdevil:836
|
||||||
|
msgid "Send notification on title change"
|
||||||
|
msgstr "Verstuur een melding bij titelwisseling"
|
||||||
|
|
||||||
|
#: mpdevil:837
|
||||||
|
msgid "Stop playback on quit"
|
||||||
|
msgstr "Stop afspelen bij afsluiten"
|
||||||
|
|
||||||
|
#: mpdevil:838
|
||||||
|
msgid "Play selected albums and titles immediately"
|
||||||
|
msgstr "Geselecteerde albums en titels direct afspelen"
|
||||||
|
|
||||||
|
#: mpdevil:851
|
||||||
|
msgid "<b>View</b>"
|
||||||
|
msgstr "<b>Beeld</b>"
|
||||||
|
|
||||||
|
#: mpdevil:852
|
||||||
|
msgid "<b>Behavior</b>"
|
||||||
|
msgstr "<b>Gedrag</b>"
|
||||||
|
|
||||||
|
#: mpdevil:884
|
||||||
|
msgid "(restart required)"
|
||||||
|
msgstr "(herstart vereist)"
|
||||||
|
|
||||||
|
#: mpdevil:946
|
||||||
|
msgid "_Connect"
|
||||||
|
msgstr "_Verbinden"
|
||||||
|
|
||||||
|
#: mpdevil:962
|
||||||
|
msgid ""
|
||||||
|
"The first image in the same directory as the song file matching this regex "
|
||||||
|
"will be displayed. %AlbumArtist% and %Album% will be replaced by the "
|
||||||
|
"corresponding tags of the song."
|
||||||
|
msgstr ""
|
||||||
|
"De eerste afbeelding in dezelfde map als het muziekbestand die overeenkomt "
|
||||||
|
"met deze regex wordt getoond. %AlbumArtist% en %Album% worden vervangen door "
|
||||||
|
"de bijbehorende tags van het muziekbestand."
|
||||||
|
|
||||||
|
#: mpdevil:967
|
||||||
|
msgid "Profile:"
|
||||||
|
msgstr "Profiel:"
|
||||||
|
|
||||||
|
#: mpdevil:968
|
||||||
|
msgid "Name:"
|
||||||
|
msgstr "Naam:"
|
||||||
|
|
||||||
|
#: mpdevil:969
|
||||||
|
msgid "Host:"
|
||||||
|
msgstr "Host:"
|
||||||
|
|
||||||
|
#: mpdevil:970
|
||||||
|
msgid "Password:"
|
||||||
|
msgstr "Wachtwoord:"
|
||||||
|
|
||||||
|
#: mpdevil:971
|
||||||
|
msgid "Music lib:"
|
||||||
|
msgstr "Muziekmap:"
|
||||||
|
|
||||||
|
#: mpdevil:972
|
||||||
|
msgid "Cover regex:"
|
||||||
|
msgstr "Regex albumhoes:"
|
||||||
|
|
||||||
|
#: mpdevil:1107
|
||||||
|
msgid "Choose directory"
|
||||||
|
msgstr "Kies een map"
|
||||||
|
|
||||||
|
#: mpdevil:1140
|
||||||
|
msgid "Choose the order of information to appear in the playlist:"
|
||||||
|
msgstr "Kies de volgorde van de informatie getoond in de afspeellijst:"
|
||||||
|
|
||||||
|
#: mpdevil:1157 mpdevil:1703 mpdevil:1799 mpdevil:2753
|
||||||
|
msgid "No"
|
||||||
|
msgstr "Nr"
|
||||||
|
|
||||||
|
#: mpdevil:1157 mpdevil:2754
|
||||||
|
msgid "Disc"
|
||||||
|
msgstr "Disc"
|
||||||
|
|
||||||
|
#: mpdevil:1157 mpdevil:1706 mpdevil:1804 mpdevil:2755
|
||||||
|
msgid "Title"
|
||||||
|
msgstr "Titel"
|
||||||
|
|
||||||
|
#: mpdevil:1157 mpdevil:1810 mpdevil:2756
|
||||||
|
msgid "Artist"
|
||||||
|
msgstr "Artiest"
|
||||||
|
|
||||||
|
#: mpdevil:1157 mpdevil:1816 mpdevil:2757
|
||||||
|
msgid "Album"
|
||||||
|
msgstr "Album"
|
||||||
|
|
||||||
|
#: mpdevil:1157 mpdevil:1710 mpdevil:1822 mpdevil:2758
|
||||||
|
msgid "Length"
|
||||||
|
msgstr "Lengte"
|
||||||
|
|
||||||
|
#: mpdevil:1157 mpdevil:2759
|
||||||
|
msgid "Year"
|
||||||
|
msgstr "Jaar"
|
||||||
|
|
||||||
|
#: mpdevil:1157 mpdevil:2760
|
||||||
|
msgid "Genre"
|
||||||
|
msgstr "Genre"
|
||||||
|
|
||||||
|
#: mpdevil:1273 mpdevil:1275 mpdevil:3714
|
||||||
|
msgid "Settings"
|
||||||
|
msgstr "Instellingen"
|
||||||
|
|
||||||
|
#: mpdevil:1288 mpdevil:1297 mpdevil:3560
|
||||||
|
msgid "General"
|
||||||
|
msgstr "Algemeen"
|
||||||
|
|
||||||
|
#: mpdevil:1289 mpdevil:1298 mpdevil:3725
|
||||||
|
msgid "Profiles"
|
||||||
|
msgstr "Profielen"
|
||||||
|
|
||||||
|
#: mpdevil:1290 mpdevil:1299 mpdevil:3564
|
||||||
|
msgid "Playlist"
|
||||||
|
msgstr "Afspeellijst"
|
||||||
|
|
||||||
|
#: mpdevil:1313
|
||||||
|
msgid "Stats"
|
||||||
|
msgstr "Statistieken"
|
||||||
|
|
||||||
|
#: mpdevil:1323
|
||||||
|
msgid "<b>Protocol:</b>"
|
||||||
|
msgstr "<b>Protocol:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1324
|
||||||
|
msgid "<b>Uptime:</b>"
|
||||||
|
msgstr "<b>Uptime:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1325
|
||||||
|
msgid "<b>Playtime:</b>"
|
||||||
|
msgstr "<b>Afspeeltijd:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1326
|
||||||
|
msgid "<b>Artists:</b>"
|
||||||
|
msgstr "<b>Artiesten:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1327
|
||||||
|
msgid "<b>Albums:</b>"
|
||||||
|
msgstr "<b>Albums:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1328
|
||||||
|
msgid "<b>Songs:</b>"
|
||||||
|
msgstr "<b>Titels:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1329
|
||||||
|
msgid "<b>Total Playtime:</b>"
|
||||||
|
msgstr "<b>Totale speelduur:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1330
|
||||||
|
msgid "<b>Database Update:</b>"
|
||||||
|
msgstr "<b>Database bijgewerkt:</b>"
|
||||||
|
|
||||||
|
#: mpdevil:1355
|
||||||
|
msgid "A simple music browser for MPD"
|
||||||
|
msgstr "Een simpele muziekspeler voor MPD"
|
||||||
|
|
||||||
|
#: mpdevil:1461
|
||||||
|
msgid "MPD-Tag"
|
||||||
|
msgstr "MPD-Tag"
|
||||||
|
|
||||||
|
#: mpdevil:1464
|
||||||
|
msgid "Value"
|
||||||
|
msgstr "Waarde"
|
||||||
|
|
||||||
|
#: mpdevil:1490
|
||||||
|
msgid "Open with…"
|
||||||
|
msgstr "Openen met…"
|
||||||
|
|
||||||
|
#: mpdevil:1596
|
||||||
|
msgid "_Append"
|
||||||
|
msgstr "_Toevoegen"
|
||||||
|
|
||||||
|
#: mpdevil:1598
|
||||||
|
msgid "Add all titles to playlist"
|
||||||
|
msgstr "Voeg alle titels toe aan de afspeellijst"
|
||||||
|
|
||||||
|
#: mpdevil:1599
|
||||||
|
msgid "_Play"
|
||||||
|
msgstr "_Afspelen"
|
||||||
|
|
||||||
|
#: mpdevil:1601
|
||||||
|
msgid "Directly play all titles"
|
||||||
|
msgstr "Alle titels direct afspelen"
|
||||||
|
|
||||||
|
#: mpdevil:1602
|
||||||
|
msgid "_Enqueue"
|
||||||
|
msgstr "_In wachtrij plaatsen"
|
||||||
|
|
||||||
|
#: mpdevil:1604
|
||||||
|
msgid ""
|
||||||
|
"Append all titles after the currently playing track and clear the playlist "
|
||||||
|
"from all other songs"
|
||||||
|
msgstr ""
|
||||||
|
"Alle titels toevoegen na de nu spelende titel en alle overige titels uit de "
|
||||||
|
"afspeellijst verwijderen"
|
||||||
|
|
||||||
|
#: mpdevil:1860
|
||||||
|
msgid "all tags"
|
||||||
|
msgstr "alle tags"
|
||||||
|
|
||||||
|
#: mpdevil:1888
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{num} hits"
|
||||||
|
msgstr "{num} hits"
|
||||||
|
|
||||||
|
#: mpdevil:1926
|
||||||
|
msgid "all genres"
|
||||||
|
msgstr "alle genres"
|
||||||
|
|
||||||
|
#: mpdevil:2028
|
||||||
|
msgid "all artists"
|
||||||
|
msgstr "alle artiesten"
|
||||||
|
|
||||||
|
#: mpdevil:2220
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{titles} titles on {discs} discs ({length})"
|
||||||
|
msgstr "{titles} titels op {discs} discs ({length})"
|
||||||
|
|
||||||
|
#: mpdevil:2223 mpdevil:2857 mpdevil:3144 mpdevil:3145
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "{titles} titles ({length})"
|
||||||
|
msgstr "{titles} titels ({length})"
|
||||||
|
|
||||||
|
#: mpdevil:2363 mpdevil:3583
|
||||||
|
msgid "Back to current album"
|
||||||
|
msgstr "Terug naar huidige album"
|
||||||
|
|
||||||
|
#: mpdevil:2365
|
||||||
|
msgid "Search"
|
||||||
|
msgstr "Zoeken"
|
||||||
|
|
||||||
|
#: mpdevil:2542
|
||||||
|
msgid "searching..."
|
||||||
|
msgstr "bezig met zoeken..."
|
||||||
|
|
||||||
|
#: mpdevil:2547
|
||||||
|
msgid "connection error"
|
||||||
|
msgstr "verbindingsfout"
|
||||||
|
|
||||||
|
#: mpdevil:2549
|
||||||
|
msgid "lyrics not found"
|
||||||
|
msgstr "geen songtekst gevonden"
|
||||||
|
|
||||||
|
#: mpdevil:2597
|
||||||
|
#, python-brace-format
|
||||||
|
msgid ""
|
||||||
|
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} channels, "
|
||||||
|
"{file_type}"
|
||||||
|
msgstr ""
|
||||||
|
"{bitrate} kb/s, {frequency} kHz, {resolution} bit, {channels} kanalen, "
|
||||||
|
"{file_type}"
|
||||||
|
|
||||||
|
#: mpdevil:2727
|
||||||
|
msgid "Scroll to current song"
|
||||||
|
msgstr "Naar de huidige titel scrollen"
|
||||||
|
|
||||||
|
#: mpdevil:2735 mpdevil:3599
|
||||||
|
msgid "Clear playlist"
|
||||||
|
msgstr "Afspeellijst legen"
|
||||||
|
|
||||||
|
#: mpdevil:3029
|
||||||
|
msgid "Show lyrics"
|
||||||
|
msgstr "Toon songtekst"
|
||||||
|
|
||||||
|
#: mpdevil:3351
|
||||||
|
msgid "Random mode"
|
||||||
|
msgstr "Willekeurige modus"
|
||||||
|
|
||||||
|
#: mpdevil:3353
|
||||||
|
msgid "Repeat mode"
|
||||||
|
msgstr "Herhaalmodus"
|
||||||
|
|
||||||
|
#: mpdevil:3355
|
||||||
|
msgid "Single mode"
|
||||||
|
msgstr "Enkele modus"
|
||||||
|
|
||||||
|
#: mpdevil:3357
|
||||||
|
msgid "Consume mode"
|
||||||
|
msgstr "Verbruiksmodus"
|
||||||
|
|
||||||
|
#: mpdevil:3561
|
||||||
|
msgid "Window"
|
||||||
|
msgstr "Venster"
|
||||||
|
|
||||||
|
#: mpdevil:3562
|
||||||
|
msgid "Playback"
|
||||||
|
msgstr "Afspelen"
|
||||||
|
|
||||||
|
#: mpdevil:3563
|
||||||
|
msgid "Search, Album Dialog and Album List"
|
||||||
|
msgstr "Zoeken, Albumdialoog en Albumlijst"
|
||||||
|
|
||||||
|
#: mpdevil:3573
|
||||||
|
msgid "Open online help"
|
||||||
|
msgstr "Online hulp openen"
|
||||||
|
|
||||||
|
#: mpdevil:3574
|
||||||
|
msgid "Open shortcuts window"
|
||||||
|
msgstr "Venster met sneltoetsen openen"
|
||||||
|
|
||||||
|
#: mpdevil:3575
|
||||||
|
msgid "Open menu"
|
||||||
|
msgstr "Menu openen"
|
||||||
|
|
||||||
|
#: mpdevil:3576 mpdevil:3720
|
||||||
|
msgid "Update database"
|
||||||
|
msgstr "Database bijwerken"
|
||||||
|
|
||||||
|
#: mpdevil:3577 mpdevil:3718
|
||||||
|
msgid "Quit"
|
||||||
|
msgstr "Stoppen"
|
||||||
|
|
||||||
|
#: mpdevil:3578
|
||||||
|
msgid "Cycle through profiles"
|
||||||
|
msgstr "Profielen doorlopen"
|
||||||
|
|
||||||
|
#: mpdevil:3579
|
||||||
|
msgid "Cycle through profiles in reversed order"
|
||||||
|
msgstr "Profielen doorlopen in omgekeerde volgorde"
|
||||||
|
|
||||||
|
#: mpdevil:3580
|
||||||
|
msgid "Toggle mini player"
|
||||||
|
msgstr "Omschakelen naar minispeler"
|
||||||
|
|
||||||
|
#: mpdevil:3581
|
||||||
|
msgid "Toggle lyrics"
|
||||||
|
msgstr "Omschakelen naar songtekst"
|
||||||
|
|
||||||
|
#: mpdevil:3582
|
||||||
|
msgid "Toggle search"
|
||||||
|
msgstr "Omschakelen naar zoeken"
|
||||||
|
|
||||||
|
#: mpdevil:3584
|
||||||
|
msgid "Play/Pause"
|
||||||
|
msgstr "Afspelen/Pauzeren"
|
||||||
|
|
||||||
|
#: mpdevil:3585
|
||||||
|
msgid "Stop"
|
||||||
|
msgstr "Stoppen"
|
||||||
|
|
||||||
|
#: mpdevil:3586
|
||||||
|
msgid "Next title"
|
||||||
|
msgstr "Volgende titel"
|
||||||
|
|
||||||
|
#: mpdevil:3587
|
||||||
|
msgid "Previous title"
|
||||||
|
msgstr "Vorige titel"
|
||||||
|
|
||||||
|
#: mpdevil:3588
|
||||||
|
msgid "Seek forward"
|
||||||
|
msgstr "Vooruit spoelen"
|
||||||
|
|
||||||
|
#: mpdevil:3589
|
||||||
|
msgid "Seek backward"
|
||||||
|
msgstr "Achteruit spoelen"
|
||||||
|
|
||||||
|
#: mpdevil:3590
|
||||||
|
msgid "Toggle repeat mode"
|
||||||
|
msgstr "Omschakelen naar herhaalmodus"
|
||||||
|
|
||||||
|
#: mpdevil:3591
|
||||||
|
msgid "Toggle random mode"
|
||||||
|
msgstr "Omschakelen naar willekeurige modus"
|
||||||
|
|
||||||
|
#: mpdevil:3592
|
||||||
|
msgid "Toggle single mode"
|
||||||
|
msgstr "Omschakelen naar enkele modus"
|
||||||
|
|
||||||
|
#: mpdevil:3593
|
||||||
|
msgid "Toggle consume mode"
|
||||||
|
msgstr "Omschakelen naar verbruiksmodus"
|
||||||
|
|
||||||
|
#: mpdevil:3594
|
||||||
|
msgid "Play selected item (next)"
|
||||||
|
msgstr "Geselecteerde item afspelen (volgende)"
|
||||||
|
|
||||||
|
#: mpdevil:3594
|
||||||
|
msgid "Left-click"
|
||||||
|
msgstr "Linksklik"
|
||||||
|
|
||||||
|
#: mpdevil:3595
|
||||||
|
msgid "Append selected item"
|
||||||
|
msgstr "Geselecteerde item toevoegen"
|
||||||
|
|
||||||
|
#: mpdevil:3595 mpdevil:3598
|
||||||
|
msgid "Middle-click"
|
||||||
|
msgstr "Middelklik"
|
||||||
|
|
||||||
|
#: mpdevil:3596
|
||||||
|
msgid "Play selected item immediately"
|
||||||
|
msgstr "Geselecteerde item direct afspelen"
|
||||||
|
|
||||||
|
#: mpdevil:3596
|
||||||
|
msgid "Double-click"
|
||||||
|
msgstr "Dubbelklik"
|
||||||
|
|
||||||
|
#: mpdevil:3597 mpdevil:3600
|
||||||
|
msgid "Show additional information"
|
||||||
|
msgstr "Toon extra informatie"
|
||||||
|
|
||||||
|
#: mpdevil:3597 mpdevil:3600
|
||||||
|
msgid "Right-click"
|
||||||
|
msgstr "Rechtsklik"
|
||||||
|
|
||||||
|
#: mpdevil:3598
|
||||||
|
msgid "Remove selected song"
|
||||||
|
msgstr "Geselecteerde titel verwijderen"
|
||||||
|
|
||||||
|
#: mpdevil:3624
|
||||||
|
msgid "Connect"
|
||||||
|
msgstr "Verbinden"
|
||||||
|
|
||||||
|
#: mpdevil:3642
|
||||||
|
#, python-brace-format
|
||||||
|
msgid "Connection to “{profile}” ({host}:{port}) failed"
|
||||||
|
msgstr "Verbinding met “{profile}” ({host}:{port}) mislukt"
|
||||||
|
|
||||||
|
#: mpdevil:3715
|
||||||
|
msgid "Keyboard shortcuts"
|
||||||
|
msgstr "Sneltoetsen"
|
||||||
|
|
||||||
|
#: mpdevil:3716
|
||||||
|
msgid "Help"
|
||||||
|
msgstr "Hulp"
|
||||||
|
|
||||||
|
#: mpdevil:3717
|
||||||
|
msgid "About"
|
||||||
|
msgstr "Over"
|
||||||
|
|
||||||
|
#: mpdevil:3721
|
||||||
|
msgid "Server stats"
|
||||||
|
msgstr "Serverstatistieken"
|
||||||
|
|
||||||
|
#: mpdevil:3726
|
||||||
|
msgid "Mini player"
|
||||||
|
msgstr "Minispeler"
|
||||||
|
|
||||||
|
#: mpdevil:3727
|
||||||
|
msgid "Save window layout"
|
||||||
|
msgstr "Vensterindeling opslaan"
|
||||||
|
|
||||||
|
#: mpdevil:3732
|
||||||
|
msgid "Menu"
|
||||||
|
msgstr "Menu"
|
||||||
|
|
||||||
|
#: mpdevil:3783 mpdevil:3785
|
||||||
|
msgid "connecting…"
|
||||||
|
msgstr "verbinding maken…"
|
||||||
|
|
||||||
|
#~ msgid "Close"
|
||||||
|
#~ msgstr "Afsluiten"
|
Before Width: | Height: | Size: 1016 KiB |
BIN
screenshots/mainwindow_0.9.5.png
Normal file
After Width: | Height: | Size: 1013 KiB |
21
setup.py
@@ -4,22 +4,23 @@ import DistUtilsExtra.auto
|
|||||||
|
|
||||||
DistUtilsExtra.auto.setup(
|
DistUtilsExtra.auto.setup(
|
||||||
name='mpdevil',
|
name='mpdevil',
|
||||||
version='0.9.4', # sync with bin/mpdevil
|
version='0.9.9', # sync with bin/mpdevil
|
||||||
author="Martin Wagner",
|
author="Martin Wagner",
|
||||||
author_email="martin.wagner.dev@gmail.com",
|
author_email="martin.wagner.dev@gmail.com",
|
||||||
description=('A simple music browser for MPD'),
|
description=('A simple music browser for MPD'),
|
||||||
url="https://github.com/SoongNoonien/mpdevil",
|
url="https://github.com/SoongNoonien/mpdevil",
|
||||||
license='GPL-3.0',
|
license='GPL-3.0',
|
||||||
data_files=[
|
data_files=[
|
||||||
('share/icons/hicolor/16x16/apps/', ['data/icons/16x16/mpdevil.png']),
|
('share/metainfo/', ['data/org.mpdevil.mpdevil.appdata.xml']),
|
||||||
('share/icons/hicolor/22x22/apps/', ['data/icons/22x22/mpdevil.png']),
|
('share/icons/hicolor/16x16/apps/', ['data/icons/16x16/org.mpdevil.mpdevil.png']),
|
||||||
('share/icons/hicolor/24x24/apps/', ['data/icons/24x24/mpdevil.png']),
|
('share/icons/hicolor/22x22/apps/', ['data/icons/22x22/org.mpdevil.mpdevil.png']),
|
||||||
('share/icons/hicolor/32x32/apps/', ['data/icons/32x32/mpdevil.png']),
|
('share/icons/hicolor/24x24/apps/', ['data/icons/24x24/org.mpdevil.mpdevil.png']),
|
||||||
('share/icons/hicolor/48x48/apps/', ['data/icons/48x48/mpdevil.png']),
|
('share/icons/hicolor/32x32/apps/', ['data/icons/32x32/org.mpdevil.mpdevil.png']),
|
||||||
('share/icons/hicolor/64x64/apps/', ['data/icons/64x64/mpdevil.png']),
|
('share/icons/hicolor/48x48/apps/', ['data/icons/48x48/org.mpdevil.mpdevil.png']),
|
||||||
('share/icons/hicolor/128x128/apps/', ['data/icons/128x128/mpdevil.png']),
|
('share/icons/hicolor/64x64/apps/', ['data/icons/64x64/org.mpdevil.mpdevil.png']),
|
||||||
('share/icons/hicolor/256x256/apps/', ['data/icons/256x256/mpdevil.png']),
|
('share/icons/hicolor/128x128/apps/', ['data/icons/128x128/org.mpdevil.mpdevil.png']),
|
||||||
('share/icons/hicolor/scalable/apps/', ['data/icons/scalable/mpdevil.svg'])
|
('share/icons/hicolor/256x256/apps/', ['data/icons/256x256/org.mpdevil.mpdevil.png']),
|
||||||
|
('share/icons/hicolor/scalable/apps/', ['data/icons/scalable/org.mpdevil.mpdevil.svg'])
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|