6 Commits
v1.4.1 ... gtk4

Author SHA1 Message Date
Martin Wagner
1e972fb25a removed unneeded connect 2021-05-15 14:11:50 +02:00
Martin Wagner
456d9f8344 ported GenreSelect to GtkDropDown 2021-05-15 14:01:42 +02:00
Martin Wagner
33c51ce520 removed redundant function 2021-05-15 12:45:13 +02:00
Martin Wagner
d2a1dda454 removed some unneeded TODOs 2021-05-15 12:38:43 +02:00
Martin Wagner
c90314d24b use gio settings bind where possible 2021-05-15 12:28:03 +02:00
Martin Wagner
6d9db0cfd1 initial gtk4 port 2021-05-15 11:34:38 +02:00
12 changed files with 3405 additions and 3373 deletions

View File

@@ -2,7 +2,7 @@ README for mpdevil
==================
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.
![ScreenShot](screenshots/mainwindow_1.4.0.png)
![ScreenShot](screenshots/mainwindow_1.1.0.png)
Features
--------
@@ -61,7 +61,7 @@ Dependencies:
- Python3
Python modules:
- mpd (python-mpd2 >=1.1)
- mpd (python-mpd2 >=1.0)
- gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib, Notify)
- requests
- bs4 (beautifulsoup)

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg width="16" height="16" version="1.1" viewBox="0 0 4.2333 4.2333" xmlns="http://www.w3.org/2000/svg">
<path transform="scale(.26458)" d="m1 1v2h8v-2h-8zm12 0v8.1719a3 3 0 0 0-1-0.17188 3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3v-11h-2zm-12 4v2h10v-2h-10zm0 4v2h6v-2h-6zm0 4v2h6v-2h-6z" fill="#2e3436" stroke-linecap="round" stroke-width=".99391"/>
</svg>

Before

Width:  |  Height:  |  Size: 456 B

View File

@@ -23,12 +23,12 @@
</ul>
</description>
<releases>
<release version="1.4.1" date="2021-11-13"/>
<release version="1.2.1" date="2021-05-04"/>
</releases>
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
<screenshots>
<screenshot type="default">
<image type="source" width="1082" height="1049">https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.4.0/screenshots/mainwindow_1.4.0.png</image>
<image type="source" width="1008" height="1039">https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.1.0/screenshots/mainwindow_1.1.0.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/SoongNoonien/mpdevil</url>

View File

@@ -1,164 +1,172 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.mpdevil.mpdevil" path="/org/mpdevil/mpdevil/">
<child name="profile1" schema="org.mpdevil.mpdevil.profile"/>
<child name="profile2" schema="org.mpdevil.mpdevil.profile"/>
<child name="profile3" schema="org.mpdevil.mpdevil.profile"/>
<key type="b" name="maximize">
<default>false</default>
<summary>Maximize mpdevil on startup</summary>
</key>
<key type="i" name="width">
<default>1030</default>
<summary>Default width of window</summary>
</key>
<key type="i" name="height">
<default>950</default>
<summary>Default height of window</summary>
</key>
<key type="i" name="paned0">
<default>350</default>
<summary>Default position of cover/playlist separator</summary>
</key>
<key type="i" name="paned1">
<default>226</default>
<summary>Default position of artist/albums separator</summary>
</key>
<key type="i" name="paned2">
<default>551</default>
<summary>Default position of paned1/paned0 separator</summary>
</key>
<key type="i" name="paned3">
<default>196</default>
<summary>Default position of genre/artist separator</summary>
</key>
<key type="b" name="genre-filter">
<default>false</default>
<summary>Show genre filter</summary>
</key>
<key type="b" name="mini-player">
<default>false</default>
<summary>Start player in mini player mode</summary>
</key>
<key type="i" name="album-cover">
<default>180</default>
<summary>Size of covers in album view</summary>
</key>
<key type="i" name="track-cover">
<default>350</default>
<summary>Size of main cover</summary>
</key>
<key type="i" name="icon-size">
<default>24</default>
<summary>Size of icons in main control bar</summary>
</key>
<key type="b" name="use-csd">
<default>true</default>
<summary>Use Client-side decoration</summary>
</key>
<key type="b" name="show-stop">
<default>true</default>
<summary>Show stop button</summary>
</key>
<key type="b" name="show-audio-format">
<default>true</default>
<summary>Show audio format</summary>
</key>
<key type="b" name="show-lyrics-button">
<default>true</default>
<summary>Show lyrics button</summary>
</key>
<key type="b" name="sort-albums-by-year">
<default>true</default>
<summary>Sort albums by year</summary>
</key>
<key type="b" name="send-notify">
<default>false</default>
<summary>Send notification on title change</summary>
</key>
<key type="b" name="stop-on-quit">
<default>false</default>
<summary>Stop playback on quit</summary>
</key>
<key type="b" name="force-mode">
<default>false</default>
<summary>Play selected albums directly</summary>
</key>
<key type="b" name="use-album-artist">
<default>true</default>
<summary>Use 'Album Artist' tag to group albums</summary>
</key>
<key type="b" name="mpris">
<default>true</default>
<summary>Provide MPRIS</summary>
</key>
<key type="b" name="rewind-mode">
<default>false</default>
<summary>Classic previous button behavior</summary>
</key>
<key type="ai" name="column-permutation">
<default>[0, 1, 2, 3, 4, 5, 6, 7]</default>
<summary>Column order in playlist</summary>
</key>
<key type="ab" name="column-visibilities">
<default>[true, false, true, true, true, true, false, false]</default>
<summary>Visibility of columns in playlist</summary>
</key>
<key type="ai" name="column-sizes">
<default>[33, 0, 217, 173, 186, 0, 0, 0]</default>
<summary>Sizes of columns in playlist</summary>
</key>
<key type="b" name="playlist-right">
<default>false</default>
<summary>Move playlist to the right</summary>
</key>
<key type="i" name="active-profile">
<range min="0" max="2"/>
<default>0</default>
<summary>Active profile</summary>
</key>
<key type="i" name="refresh-interval">
<default>100</default>
<summary>Main refresh interval</summary>
<description>
This setting should only be used if you know what you are doing!
It controls the time in msec. between two status requests to MPD.
Too high values (long time) will make mpdevil very slow in terms
of showing the latest status of MPD (e.g. current song).
Too low values (short time) can cause gui blocks making mpdevil
unresponsive and cpu intensive.
</description>
</key>
</schema>
<schema id="org.mpdevil.mpdevil.profile">
<key type="b" name="socket-connection">
<default>false</default>
<summary>Connect via Unix domain socket</summary>
</key>
<key type="s" name="socket">
<default>""</default>
<summary>Unix domain socket</summary>
</key>
<key type="s" name="host">
<default>"localhost"</default>
<summary>Hostname or IP address</summary>
</key>
<key type="i" name="port">
<range min="0" max="65535"/>
<default>6600</default>
<summary>Network port</summary>
</key>
<key type="s" name="password">
<default>""</default>
<summary>Password</summary>
</key>
<key type="s" name="path">
<default>""</default>
<summary>Music library path</summary>
</key>
<key type="s" name="regex">
<default>""</default>
<summary>Cover regex</summary>
</key>
</schema>
<schema id="org.mpdevil.mpdevil" path="/org/mpdevil/mpdevil/">
<key type="b" name="maximize">
<default>false</default>
<summary>Maximize mpdevil on startup</summary>
<description></description>
</key>
<key type="i" name="width">
<default>1006</default>
<summary>Default width of window</summary>
<description></description>
</key>
<key type="i" name="height">
<default>990</default>
<summary>Default height of window</summary>
<description></description>
</key>
<key type="i" name="paned0">
<default>370</default>
<summary>Default position of cover/playlist separator</summary>
<description></description>
</key>
<key type="i" name="paned1">
<default>246</default>
<summary>Default position of artist/albums separator</summary>
<description></description>
</key>
<key type="i" name="paned2">
<default>572</default>
<summary>Default position of paned1/paned0 separator</summary>
<description></description>
</key>
<key type="b" name="mini-player">
<default>false</default>
<summary>Start player in mini player mode</summary>
<description></description>
</key>
<key type="i" name="album-cover">
<default>170</default>
<summary>Size of covers in album view</summary>
<description></description>
</key>
<key type="i" name="track-cover">
<default>370</default>
<summary>Size of main cover</summary>
<description></description>
</key>
<key type="i" name="icon-size">
<default>24</default>
<summary>Size of icons in main control bar</summary>
<description></description>
</key>
<key type="i" name="icon-size-sec">
<default>16</default>
<summary>Size of icons in secondary control bars</summary>
<description></description>
</key>
<key type="b" name="use-csd">
<default>true</default>
<summary>Use Client-side decoration</summary>
<description></description>
</key>
<key type="b" name="show-stop">
<default>true</default>
<summary>Show stop button</summary>
<description></description>
</key>
<key type="b" name="show-lyrics-button">
<default>true</default>
<summary>Show lyrics button</summary>
<description></description>
</key>
<key type="b" name="sort-albums-by-year">
<default>true</default>
<summary>Sort albums by year</summary>
<description></description>
</key>
<key type="b" name="send-notify">
<default>false</default>
<summary>Send notification on title change</summary>
<description></description>
</key>
<key type="b" name="stop-on-quit">
<default>false</default>
<summary>Stop playback on quit</summary>
<description></description>
</key>
<key type="b" name="force-mode">
<default>false</default>
<summary>Play selected albums directly</summary>
<description></description>
</key>
<key type="b" name="use-album-artist">
<default>true</default>
<summary>Use 'Album Artist' tag to group albums</summary>
<description></description>
</key>
<key type="b" name="mpris">
<default>true</default>
<summary>Provide MPRIS</summary>
<description></description>
</key>
<key type="ai" name="column-permutation">
<default>[0, 1, 2, 3, 4, 5, 6, 7]</default>
<summary>Column order in playlist</summary>
<description></description>
</key>
<key type="ab" name="column-visibilities">
<default>[true, false, true, true, true, true, false, false]</default>
<summary>Visibility of columns in playlist</summary>
<description></description>
</key>
<key type="ai" name="column-sizes">
<default>[33, 0, 203, 153, 174, 0, 0, 0]</default>
<summary>Sizes of columns in playlist</summary>
<description></description>
</key>
<key type="b" name="playlist-right">
<default>false</default>
<summary>Move playlist to the right</summary>
<description></description>
</key>
<key type="i" name="active-profile">
<default>0</default>
<summary>Active profile</summary>
<description></description>
</key>
<key type="as" name="profiles">
<default>["default"]</default>
<summary>List of profile names</summary>
<description></description>
</key>
<key type="as" name="hosts">
<default>["localhost"]</default>
<summary>List of hosts</summary>
<description></description>
</key>
<key type="ai" name="ports">
<default>[6600]</default>
<summary>List of ports</summary>
<description></description>
</key>
<key type="as" name="passwords">
<default>[""]</default>
<summary>List of passwords</summary>
<description></description>
</key>
<key type="as" name="paths">
<default>[""]</default>
<summary>List of library paths</summary>
<description></description>
</key>
<key type="as" name="regex">
<default>[""]</default>
<summary>List of cover regex</summary>
<description></description>
</key>
<key type="i" name="refresh-interval">
<default>100</default>
<summary>Main refresh interval</summary>
<description>
This setting should only be used if you know what you are doing!
It controls the time in msec. between two status requests to MPD.
Too high values (long time) will make mpdevil very slow in terms
of showing the latest status of MPD (e.g. current song).
Too low values (short time) can cause gui blocks making mpdevil
unresponsive and cpu intensive.
</description>
</key>
</schema>
</schemalist>

799
po/de.po

File diff suppressed because it is too large Load Diff

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-23 12:59+0200\n"
"POT-Creation-Date: 2021-04-20 17:46+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,549 +18,509 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: mpdevil:492
#: mpdevil:442
#, python-brace-format
msgid "{days} day"
msgid_plural "{days} days"
msgstr[0] ""
msgstr[1] ""
#: mpdevil:529
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] ""
msgstr[1] ""
#: mpdevil:994
msgid "(restart required)"
#: mpdevil:477
msgid "Unknown Title"
msgstr ""
#: mpdevil:1040
#: mpdevil:938
msgid "Main cover size:"
msgstr ""
#: mpdevil:939
msgid "Album view cover size:"
msgstr ""
#: mpdevil:940
msgid "Action bar icon size:"
msgstr ""
#: mpdevil:941
msgid "Secondary icon size:"
msgstr ""
#: mpdevil:954
msgid "Use Client-side decoration"
msgstr ""
#: mpdevil:1041
#: mpdevil:955
msgid "Show stop button"
msgstr ""
#: mpdevil:1042
msgid "Show audio format"
msgstr ""
#: mpdevil:1043
#: mpdevil:956
msgid "Show lyrics button"
msgstr ""
#: mpdevil:1044
#: mpdevil:957
msgid "Place playlist at the side"
msgstr ""
#: mpdevil:1050
msgid "Main cover size"
msgstr ""
#: mpdevil:1051
msgid "Album view cover size"
msgstr ""
#: mpdevil:1052
msgid "Action bar icon size"
msgstr ""
#: mpdevil:1062
msgid "Support “MPRIS”"
msgstr ""
#: mpdevil:1063
#: mpdevil:958
msgid "Use “Album Artist” tag"
msgstr ""
#: mpdevil:1064
msgid "Sort albums by year"
msgstr ""
#: mpdevil:1065
#: mpdevil:959
msgid "Send notification on title change"
msgstr ""
#: mpdevil:1066
msgid "Play selected albums and titles immediately"
msgstr ""
#: mpdevil:1067
msgid "Rewind via previous button"
msgstr ""
#: mpdevil:1068
#: mpdevil:960
msgid "Stop playback on quit"
msgstr ""
#: mpdevil:1095
msgid "Choose directory"
#: mpdevil:961
msgid "Play selected albums and titles immediately"
msgstr ""
#: mpdevil:1108
msgid "Connect via Unix domain socket"
#: mpdevil:962
msgid "Sort albums by year"
msgstr ""
#: mpdevil:1127
#: mpdevil:963
msgid "Support “MPRIS”"
msgstr ""
#: mpdevil:975
msgid "<b>View</b>"
msgstr ""
#: mpdevil:976
msgid "<b>Behavior</b>"
msgstr ""
#: mpdevil:996 mpdevil:1006
msgid "(restart required)"
msgstr ""
#: mpdevil:1046
msgid "_Connect"
msgstr ""
#: mpdevil:1062
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 ""
#: mpdevil:1132
msgid "Socket:"
#: mpdevil:1067
msgid "Profile:"
msgstr ""
#: mpdevil:1134
#: mpdevil:1068
msgid "Name:"
msgstr ""
#: mpdevil:1069
msgid "Host:"
msgstr ""
#: mpdevil:1136
#: mpdevil:1070
msgid "Password:"
msgstr ""
#: mpdevil:1137
#: mpdevil:1071
msgid "Music lib:"
msgstr ""
#: mpdevil:1139
#: mpdevil:1072
msgid "Cover regex:"
msgstr ""
#: mpdevil:1163 mpdevil:3655
msgid "Profile 1"
#: mpdevil:1207
msgid "Choose directory"
msgstr ""
#: mpdevil:1164 mpdevil:3655
msgid "Profile 2"
msgstr ""
#: mpdevil:1165 mpdevil:3655
msgid "Profile 3"
msgstr ""
#: mpdevil:1169 mpdevil:3542
msgid "Connect"
msgstr ""
#: mpdevil:1194
#: mpdevil:1236
msgid "Choose the order of information to appear in the playlist:"
msgstr ""
#: mpdevil:1211 mpdevil:1643 mpdevil:1846 mpdevil:2505
#: mpdevil:1253 mpdevil:1783 mpdevil:1910 mpdevil:2907
msgid "No"
msgstr ""
#: mpdevil:1211 mpdevil:2506
#: mpdevil:1253 mpdevil:2908
msgid "Disc"
msgstr ""
#: mpdevil:1211 mpdevil:1646 mpdevil:1677 mpdevil:1847 mpdevil:2507
#: mpdevil:2613 mpdevil:2615
#: mpdevil:1253 mpdevil:1786 mpdevil:1915 mpdevil:2909
msgid "Title"
msgstr ""
#: mpdevil:1211 mpdevil:1848 mpdevil:2508
#: mpdevil:1253 mpdevil:1921 mpdevil:2910
msgid "Artist"
msgstr ""
#: mpdevil:1211 mpdevil:1849 mpdevil:2509
#: mpdevil:1253 mpdevil:1927 mpdevil:2911
msgid "Album"
msgstr ""
#: mpdevil:1211 mpdevil:1650 mpdevil:1850 mpdevil:2510
#: mpdevil:1253 mpdevil:1789 mpdevil:1933 mpdevil:2912
msgid "Length"
msgstr ""
#: mpdevil:1211 mpdevil:2511
#: mpdevil:1253 mpdevil:2913
msgid "Year"
msgstr ""
#: mpdevil:1211 mpdevil:2512
#: mpdevil:1253 mpdevil:2914
msgid "Genre"
msgstr ""
#: mpdevil:1295 mpdevil:1297 mpdevil:3543 mpdevil:3647
msgid "Preferences"
#: mpdevil:1369 mpdevil:1371 mpdevil:3853
msgid "Settings"
msgstr ""
#: mpdevil:1311 mpdevil:1322
msgid "View"
#: mpdevil:1384 mpdevil:1393 mpdevil:3700
msgid "General"
msgstr ""
#: mpdevil:1312 mpdevil:1323
msgid "Behavior"
msgstr ""
#: mpdevil:1313 mpdevil:1324 mpdevil:3455
msgid "Playlist"
msgstr ""
#: mpdevil:1314 mpdevil:1325
#: mpdevil:1385 mpdevil:1394 mpdevil:3864
msgid "Profiles"
msgstr ""
#: mpdevil:1342
msgid "Stats"
msgstr ""
#: mpdevil:1351
msgid "<b>Protocol:</b>"
msgstr ""
#: mpdevil:1352
msgid "<b>Uptime:</b>"
msgstr ""
#: mpdevil:1353
msgid "<b>Playtime:</b>"
msgstr ""
#: mpdevil:1354
msgid "<b>Artists:</b>"
msgstr ""
#: mpdevil:1355
msgid "<b>Albums:</b>"
msgstr ""
#: mpdevil:1356
msgid "<b>Songs:</b>"
msgstr ""
#: mpdevil:1357
msgid "<b>Total Playtime:</b>"
msgstr ""
#: mpdevil:1358
msgid "<b>Database Update:</b>"
msgstr ""
#: mpdevil:1382
msgid "A simple music browser for MPD"
#: mpdevil:1386 mpdevil:1395 mpdevil:3704
msgid "Playlist"
msgstr ""
#: mpdevil:1408
msgid "Stats"
msgstr ""
#: mpdevil:1418
msgid "<b>Protocol:</b>"
msgstr ""
#: mpdevil:1419
msgid "<b>Uptime:</b>"
msgstr ""
#: mpdevil:1420
msgid "<b>Playtime:</b>"
msgstr ""
#: mpdevil:1421
msgid "<b>Artists:</b>"
msgstr ""
#: mpdevil:1422
msgid "<b>Albums:</b>"
msgstr ""
#: mpdevil:1423
msgid "<b>Songs:</b>"
msgstr ""
#: mpdevil:1424
msgid "<b>Total Playtime:</b>"
msgstr ""
#: mpdevil:1425
msgid "<b>Database Update:</b>"
msgstr ""
#: mpdevil:1449
msgid "A simple music browser for MPD"
msgstr ""
#: mpdevil:1529
msgid "Open with…"
msgstr ""
#: mpdevil:1418 mpdevil:1709
#: mpdevil:1544 mpdevil:1843
msgid "Append"
msgstr ""
#: mpdevil:1419 mpdevil:1710
#: mpdevil:1545 mpdevil:1844
msgid "Play"
msgstr ""
#: mpdevil:1420 mpdevil:1711
#: mpdevil:1546 mpdevil:1845
msgid "Enqueue"
msgstr ""
#: mpdevil:1437
#: mpdevil:1564
msgid "MPD-Tag"
msgstr ""
#: mpdevil:1440
#: mpdevil:1567
msgid "Value"
msgstr ""
#: mpdevil:1581
#: mpdevil:1718
msgid "_Append"
msgstr ""
#: mpdevil:1581
#: mpdevil:1718 mpdevil:1843
msgid "Add all titles to playlist"
msgstr ""
#: mpdevil:1582
#: mpdevil:1719
msgid "_Play"
msgstr ""
#: mpdevil:1582
#: mpdevil:1719 mpdevil:1844
msgid "Directly play all titles"
msgstr ""
#: mpdevil:1583
#: mpdevil:1720
msgid "_Enqueue"
msgstr ""
#: mpdevil:1583
#: mpdevil:1720 mpdevil:1845
msgid ""
"Append all titles after the currently playing track and clear the playlist "
"from all other songs"
msgstr ""
#: mpdevil:1676 mpdevil:2716
#, python-brace-format
msgid "{number} song ({duration})"
msgid_plural "{number} songs ({duration})"
msgstr[0] ""
msgstr[1] ""
#: mpdevil:1981
msgid "all tags"
msgstr ""
#: mpdevil:1779
#: mpdevil:2005
#, python-brace-format
msgid "{hits} hit"
msgid_plural "{hits} hits"
msgstr[0] ""
msgstr[1] ""
#: mpdevil:1898
msgid "all tags"
msgstr ""
#: mpdevil:2028
#: mpdevil:2074
msgid "all genres"
msgstr ""
#: mpdevil:2053
#: mpdevil:2169
msgid "all artists"
msgstr ""
#: mpdevil:2486
msgid "Scroll to current song"
msgstr ""
#: mpdevil:2819
msgid "searching…"
msgstr ""
#: mpdevil:2824
msgid "connection error"
msgstr ""
#: mpdevil:2826
msgid "lyrics not found"
msgstr ""
#: mpdevil:2934
msgid "Lyrics"
msgstr ""
#: mpdevil:3025 mpdevil:3026
#: mpdevil:2400 mpdevil:3009 mpdevil:3284 mpdevil:3285
#, python-brace-format
msgid "{number} song"
msgid_plural "{number} songs"
msgid "{titles} title"
msgid_plural "{titles} titles"
msgstr[0] ""
msgstr[1] ""
#: mpdevil:3231
msgid "Repeat mode"
#: mpdevil:2402
#, python-brace-format
msgid "on {discs} discs"
msgstr ""
#: mpdevil:3232
msgid "Random mode"
msgstr ""
#: mpdevil:3233
msgid "Single mode"
msgstr ""
#: mpdevil:3234
msgid "Consume mode"
msgstr ""
#: mpdevil:3451
msgid "General"
msgstr ""
#: mpdevil:3452
msgid "Window"
msgstr ""
#: mpdevil:3453
msgid "Playback"
msgstr ""
#: mpdevil:3454
msgid "Search, Album Dialog, Album List and Artist List"
msgstr ""
#: mpdevil:3464
msgid "Open online help"
msgstr ""
#: mpdevil:3465
msgid "Open shortcuts window"
msgstr ""
#: mpdevil:3466
msgid "Open menu"
msgstr ""
#: mpdevil:3467
msgid "Update database"
msgstr ""
#: mpdevil:3468
msgid "Quit"
msgstr ""
#: mpdevil:3469
msgid "Cycle through profiles"
msgstr ""
#: mpdevil:3470
msgid "Cycle through profiles in reversed order"
msgstr ""
#: mpdevil:3471
msgid "Toggle mini player"
msgstr ""
#: mpdevil:3472
msgid "Toggle genre filter"
msgstr ""
#: mpdevil:3473
msgid "Toggle lyrics"
msgstr ""
#: mpdevil:3474
msgid "Toggle search"
msgstr ""
#: mpdevil:3475 mpdevil:3635
#: mpdevil:2551 mpdevil:3723
msgid "Back to current album"
msgstr ""
#: mpdevil:3476
msgid "Play/Pause"
msgstr ""
#: mpdevil:3477
msgid "Stop"
msgstr ""
#: mpdevil:3478
msgid "Stop after current title"
msgstr ""
#: mpdevil:3479
msgid "Next title"
msgstr ""
#: mpdevil:3480
msgid "Previous title"
msgstr ""
#: mpdevil:3481
msgid "Seek forward"
msgstr ""
#: mpdevil:3482
msgid "Seek backward"
msgstr ""
#: mpdevil:3483
msgid "Toggle repeat mode"
msgstr ""
#: mpdevil:3484
msgid "Toggle random mode"
msgstr ""
#: mpdevil:3485
msgid "Toggle single mode"
msgstr ""
#: mpdevil:3486
msgid "Toggle consume mode"
msgstr ""
#: mpdevil:3487
msgid "Enqueue selected item"
msgstr ""
#: mpdevil:3488
msgid "Append selected item"
msgstr ""
#: mpdevil:3488 mpdevil:3491
msgid "Middle-click"
msgstr ""
#: mpdevil:3489
msgid "Play selected item immediately"
msgstr ""
#: mpdevil:3489
msgid "Double-click"
msgstr ""
#: mpdevil:3490 mpdevil:3493
msgid "Show additional information"
msgstr ""
#: mpdevil:3490 mpdevil:3493
msgid "Right-click"
msgstr ""
#: mpdevil:3491
msgid "Remove selected song"
msgstr ""
#: mpdevil:3492
msgid "Clear playlist"
msgstr ""
#: mpdevil:3512
msgid "Updating Database…"
msgstr ""
#: mpdevil:3564
#, python-brace-format
msgid "Connection to “{socket}” failed"
msgstr ""
#: mpdevil:3566
#, python-brace-format
msgid "Connection to “{host}:{port}” failed"
msgstr ""
#: mpdevil:3632
#: mpdevil:2553
msgid "Search"
msgstr ""
#: mpdevil:3648
msgid "Keyboard Shortcuts"
#: mpdevil:2715
msgid "searching..."
msgstr ""
#: mpdevil:3649
#: mpdevil:2720
msgid "connection error"
msgstr ""
#: mpdevil:2722
msgid "lyrics not found"
msgstr ""
#: mpdevil:2765
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] ""
msgstr[1] ""
#: mpdevil:2881
msgid "Scroll to current song"
msgstr ""
#: mpdevil:2889 mpdevil:3739
msgid "Clear playlist"
msgstr ""
#: mpdevil:3177
msgid "Show lyrics"
msgstr ""
#: mpdevil:3486
msgid "Random mode"
msgstr ""
#: mpdevil:3488
msgid "Repeat mode"
msgstr ""
#: mpdevil:3490
msgid "Single mode"
msgstr ""
#: mpdevil:3492
msgid "Consume mode"
msgstr ""
#: mpdevil:3701
msgid "Window"
msgstr ""
#: mpdevil:3702
msgid "Playback"
msgstr ""
#: mpdevil:3703
msgid "Search, Album Dialog, Album List and Artist List"
msgstr ""
#: mpdevil:3713
msgid "Open online help"
msgstr ""
#: mpdevil:3714
msgid "Open shortcuts window"
msgstr ""
#: mpdevil:3715
msgid "Open menu"
msgstr ""
#: mpdevil:3716 mpdevil:3859
msgid "Update database"
msgstr ""
#: mpdevil:3717 mpdevil:3857
msgid "Quit"
msgstr ""
#: mpdevil:3718
msgid "Cycle through profiles"
msgstr ""
#: mpdevil:3719
msgid "Cycle through profiles in reversed order"
msgstr ""
#: mpdevil:3720
msgid "Toggle mini player"
msgstr ""
#: mpdevil:3721
msgid "Toggle lyrics"
msgstr ""
#: mpdevil:3722
msgid "Toggle search"
msgstr ""
#: mpdevil:3724
msgid "Play/Pause"
msgstr ""
#: mpdevil:3725
msgid "Stop"
msgstr ""
#: mpdevil:3726
msgid "Next title"
msgstr ""
#: mpdevil:3727
msgid "Previous title"
msgstr ""
#: mpdevil:3728
msgid "Seek forward"
msgstr ""
#: mpdevil:3729
msgid "Seek backward"
msgstr ""
#: mpdevil:3730
msgid "Toggle repeat mode"
msgstr ""
#: mpdevil:3731
msgid "Toggle random mode"
msgstr ""
#: mpdevil:3732
msgid "Toggle single mode"
msgstr ""
#: mpdevil:3733
msgid "Toggle consume mode"
msgstr ""
#: mpdevil:3734
msgid "Enqueue selected item"
msgstr ""
#: mpdevil:3735
msgid "Append selected item"
msgstr ""
#: mpdevil:3735 mpdevil:3738
msgid "Middle-click"
msgstr ""
#: mpdevil:3736
msgid "Play selected item immediately"
msgstr ""
#: mpdevil:3736
msgid "Double-click"
msgstr ""
#: mpdevil:3737 mpdevil:3740
msgid "Show additional information"
msgstr ""
#: mpdevil:3737 mpdevil:3740
msgid "Right-click"
msgstr ""
#: mpdevil:3738
msgid "Remove selected song"
msgstr ""
#: mpdevil:3762
msgid "Connect"
msgstr ""
#: mpdevil:3780
#, python-brace-format
msgid "Connection to “{profile}” ({host}:{port}) failed"
msgstr ""
#: mpdevil:3854
msgid "Keyboard shortcuts"
msgstr ""
#: mpdevil:3855
msgid "Help"
msgstr ""
#: mpdevil:3650
msgid "About mpdevil"
#: mpdevil:3856
msgid "About"
msgstr ""
#: mpdevil:3652
msgid "Update Database"
#: mpdevil:3860
msgid "Server stats"
msgstr ""
#: mpdevil:3653
msgid "Server Stats"
#: mpdevil:3865
msgid "Mini player"
msgstr ""
#: mpdevil:3660
msgid "Mini Player"
msgstr ""
#: mpdevil:3661
msgid "Genre Filter"
msgstr ""
#: mpdevil:3671
#: mpdevil:3870
msgid "Menu"
msgstr ""
#: mpdevil:3724 mpdevil:3726
#: mpdevil:3920 mpdevil:3922
msgid "connecting…"
msgstr ""
#: mpdevil:3885
msgid "Debug mode"
msgstr ""

730
po/nl.po
View File

@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-23 12:59+0200\n"
"PO-Revision-Date: 2021-10-24 08:52+0200\n"
"POT-Creation-Date: 2021-04-20 17:46+0200\n"
"PO-Revision-Date: 2021-04-20 17:47+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: nl\n"
@@ -18,93 +18,90 @@ msgstr ""
"X-Generator: Poedit 2.3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: mpdevil:492
#: mpdevil:442
#, python-brace-format
msgid "{days} day"
msgid_plural "{days} days"
msgstr[0] "{days} dag"
msgstr[1] "{days} dagen"
#: mpdevil:529
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] "{channels} kanaal"
msgstr[1] "{channels} kanalen"
#: mpdevil:477
msgid "Unknown Title"
msgstr "Onbekende titel"
#: mpdevil:994
msgid "(restart required)"
msgstr "(herstart vereist)"
#: mpdevil:938
msgid "Main cover size:"
msgstr "Grootte albumhoes:"
#: mpdevil:1040
#: mpdevil:939
msgid "Album view cover size:"
msgstr "Hoesgrootte in albumlijst:"
#: mpdevil:940
msgid "Action bar icon size:"
msgstr "Grootte iconen werkbalk:"
#: mpdevil:941
msgid "Secondary icon size:"
msgstr "Grootte overige iconen:"
#: mpdevil:954
msgid "Use Client-side decoration"
msgstr "Gebruik vensterdecoratie van mpdevil"
#: mpdevil:1041
#: mpdevil:955
msgid "Show stop button"
msgstr "Toon stopknop"
#: mpdevil:1042
msgid "Show audio format"
msgstr "Toon audioformaat"
#: mpdevil:1043
#: mpdevil:956
msgid "Show lyrics button"
msgstr "Toon songtekstknop"
#: mpdevil:1044
#: mpdevil:957
msgid "Place playlist at the side"
msgstr "Plaats afspeellijst aan de zijkant"
#: mpdevil:1050
msgid "Main cover size"
msgstr "Grootte albumhoes"
#: mpdevil:1051
msgid "Album view cover size"
msgstr "Hoesgrootte in albumlijst"
#: mpdevil:1052
msgid "Action bar icon size"
msgstr "Grootte iconen werkbalk"
#: mpdevil:1062
msgid "Support “MPRIS”"
msgstr "Ondersteun „MPRIS”"
#: mpdevil:1063
#: mpdevil:958
msgid "Use “Album Artist” tag"
msgstr "Gebruik tag Album Artist"
msgstr "Gebruik tag \"Album Artist\""
#: mpdevil:1064
msgid "Sort albums by year"
msgstr "Sorteer albums op jaar"
#: mpdevil:1065
#: mpdevil:959
msgid "Send notification on title change"
msgstr "Verstuur een melding bij titelwisseling"
#: mpdevil:1066
msgid "Play selected albums and titles immediately"
msgstr "Geselecteerde albums en titels direct afspelen"
#: mpdevil:1067
msgid "Rewind via previous button"
msgstr "Terugspoelen met „vorige” knop"
#: mpdevil:1068
#: mpdevil:960
msgid "Stop playback on quit"
msgstr "Stop afspelen bij afsluiten"
#: mpdevil:1095
msgid "Choose directory"
msgstr "Kies een map"
#: mpdevil:961
msgid "Play selected albums and titles immediately"
msgstr "Geselecteerde albums en titels direct afspelen"
#: mpdevil:1108
msgid "Connect via Unix domain socket"
msgstr "Verbinden via Unix domain socket"
#: mpdevil:962
msgid "Sort albums by year"
msgstr "Sorteer albums op jaar"
#: mpdevil:1127
#: mpdevil:963
msgid "Support “MPRIS”"
msgstr "Ondersteun \"MPRIS\""
#: mpdevil:975
msgid "<b>View</b>"
msgstr "<b>Beeld</b>"
#: mpdevil:976
msgid "<b>Behavior</b>"
msgstr "<b>Gedrag</b>"
#: mpdevil:996 mpdevil:1006
msgid "(restart required)"
msgstr "(herstart vereist)"
#: mpdevil:1046
msgid "_Connect"
msgstr "_Verbinden"
#: mpdevil:1062
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 "
@@ -114,184 +111,171 @@ msgstr ""
"met deze regex wordt getoond. %AlbumArtist% en %Album% worden vervangen door "
"de bijbehorende tags van het muziekbestand."
#: mpdevil:1132
msgid "Socket:"
msgstr "Socket:"
#: mpdevil:1067
msgid "Profile:"
msgstr "Profiel:"
#: mpdevil:1134
#: mpdevil:1068
msgid "Name:"
msgstr "Naam:"
#: mpdevil:1069
msgid "Host:"
msgstr "Host:"
#: mpdevil:1136
#: mpdevil:1070
msgid "Password:"
msgstr "Wachtwoord:"
#: mpdevil:1137
#: mpdevil:1071
msgid "Music lib:"
msgstr "Muziekmap:"
#: mpdevil:1139
#: mpdevil:1072
msgid "Cover regex:"
msgstr "Regex albumhoes:"
#: mpdevil:1163 mpdevil:3655
msgid "Profile 1"
msgstr "Profiel 1"
#: mpdevil:1207
msgid "Choose directory"
msgstr "Kies een map"
#: mpdevil:1164 mpdevil:3655
msgid "Profile 2"
msgstr "Profiel 2"
#: mpdevil:1165 mpdevil:3655
msgid "Profile 3"
msgstr "Profiel 3"
#: mpdevil:1169 mpdevil:3542
msgid "Connect"
msgstr "Verbinden"
#: mpdevil:1194
#: mpdevil:1236
msgid "Choose the order of information to appear in the playlist:"
msgstr "Kies de volgorde van de informatie getoond in de afspeellijst:"
#: mpdevil:1211 mpdevil:1643 mpdevil:1846 mpdevil:2505
#: mpdevil:1253 mpdevil:1783 mpdevil:1910 mpdevil:2907
msgid "No"
msgstr "Nr"
#: mpdevil:1211 mpdevil:2506
#: mpdevil:1253 mpdevil:2908
msgid "Disc"
msgstr "Disc"
#: mpdevil:1211 mpdevil:1646 mpdevil:1677 mpdevil:1847 mpdevil:2507
#: mpdevil:2613 mpdevil:2615
#: mpdevil:1253 mpdevil:1786 mpdevil:1915 mpdevil:2909
msgid "Title"
msgstr "Titel"
#: mpdevil:1211 mpdevil:1848 mpdevil:2508
#: mpdevil:1253 mpdevil:1921 mpdevil:2910
msgid "Artist"
msgstr "Artiest"
#: mpdevil:1211 mpdevil:1849 mpdevil:2509
#: mpdevil:1253 mpdevil:1927 mpdevil:2911
msgid "Album"
msgstr "Album"
#: mpdevil:1211 mpdevil:1650 mpdevil:1850 mpdevil:2510
#: mpdevil:1253 mpdevil:1789 mpdevil:1933 mpdevil:2912
msgid "Length"
msgstr "Lengte"
#: mpdevil:1211 mpdevil:2511
#: mpdevil:1253 mpdevil:2913
msgid "Year"
msgstr "Jaar"
#: mpdevil:1211 mpdevil:2512
#: mpdevil:1253 mpdevil:2914
msgid "Genre"
msgstr "Genre"
#: mpdevil:1295 mpdevil:1297 mpdevil:3543 mpdevil:3647
msgid "Preferences"
msgstr "Voorkeuren"
#: mpdevil:1369 mpdevil:1371 mpdevil:3853
msgid "Settings"
msgstr "Instellingen"
#: mpdevil:1311 mpdevil:1322
msgid "View"
msgstr "Beeld"
#: mpdevil:1384 mpdevil:1393 mpdevil:3700
msgid "General"
msgstr "Algemeen"
#: mpdevil:1312 mpdevil:1323
msgid "Behavior"
msgstr "Gedrag"
#: mpdevil:1313 mpdevil:1324 mpdevil:3455
msgid "Playlist"
msgstr "Afspeellijst"
#: mpdevil:1314 mpdevil:1325
#: mpdevil:1385 mpdevil:1394 mpdevil:3864
msgid "Profiles"
msgstr "Profielen"
#: mpdevil:1342
#: mpdevil:1386 mpdevil:1395 mpdevil:3704
msgid "Playlist"
msgstr "Afspeellijst"
#: mpdevil:1408
msgid "Stats"
msgstr "Statistieken"
#: mpdevil:1351
#: mpdevil:1418
msgid "<b>Protocol:</b>"
msgstr "<b>Protocol:</b>"
#: mpdevil:1352
#: mpdevil:1419
msgid "<b>Uptime:</b>"
msgstr "<b>Uptime:</b>"
#: mpdevil:1353
#: mpdevil:1420
msgid "<b>Playtime:</b>"
msgstr "<b>Afspeeltijd:</b>"
#: mpdevil:1354
#: mpdevil:1421
msgid "<b>Artists:</b>"
msgstr "<b>Artiesten:</b>"
#: mpdevil:1355
#: mpdevil:1422
msgid "<b>Albums:</b>"
msgstr "<b>Albums:</b>"
#: mpdevil:1356
#: mpdevil:1423
msgid "<b>Songs:</b>"
msgstr "<b>Titels:</b>"
#: mpdevil:1357
#: mpdevil:1424
msgid "<b>Total Playtime:</b>"
msgstr "<b>Totale speelduur:</b>"
#: mpdevil:1358
#: mpdevil:1425
msgid "<b>Database Update:</b>"
msgstr "<b>Database bijgewerkt:</b>"
#: mpdevil:1382
#: mpdevil:1449
msgid "A simple music browser for MPD"
msgstr "Een simpele muziekspeler voor MPD"
#: mpdevil:1408
#: mpdevil:1529
msgid "Open with…"
msgstr "Openen met…"
#: mpdevil:1418 mpdevil:1709
#: mpdevil:1544 mpdevil:1843
msgid "Append"
msgstr "Toevoegen"
#: mpdevil:1419 mpdevil:1710
#: mpdevil:1545 mpdevil:1844
msgid "Play"
msgstr "Afspelen"
#: mpdevil:1420 mpdevil:1711
#: mpdevil:1546 mpdevil:1845
msgid "Enqueue"
msgstr "In wachtrij plaatsen"
#: mpdevil:1437
#: mpdevil:1564
msgid "MPD-Tag"
msgstr "MPD-Tag"
#: mpdevil:1440
#: mpdevil:1567
msgid "Value"
msgstr "Waarde"
#: mpdevil:1581
#: mpdevil:1718
msgid "_Append"
msgstr "_Toevoegen"
#: mpdevil:1581
#: mpdevil:1718 mpdevil:1843
msgid "Add all titles to playlist"
msgstr "Voeg alle titels toe aan de afspeellijst"
#: mpdevil:1582
#: mpdevil:1719
msgid "_Play"
msgstr "_Afspelen"
#: mpdevil:1582
#: mpdevil:1719 mpdevil:1844
msgid "Directly play all titles"
msgstr "Alle titels direct afspelen"
#: mpdevil:1583
#: mpdevil:1720
msgid "_Enqueue"
msgstr "_In wachtrij plaatsen"
#: mpdevil:1583
#: mpdevil:1720 mpdevil:1845
msgid ""
"Append all titles after the currently playing track and clear the playlist "
"from all other songs"
@@ -299,279 +283,297 @@ msgstr ""
"Alle titels toevoegen na de nu spelende titel en alle overige titels uit de "
"afspeellijst verwijderen"
#: mpdevil:1676 mpdevil:2716
#, python-brace-format
msgid "{number} song ({duration})"
msgid_plural "{number} songs ({duration})"
msgstr[0] "{number} nummer ({duration})"
msgstr[1] "{number} nummers ({duration})"
#: mpdevil:1981
msgid "all tags"
msgstr "alle tags"
#: mpdevil:1779
#: mpdevil:2005
#, python-brace-format
msgid "{hits} hit"
msgid_plural "{hits} hits"
msgstr[0] "{hits} hit"
msgstr[1] "{hits} treffers"
#: mpdevil:1898
msgid "all tags"
msgstr "alle tags"
#: mpdevil:2028
#: mpdevil:2074
msgid "all genres"
msgstr "alle genres"
#: mpdevil:2053
#: mpdevil:2169
msgid "all artists"
msgstr "alle artiesten"
#: mpdevil:2486
msgid "Scroll to current song"
msgstr "Naar de huidige titel scrollen"
#: mpdevil:2819
msgid "searching…"
msgstr "bezig met zoeken…"
#: mpdevil:2824
msgid "connection error"
msgstr "verbindingsfout"
#: mpdevil:2826
msgid "lyrics not found"
msgstr "geen songtekst gevonden"
#: mpdevil:2934
msgid "Lyrics"
msgstr "Songtekst"
#: mpdevil:3025 mpdevil:3026
#: mpdevil:2400 mpdevil:3009 mpdevil:3284 mpdevil:3285
#, python-brace-format
msgid "{number} song"
msgid_plural "{number} songs"
msgstr[0] "{number} nummer"
msgstr[1] "{number} nummers"
msgid "{titles} title"
msgid_plural "{titles} titles"
msgstr[0] "{titles} titel"
msgstr[1] "{titles} titels"
#: mpdevil:3231
msgid "Repeat mode"
msgstr "Herhaalmodus"
#: mpdevil:2402
#, python-brace-format
msgid "on {discs} discs"
msgstr "op {discs} discs"
#: mpdevil:3232
msgid "Random mode"
msgstr "Willekeurige modus"
#: mpdevil:3233
msgid "Single mode"
msgstr "Enkele modus"
#: mpdevil:3234
msgid "Consume mode"
msgstr "Verbruiksmodus"
#: mpdevil:3451
msgid "General"
msgstr "Algemeen"
#: mpdevil:3452
msgid "Window"
msgstr "Venster"
#: mpdevil:3453
msgid "Playback"
msgstr "Afspelen"
#: mpdevil:3454
msgid "Search, Album Dialog, Album List and Artist List"
msgstr "Zoeken, Albumdialoog, Albumlijst en Artiestenlijst"
#: mpdevil:3464
msgid "Open online help"
msgstr "Online hulp openen"
#: mpdevil:3465
msgid "Open shortcuts window"
msgstr "Venster met sneltoetsen openen"
#: mpdevil:3466
msgid "Open menu"
msgstr "Menu openen"
#: mpdevil:3467
msgid "Update database"
msgstr "Database bijwerken"
#: mpdevil:3468
msgid "Quit"
msgstr "Stoppen"
#: mpdevil:3469
msgid "Cycle through profiles"
msgstr "Profielen doorlopen"
#: mpdevil:3470
msgid "Cycle through profiles in reversed order"
msgstr "Profielen doorlopen in omgekeerde volgorde"
#: mpdevil:3471
msgid "Toggle mini player"
msgstr "Omschakelen naar minispeler"
#: mpdevil:3472
msgid "Toggle genre filter"
msgstr "Genrefilter aan/uitzetten"
#: mpdevil:3473
msgid "Toggle lyrics"
msgstr "Omschakelen naar songtekst"
#: mpdevil:3474
msgid "Toggle search"
msgstr "Omschakelen naar zoeken"
#: mpdevil:3475 mpdevil:3635
#: mpdevil:2551 mpdevil:3723
msgid "Back to current album"
msgstr "Terug naar huidige album"
#: mpdevil:3476
msgid "Play/Pause"
msgstr "Afspelen/Pauzeren"
#: mpdevil:3477
msgid "Stop"
msgstr "Stoppen"
#: mpdevil:3478
msgid "Stop after current title"
msgstr "Stop na huidige titel"
#: mpdevil:3479
msgid "Next title"
msgstr "Volgende titel"
#: mpdevil:3480
msgid "Previous title"
msgstr "Vorige titel"
#: mpdevil:3481
msgid "Seek forward"
msgstr "Vooruit spoelen"
#: mpdevil:3482
msgid "Seek backward"
msgstr "Achteruit spoelen"
#: mpdevil:3483
msgid "Toggle repeat mode"
msgstr "Omschakelen naar herhaalmodus"
#: mpdevil:3484
msgid "Toggle random mode"
msgstr "Omschakelen naar willekeurige modus"
#: mpdevil:3485
msgid "Toggle single mode"
msgstr "Omschakelen naar enkele modus"
#: mpdevil:3486
msgid "Toggle consume mode"
msgstr "Omschakelen naar verbruiksmodus"
#: mpdevil:3487
msgid "Enqueue selected item"
msgstr "Geselecteerde item in wachtrij plaatsen"
#: mpdevil:3488
msgid "Append selected item"
msgstr "Geselecteerde item toevoegen"
#: mpdevil:3488 mpdevil:3491
msgid "Middle-click"
msgstr "Middelklik"
#: mpdevil:3489
msgid "Play selected item immediately"
msgstr "Geselecteerde item direct afspelen"
#: mpdevil:3489
msgid "Double-click"
msgstr "Dubbelklik"
#: mpdevil:3490 mpdevil:3493
msgid "Show additional information"
msgstr "Toon extra informatie"
#: mpdevil:3490 mpdevil:3493
msgid "Right-click"
msgstr "Rechtsklik"
#: mpdevil:3491
msgid "Remove selected song"
msgstr "Geselecteerde titel verwijderen"
#: mpdevil:3492
msgid "Clear playlist"
msgstr "Afspeellijst legen"
#: mpdevil:3512
msgid "Updating Database…"
msgstr "Database bijwerken…"
#: mpdevil:3564
#, python-brace-format
msgid "Connection to “{socket}” failed"
msgstr "Verbinding met „{socket}” mislukt"
#: mpdevil:3566
#, python-brace-format
msgid "Connection to “{host}:{port}” failed"
msgstr "Verbinding met „{host}:{port}” mislukt"
#: mpdevil:3632
#: mpdevil:2553
msgid "Search"
msgstr "Zoeken"
#: mpdevil:3648
msgid "Keyboard Shortcuts"
#: mpdevil:2715
msgid "searching..."
msgstr "bezig met zoeken..."
#: mpdevil:2720
msgid "connection error"
msgstr "verbindingsfout"
#: mpdevil:2722
msgid "lyrics not found"
msgstr "geen songtekst gevonden"
#: mpdevil:2765
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] "{channels} kanaal"
msgstr[1] "{channels} kanalen"
#: mpdevil:2881
msgid "Scroll to current song"
msgstr "Naar de huidige titel scrollen"
#: mpdevil:2889 mpdevil:3739
msgid "Clear playlist"
msgstr "Afspeellijst legen"
#: mpdevil:3177
msgid "Show lyrics"
msgstr "Toon songtekst"
#: mpdevil:3486
msgid "Random mode"
msgstr "Willekeurige modus"
#: mpdevil:3488
msgid "Repeat mode"
msgstr "Herhaalmodus"
#: mpdevil:3490
msgid "Single mode"
msgstr "Enkele modus"
#: mpdevil:3492
msgid "Consume mode"
msgstr "Verbruiksmodus"
#: mpdevil:3701
msgid "Window"
msgstr "Venster"
#: mpdevil:3702
msgid "Playback"
msgstr "Afspelen"
#: mpdevil:3703
msgid "Search, Album Dialog, Album List and Artist List"
msgstr "Zoeken, Albumdialoog, Albumlijst en Artiestenlijst"
#: mpdevil:3713
msgid "Open online help"
msgstr "Online hulp openen"
#: mpdevil:3714
msgid "Open shortcuts window"
msgstr "Venster met sneltoetsen openen"
#: mpdevil:3715
msgid "Open menu"
msgstr "Menu openen"
#: mpdevil:3716 mpdevil:3859
msgid "Update database"
msgstr "Database bijwerken"
#: mpdevil:3717 mpdevil:3857
msgid "Quit"
msgstr "Stoppen"
#: mpdevil:3718
msgid "Cycle through profiles"
msgstr "Profielen doorlopen"
#: mpdevil:3719
msgid "Cycle through profiles in reversed order"
msgstr "Profielen doorlopen in omgekeerde volgorde"
#: mpdevil:3720
msgid "Toggle mini player"
msgstr "Omschakelen naar minispeler"
#: mpdevil:3721
msgid "Toggle lyrics"
msgstr "Omschakelen naar songtekst"
#: mpdevil:3722
msgid "Toggle search"
msgstr "Omschakelen naar zoeken"
#: mpdevil:3724
msgid "Play/Pause"
msgstr "Afspelen/Pauzeren"
#: mpdevil:3725
msgid "Stop"
msgstr "Stoppen"
#: mpdevil:3726
msgid "Next title"
msgstr "Volgende titel"
#: mpdevil:3727
msgid "Previous title"
msgstr "Vorige titel"
#: mpdevil:3728
msgid "Seek forward"
msgstr "Vooruit spoelen"
#: mpdevil:3729
msgid "Seek backward"
msgstr "Achteruit spoelen"
#: mpdevil:3730
msgid "Toggle repeat mode"
msgstr "Omschakelen naar herhaalmodus"
#: mpdevil:3731
msgid "Toggle random mode"
msgstr "Omschakelen naar willekeurige modus"
#: mpdevil:3732
msgid "Toggle single mode"
msgstr "Omschakelen naar enkele modus"
#: mpdevil:3733
msgid "Toggle consume mode"
msgstr "Omschakelen naar verbruiksmodus"
#: mpdevil:3734
msgid "Enqueue selected item"
msgstr "Geselecteerde item in wachtrij plaatsen"
#: mpdevil:3735
msgid "Append selected item"
msgstr "Geselecteerde item toevoegen"
#: mpdevil:3735 mpdevil:3738
msgid "Middle-click"
msgstr "Middelklik"
#: mpdevil:3736
msgid "Play selected item immediately"
msgstr "Geselecteerde item direct afspelen"
#: mpdevil:3736
msgid "Double-click"
msgstr "Dubbelklik"
#: mpdevil:3737 mpdevil:3740
msgid "Show additional information"
msgstr "Toon extra informatie"
#: mpdevil:3737 mpdevil:3740
msgid "Right-click"
msgstr "Rechtsklik"
#: mpdevil:3738
msgid "Remove selected song"
msgstr "Geselecteerde titel verwijderen"
#: mpdevil:3762
msgid "Connect"
msgstr "Verbinden"
#: mpdevil:3780
#, python-brace-format
msgid "Connection to “{profile}” ({host}:{port}) failed"
msgstr "Verbinding met “{profile}” ({host}:{port}) mislukt"
#: mpdevil:3854
msgid "Keyboard shortcuts"
msgstr "Sneltoetsen"
#: mpdevil:3649
#: mpdevil:3855
msgid "Help"
msgstr "Hulp"
#: mpdevil:3650
msgid "About mpdevil"
msgstr "Over mpdevil"
#: mpdevil:3856
msgid "About"
msgstr "Over"
#: mpdevil:3652
msgid "Update Database"
msgstr "Database bijwerken"
#: mpdevil:3653
msgid "Server Stats"
#: mpdevil:3860
msgid "Server stats"
msgstr "Serverstatistieken"
#: mpdevil:3660
msgid "Mini Player"
#: mpdevil:3865
msgid "Mini player"
msgstr "Minispeler"
#: mpdevil:3661
msgid "Genre Filter"
msgstr "Genrefilter"
#: mpdevil:3671
#: mpdevil:3870
msgid "Menu"
msgstr "Menu"
#: mpdevil:3724 mpdevil:3726
#: mpdevil:3920 mpdevil:3922
msgid "connecting…"
msgstr "verbinding maken…"
#: mpdevil:3885
msgid "Debug mode"
msgstr "Debugmodus"
#~ msgid "Show initials in artist view"
#~ msgstr "Toon beginletters in artiestenlijst"
#~ msgid "Filter by genre"
#~ msgstr "Filter op genre"
#~ msgid "Play selected item (next)"
#~ msgstr "Geselecteerde item afspelen (volgende)"
#~ msgid "Show lyrics"
#~ msgstr "Toon songtekst"
#~ msgid "Left-click"
#~ msgstr "Linksklik"
#~ msgid "Sort albums in chronological order"
#~ msgstr "Sorteer albums in chronologische volgorde"
#~ msgid "name"
#~ msgstr "naam"
#~ msgid "year"
#~ msgstr "jaar"
#~ msgid "Position of playlist:"
#~ msgstr "Positie afspeellijst:"
#~ msgid "bottom"
#~ msgstr "onder"
#~ msgid "right"
#~ msgstr "rechts"
#~ msgid "Show tooltips in album view"
#~ msgstr "Toon tooltip in albumlijst"
#~ msgid "Save window layout"
#~ msgstr "Vensterindeling opslaan"
#, 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}"
#, python-brace-format
#~ msgid "{titles} titles on {discs} discs ({length})"
#~ msgstr "{titles} titels op {discs} discs ({length})"
#~ msgid "Close"
#~ msgstr "Afsluiten"

View File

@@ -1,4 +0,0 @@
beautifulsoup4
requests
python-mpd2 >=1.1
PyGObject

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -4,7 +4,7 @@ import DistUtilsExtra.auto
DistUtilsExtra.auto.setup(
name='mpdevil',
version='1.4.1', # sync with bin/mpdevil
version='1.2.1', # sync with bin/mpdevil
author="Martin Wagner",
author_email="martin.wagner.dev@gmail.com",
description=('A simple music browser for MPD'),
@@ -24,7 +24,6 @@ DistUtilsExtra.auto.setup(
('share/icons/hicolor/scalable/status/', ['data/icons/scalable/org.mpdevil.mpdevil-single-symbolic.svg']),
('share/icons/hicolor/scalable/status/', ['data/icons/scalable/org.mpdevil.mpdevil-consume-symbolic.svg']),
('share/icons/hicolor/scalable/status/', ['data/icons/scalable/org.mpdevil.mpdevil-consume-symbolic-rtl.svg']),
('share/icons/hicolor/scalable/actions/', ['data/icons/scalable/org.mpdevil.mpdevil-lyrics-symbolic.svg']),
],
)