6 Commits
v1.5.0 ... 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
37 changed files with 5243 additions and 5479 deletions

1
.gitignore vendored
View File

@@ -1 +0,0 @@
/builddir

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. 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 Features
-------- --------
@@ -54,14 +54,14 @@ Building
-------- --------
Build dependencies: Build dependencies:
- meson - DistUtilsExtra
Dependencies: Dependencies:
- Gtk3 - Gtk3
- Python3 - Python3
Python modules: Python modules:
- mpd (python-mpd2 >=1.1) - mpd (python-mpd2 >=1.0)
- gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib, Notify) - gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib, Notify)
- requests - requests
- bs4 (beautifulsoup) - bs4 (beautifulsoup)
@@ -70,9 +70,8 @@ Run:
```bash ```bash
git clone https://github.com/SoongNoonien/mpdevil.git git clone https://github.com/SoongNoonien/mpdevil.git
cd mpdevil cd mpdevil
meson builddir --prefix=/usr/local sudo python3 setup.py install
sudo ninja -C builddir install sudo glib-compile-schemas /usr/share/glib-2.0/schemas
sudo glib-compile-schemas /usr/local/share/glib-2.0/schemas
sudo gtk-update-icon-cache sudo gtk-update-icon-cache
sudo update-desktop-database sudo update-desktop-database
``` ```

3925
bin/mpdevil Executable file

File diff suppressed because it is too large Load Diff

View File

@@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkAboutDialog" id="about_dialog">
<property name="modal">True</property>
<property name="program_name">mpdevil</property>
<property name="version">1.5.0</property>
<property name="comments" translatable="yes">A simple music browser for MPD</property>
<property name="authors">Martin Wagner</property>
<property name="translator_credits">Martin de Reuver
Martin Wagner</property>
<property name="website">https://github.com/SoongNoonien/mpdevil</property>
<property name="copyright">Copyright © 2020-2021 Martin Wagner</property>
<property name="license_type">gpl-3-0</property>
<property name="logo_icon_name">org.mpdevil.mpdevil</property>
</object>
</interface>

View File

@@ -1,257 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkShortcutsWindow" id="shortcuts_window">
<property name="modal">False</property>
<child>
<object class="GtkShortcutsSection">
<property name="visible">True</property>
<property name="section-name">shortcuts</property>
<child>
<object class="GtkShortcutsGroup">
<property name="visible">True</property>
<property name="title" translatable="yes">General</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Open online help</property>
<property name="accelerator">F1</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Open shortcuts window</property>
<property name="accelerator">&lt;Control&gt;question</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Open menu</property>
<property name="accelerator">F10</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Update database</property>
<property name="accelerator">F5</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Quit</property>
<property name="accelerator">&lt;Control&gt;q</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="visible">True</property>
<property name="title" translatable="yes">Window</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Cycle through profiles</property>
<property name="accelerator">&lt;Control&gt;p</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Cycle through profiles in reversed order</property>
<property name="accelerator">&lt;Shift&gt;&lt;Control&gt;p</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Toggle mini player</property>
<property name="accelerator">&lt;Control&gt;m</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Toggle genre filter</property>
<property name="accelerator">&lt;Control&gt;g</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Toggle lyrics</property>
<property name="accelerator">&lt;Control&gt;l</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Toggle search</property>
<property name="accelerator">&lt;Control&gt;f</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Back to current album</property>
<property name="accelerator">Escape</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="visible">True</property>
<property name="title" translatable="yes">Playback</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Play/Pause</property>
<property name="accelerator">space</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Stop</property>
<property name="accelerator">&lt;Shift&gt;space</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Stop after current title</property>
<property name="accelerator">&lt;Control&gt;space</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Next title</property>
<property name="accelerator">KP_Add</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Previous title</property>
<property name="accelerator">KP_Subtract</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Seek forward</property>
<property name="accelerator">KP_Multiply</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Seek backward</property>
<property name="accelerator">KP_Divide</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Toggle repeat mode</property>
<property name="accelerator">&lt;Control&gt;r</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Toggle random mode</property>
<property name="accelerator">&lt;Control&gt;s</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Toggle single mode</property>
<property name="accelerator">&lt;Control&gt;1</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Toggle consume mode</property>
<property name="accelerator">&lt;Control&gt;o</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="visible">True</property>
<property name="title" translatable="yes">Search, Album Dialog, Album List and Artist List</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Enqueue selected item</property>
<property name="accelerator">&lt;Control&gt;e</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Append selected item</property>
<property name="subtitle" translatable="yes">Middle-click</property>
<property name="accelerator">&lt;Control&gt;plus</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Play selected item immediately</property>
<property name="subtitle" translatable="yes">Double-click</property>
<property name="accelerator">&lt;Control&gt;Return</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Show additional information</property>
<property name="subtitle" translatable="yes">Right-click</property>
<property name="accelerator">&lt;Control&gt;i Menu</property>
</object>
</child>
</object>
</child>
<child>
<object class="GtkShortcutsGroup">
<property name="visible">True</property>
<property name="title" translatable="yes">Playlist</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Remove selected song</property>
<property name="subtitle" translatable="yes">Middle-click</property>
<property name="accelerator">Delete</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Clear playlist</property>
<property name="accelerator">&lt;Shift&gt;Delete</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Show additional information</property>
<property name="subtitle" translatable="yes">Right-click</property>
<property name="accelerator">&lt;Control&gt;i Menu</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object>
</interface>

View File

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

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

Before

Width:  |  Height:  |  Size: 657 B

After

Width:  |  Height:  |  Size: 657 B

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@@ -1,21 +0,0 @@
i18n.merge_file(
input: 'org.mpdevil.mpdevil.desktop.in',
output: 'org.mpdevil.mpdevil.desktop',
type: 'desktop',
po_dir: '../po',
install: true,
install_dir: join_paths(get_option('datadir'), 'applications')
)
gnome.compile_resources(
'mpdevil', 'mpdevil.gresource.xml',
gresource_bundle: true,
source_dir: '.',
install_dir: resources_dir,
install: true
)
install_data('org.mpdevil.mpdevil.appdata.xml', install_dir: join_paths(get_option('datadir'), 'metainfo'))
install_data('org.mpdevil.mpdevil.gschema.xml', install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas'))
install_subdir('icons', install_dir: get_option('datadir'))

View File

@@ -1,7 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/mpdevil/mpdevil">
<file>AboutDialog.ui</file>
<file>ShortcutsWindow.ui</file>
</gresource>
</gresources>

View File

@@ -23,12 +23,12 @@
</ul> </ul>
</description> </description>
<releases> <releases>
<release version="1.5.0" date="2021-12-30"/> <release version="1.2.1" date="2021-05-04"/>
</releases> </releases>
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable> <launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
<screenshots> <screenshots>
<screenshot type="default"> <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> </screenshot>
</screenshots> </screenshots>
<url type="homepage">https://github.com/SoongNoonien/mpdevil</url> <url type="homepage">https://github.com/SoongNoonien/mpdevil</url>

View File

@@ -1,10 +1,11 @@
[Desktop Entry] [Desktop Entry]
Name=mpdevil 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=org.mpdevil.mpdevil Icon=org.mpdevil.mpdevil
Terminal=false Terminal=false
Type=Application Type=Application
StartupNotify=true StartupNotify=true
Categories=Audio;AudioVideo;Player;GTK Categories=Audio;AudioVideo;Player;GTK

View File

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

View File

@@ -1,10 +0,0 @@
project('mpdevil', version: '1.5.0')
i18n = import('i18n')
gnome = import('gnome')
resources_dir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())
subdir('data')
subdir('src')
subdir('po')

View File

@@ -1 +0,0 @@
de nl

View File

@@ -1,4 +0,0 @@
src/mpdevil.py
data/org.mpdevil.mpdevil.desktop.in
data/AboutDialog.ui
data/ShortcutsWindow.ui

4
po/POTFILES.in Normal file
View File

@@ -0,0 +1,4 @@
[encoding: UTF-8]
bin/mpdevil
data/org.mpdevil.mpdevil.desktop.in

842
po/de.po

File diff suppressed because it is too large Load Diff

View File

@@ -1 +0,0 @@
i18n.gettext('mpdevil', preset: 'glib')

View File

@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mpdevil package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mpdevil\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-30 01:19+0100\n" "POT-Creation-Date: 2021-04-20 17:46+0200\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"
@@ -18,561 +18,509 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: src/mpdevil.py:490 #: mpdevil:442
#, python-brace-format #, python-brace-format
msgid "{days} day" msgid "{days} day"
msgid_plural "{days} days" msgid_plural "{days} days"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: src/mpdevil.py:527 #: mpdevil:477
#, python-brace-format msgid "Unknown Title"
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] ""
msgstr[1] ""
#: src/mpdevil.py:1005
msgid "(restart required)"
msgstr "" msgstr ""
#: src/mpdevil.py:1051 #: 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" msgid "Use Client-side decoration"
msgstr "" msgstr ""
#: src/mpdevil.py:1052 #: mpdevil:955
msgid "Show stop button" msgid "Show stop button"
msgstr "" msgstr ""
#: src/mpdevil.py:1053 #: mpdevil:956
msgid "Show audio format"
msgstr ""
#: src/mpdevil.py:1054
msgid "Show lyrics button" msgid "Show lyrics button"
msgstr "" msgstr ""
#: src/mpdevil.py:1055 #: mpdevil:957
msgid "Place playlist at the side" msgid "Place playlist at the side"
msgstr "" msgstr ""
#: src/mpdevil.py:1061 #: mpdevil:958
msgid "Main cover size" msgid "Use “Album Artist” tag"
msgstr "" msgstr ""
#: src/mpdevil.py:1062 #: mpdevil:959
msgid "Album view cover size"
msgstr ""
#: src/mpdevil.py:1063
msgid "Action bar icon size"
msgstr ""
#: src/mpdevil.py:1073
msgid "Support “MPRIS”"
msgstr ""
#: src/mpdevil.py:1074
msgid "Sort albums by year"
msgstr ""
#: src/mpdevil.py:1075
msgid "Send notification on title change" msgid "Send notification on title change"
msgstr "" msgstr ""
#: src/mpdevil.py:1076 #: mpdevil:960
msgid "Play selected albums and titles immediately"
msgstr ""
#: src/mpdevil.py:1077
msgid "Rewind via previous button"
msgstr ""
#: src/mpdevil.py:1078
msgid "Stop playback on quit" msgid "Stop playback on quit"
msgstr "" msgstr ""
#: src/mpdevil.py:1105 #: mpdevil:961
msgid "Choose directory" msgid "Play selected albums and titles immediately"
msgstr "" msgstr ""
#: src/mpdevil.py:1118 #: mpdevil:962
msgid "Connect via Unix domain socket" msgid "Sort albums by year"
msgstr "" msgstr ""
#: src/mpdevil.py:1137 #: 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 "" 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 ""
#: src/mpdevil.py:1142 #: mpdevil:1067
msgid "Socket:" msgid "Profile:"
msgstr "" msgstr ""
#: src/mpdevil.py:1144 #: mpdevil:1068
msgid "Name:"
msgstr ""
#: mpdevil:1069
msgid "Host:" msgid "Host:"
msgstr "" msgstr ""
#: src/mpdevil.py:1146 #: mpdevil:1070
msgid "Password:" msgid "Password:"
msgstr "" msgstr ""
#: src/mpdevil.py:1147 #: mpdevil:1071
msgid "Music lib:" msgid "Music lib:"
msgstr "" msgstr ""
#: src/mpdevil.py:1149 #: mpdevil:1072
msgid "Cover regex:" msgid "Cover regex:"
msgstr "" msgstr ""
#: src/mpdevil.py:1173 src/mpdevil.py:3569 #: mpdevil:1207
msgid "Profile 1" msgid "Choose directory"
msgstr "" msgstr ""
#: src/mpdevil.py:1174 src/mpdevil.py:3569 #: mpdevil:1236
msgid "Profile 2"
msgstr ""
#: src/mpdevil.py:1175 src/mpdevil.py:3569
msgid "Profile 3"
msgstr ""
#. connect button
#: src/mpdevil.py:1179 src/mpdevil.py:3451
msgid "Connect"
msgstr ""
#. label
#: src/mpdevil.py:1204
msgid "Choose the order of information to appear in the playlist:" msgid "Choose the order of information to appear in the playlist:"
msgstr "" msgstr ""
#. fill store #: mpdevil:1253 mpdevil:1783 mpdevil:1910 mpdevil:2907
#: src/mpdevil.py:1221 src/mpdevil.py:1641 src/mpdevil.py:1840
#: src/mpdevil.py:2461
msgid "No" msgid "No"
msgstr "" msgstr ""
#: src/mpdevil.py:1221 src/mpdevil.py:2462 #: mpdevil:1253 mpdevil:2908
msgid "Disc" msgid "Disc"
msgstr "" msgstr ""
#: src/mpdevil.py:1221 src/mpdevil.py:1644 src/mpdevil.py:1671 #: mpdevil:1253 mpdevil:1786 mpdevil:1915 mpdevil:2909
#: src/mpdevil.py:1841 src/mpdevil.py:2463 src/mpdevil.py:2556
#: src/mpdevil.py:2558
msgid "Title" msgid "Title"
msgstr "" msgstr ""
#: src/mpdevil.py:1221 src/mpdevil.py:1842 src/mpdevil.py:2464 #: mpdevil:1253 mpdevil:1921 mpdevil:2910
msgid "Artist" msgid "Artist"
msgstr "" msgstr ""
#: src/mpdevil.py:1221 src/mpdevil.py:1843 src/mpdevil.py:2465 #: mpdevil:1253 mpdevil:1927 mpdevil:2911
msgid "Album" msgid "Album"
msgstr "" msgstr ""
#: src/mpdevil.py:1221 src/mpdevil.py:1648 src/mpdevil.py:1844 #: mpdevil:1253 mpdevil:1789 mpdevil:1933 mpdevil:2912
#: src/mpdevil.py:2466
msgid "Length" msgid "Length"
msgstr "" msgstr ""
#: src/mpdevil.py:1221 src/mpdevil.py:2467 #: mpdevil:1253 mpdevil:2913
msgid "Year" msgid "Year"
msgstr "" msgstr ""
#: src/mpdevil.py:1221 src/mpdevil.py:2468 #: mpdevil:1253 mpdevil:2914
msgid "Genre" msgid "Genre"
msgstr "" msgstr ""
#: src/mpdevil.py:1305 src/mpdevil.py:1307 src/mpdevil.py:3452 #: mpdevil:1369 mpdevil:1371 mpdevil:3853
#: src/mpdevil.py:3561 msgid "Settings"
msgid "Preferences"
msgstr "" msgstr ""
#: src/mpdevil.py:1321 src/mpdevil.py:1332 #: mpdevil:1384 mpdevil:1393 mpdevil:3700
msgid "View" msgid "General"
msgstr "" msgstr ""
#: src/mpdevil.py:1322 src/mpdevil.py:1333 #: mpdevil:1385 mpdevil:1394 mpdevil:3864
msgid "Behavior"
msgstr ""
#: src/mpdevil.py:1323 src/mpdevil.py:1334 data/ShortcutsWindow.ui:228
msgid "Playlist"
msgstr ""
#: src/mpdevil.py:1324 src/mpdevil.py:1335
msgid "Profiles" msgid "Profiles"
msgstr "" msgstr ""
#: src/mpdevil.py:1352 #: mpdevil:1386 mpdevil:1395 mpdevil:3704
msgid "Playlist"
msgstr ""
#: mpdevil:1408
msgid "Stats" msgid "Stats"
msgstr "" msgstr ""
#: src/mpdevil.py:1361 #: mpdevil:1418
msgid "<b>Protocol:</b>" msgid "<b>Protocol:</b>"
msgstr "" msgstr ""
#: src/mpdevil.py:1362 #: mpdevil:1419
msgid "<b>Uptime:</b>" msgid "<b>Uptime:</b>"
msgstr "" msgstr ""
#: src/mpdevil.py:1363 #: mpdevil:1420
msgid "<b>Playtime:</b>" msgid "<b>Playtime:</b>"
msgstr "" msgstr ""
#: src/mpdevil.py:1364 #: mpdevil:1421
msgid "<b>Artists:</b>" msgid "<b>Artists:</b>"
msgstr "" msgstr ""
#: src/mpdevil.py:1365 #: mpdevil:1422
msgid "<b>Albums:</b>" msgid "<b>Albums:</b>"
msgstr "" msgstr ""
#: src/mpdevil.py:1366 #: mpdevil:1423
msgid "<b>Songs:</b>" msgid "<b>Songs:</b>"
msgstr "" msgstr ""
#: src/mpdevil.py:1367 #: mpdevil:1424
msgid "<b>Total Playtime:</b>" msgid "<b>Total Playtime:</b>"
msgstr "" msgstr ""
#: src/mpdevil.py:1368 #: mpdevil:1425
msgid "<b>Database Update:</b>" msgid "<b>Database Update:</b>"
msgstr "" msgstr ""
#. open-with button #: mpdevil:1449
#: src/mpdevil.py:1416 msgid "A simple music browser for MPD"
msgstr ""
#: mpdevil:1529
msgid "Open with…" msgid "Open with…"
msgstr "" msgstr ""
#: src/mpdevil.py:1426 src/mpdevil.py:1703 #: mpdevil:1544 mpdevil:1843
msgid "Append" msgid "Append"
msgstr "" msgstr ""
#: src/mpdevil.py:1427 src/mpdevil.py:1704 #: mpdevil:1545 mpdevil:1844
msgid "Play" msgid "Play"
msgstr "" msgstr ""
#: src/mpdevil.py:1428 src/mpdevil.py:1705 #: mpdevil:1546 mpdevil:1845
msgid "Enqueue" msgid "Enqueue"
msgstr "" msgstr ""
#: src/mpdevil.py:1445 #: mpdevil:1564
msgid "MPD-Tag" msgid "MPD-Tag"
msgstr "" msgstr ""
#: src/mpdevil.py:1448 #: mpdevil:1567
msgid "Value" msgid "Value"
msgstr "" msgstr ""
#: src/mpdevil.py:1579 #: mpdevil:1718
msgid "_Append" msgid "_Append"
msgstr "" msgstr ""
#: src/mpdevil.py:1579 #: mpdevil:1718 mpdevil:1843
msgid "Add all titles to playlist" msgid "Add all titles to playlist"
msgstr "" msgstr ""
#: src/mpdevil.py:1580 #: mpdevil:1719
msgid "_Play" msgid "_Play"
msgstr "" msgstr ""
#: src/mpdevil.py:1580 #: mpdevil:1719 mpdevil:1844
msgid "Directly play all titles" msgid "Directly play all titles"
msgstr "" msgstr ""
#: src/mpdevil.py:1581 #: mpdevil:1720
msgid "_Enqueue" msgid "_Enqueue"
msgstr "" msgstr ""
#: src/mpdevil.py:1581 #: mpdevil:1720 mpdevil:1845
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 ""
#: src/mpdevil.py:1670 src/mpdevil.py:2652 #: mpdevil:1981
#, python-brace-format msgid "all tags"
msgid "{number} song ({duration})" msgstr ""
msgid_plural "{number} songs ({duration})"
msgstr[0] ""
msgstr[1] ""
#: src/mpdevil.py:1773 #: mpdevil:2005
#, python-brace-format #, python-brace-format
msgid "{hits} hit" msgid "{hits} hit"
msgid_plural "{hits} hits" msgid_plural "{hits} hits"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: src/mpdevil.py:1892 #: mpdevil:2074
msgid "all tags"
msgstr ""
#: src/mpdevil.py:2024
msgid "all genres" msgid "all genres"
msgstr "" msgstr ""
#: src/mpdevil.py:2050 #: mpdevil:2169
msgid "all artists" msgid "all artists"
msgstr "" msgstr ""
#: src/mpdevil.py:2683 #: mpdevil:2400 mpdevil:3009 mpdevil:3284 mpdevil:3285
msgid "Scroll to current song"
msgstr ""
#: src/mpdevil.py:2785
msgid "searching…"
msgstr ""
#: src/mpdevil.py:2790
msgid "connection error"
msgstr ""
#: src/mpdevil.py:2792
msgid "lyrics not found"
msgstr ""
#: src/mpdevil.py:2899
msgid "Lyrics"
msgstr ""
#: src/mpdevil.py:2990 src/mpdevil.py:2991
#, python-brace-format #, python-brace-format
msgid "{number} song" msgid "{titles} title"
msgid_plural "{number} songs" msgid_plural "{titles} titles"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: src/mpdevil.py:3196 #: mpdevil:2402
msgid "Repeat mode"
msgstr ""
#: src/mpdevil.py:3197
msgid "Random mode"
msgstr ""
#: src/mpdevil.py:3198
msgid "Single mode"
msgstr ""
#: src/mpdevil.py:3199
msgid "Consume mode"
msgstr ""
#: src/mpdevil.py:3421
msgid "Updating Database…"
msgstr ""
#: src/mpdevil.py:3473
#, python-brace-format #, python-brace-format
msgid "Connection to “{socket}” failed" msgid "on {discs} discs"
msgstr "" msgstr ""
#: src/mpdevil.py:3475 #: mpdevil:2551 mpdevil:3723
#, python-brace-format
msgid "Connection to “{host}:{port}” failed"
msgstr ""
#: src/mpdevil.py:3546
msgid "Search"
msgstr ""
#: src/mpdevil.py:3549 data/ShortcutsWindow.ui:99
msgid "Back to current album" msgid "Back to current album"
msgstr "" msgstr ""
#: src/mpdevil.py:3562 #: mpdevil:2553
msgid "Keyboard Shortcuts" msgid "Search"
msgstr "" msgstr ""
#: src/mpdevil.py:3563 #: mpdevil:2715
msgid "Help" msgid "searching..."
msgstr "" msgstr ""
#: src/mpdevil.py:3564 #: mpdevil:2720
msgid "About mpdevil" msgid "connection error"
msgstr "" msgstr ""
#: src/mpdevil.py:3566 #: mpdevil:2722
msgid "Update Database" msgid "lyrics not found"
msgstr "" msgstr ""
#: src/mpdevil.py:3567 #: mpdevil:2765
msgid "Server Stats" #, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] ""
msgstr[1] ""
#: mpdevil:2881
msgid "Scroll to current song"
msgstr "" msgstr ""
#: src/mpdevil.py:3574 #: mpdevil:2889 mpdevil:3739
msgid "Mini Player" msgid "Clear playlist"
msgstr "" msgstr ""
#: src/mpdevil.py:3575 #: mpdevil:3177
msgid "Genre Filter" msgid "Show lyrics"
msgstr "" msgstr ""
#: src/mpdevil.py:3585 #: mpdevil:3486
msgid "Menu" msgid "Random mode"
msgstr "" msgstr ""
#: src/mpdevil.py:3638 src/mpdevil.py:3640 #: mpdevil:3488
msgid "connecting…" msgid "Repeat mode"
msgstr "" msgstr ""
#: src/mpdevil.py:3797 #: mpdevil:3490
msgid "Debug mode" msgid "Single mode"
msgstr "" msgstr ""
#: data/org.mpdevil.mpdevil.desktop.in:3 #: mpdevil:3492
msgid "mpdevil" msgid "Consume mode"
msgstr "" msgstr ""
#: data/org.mpdevil.mpdevil.desktop.in:4 #: mpdevil:3701
msgid "MPD Client"
msgstr ""
#: data/org.mpdevil.mpdevil.desktop.in:5 data/AboutDialog.ui:7
msgid "A simple music browser for MPD"
msgstr ""
#: data/ShortcutsWindow.ui:12
msgid "General"
msgstr ""
#: data/ShortcutsWindow.ui:16
msgid "Open online help"
msgstr ""
#: data/ShortcutsWindow.ui:23
msgid "Open shortcuts window"
msgstr ""
#: data/ShortcutsWindow.ui:30
msgid "Open menu"
msgstr ""
#: data/ShortcutsWindow.ui:37
msgid "Update database"
msgstr ""
#: data/ShortcutsWindow.ui:44
msgid "Quit"
msgstr ""
#: data/ShortcutsWindow.ui:53
msgid "Window" msgid "Window"
msgstr "" msgstr ""
#: data/ShortcutsWindow.ui:57 #: mpdevil:3702
msgid "Cycle through profiles"
msgstr ""
#: data/ShortcutsWindow.ui:64
msgid "Cycle through profiles in reversed order"
msgstr ""
#: data/ShortcutsWindow.ui:71
msgid "Toggle mini player"
msgstr ""
#: data/ShortcutsWindow.ui:78
msgid "Toggle genre filter"
msgstr ""
#: data/ShortcutsWindow.ui:85
msgid "Toggle lyrics"
msgstr ""
#: data/ShortcutsWindow.ui:92
msgid "Toggle search"
msgstr ""
#: data/ShortcutsWindow.ui:108
msgid "Playback" msgid "Playback"
msgstr "" msgstr ""
#: data/ShortcutsWindow.ui:112 #: mpdevil:3703
msgid "Play/Pause"
msgstr ""
#: data/ShortcutsWindow.ui:119
msgid "Stop"
msgstr ""
#: data/ShortcutsWindow.ui:126
msgid "Stop after current title"
msgstr ""
#: data/ShortcutsWindow.ui:133
msgid "Next title"
msgstr ""
#: data/ShortcutsWindow.ui:140
msgid "Previous title"
msgstr ""
#: data/ShortcutsWindow.ui:147
msgid "Seek forward"
msgstr ""
#: data/ShortcutsWindow.ui:154
msgid "Seek backward"
msgstr ""
#: data/ShortcutsWindow.ui:161
msgid "Toggle repeat mode"
msgstr ""
#: data/ShortcutsWindow.ui:168
msgid "Toggle random mode"
msgstr ""
#: data/ShortcutsWindow.ui:175
msgid "Toggle single mode"
msgstr ""
#: data/ShortcutsWindow.ui:182
msgid "Toggle consume mode"
msgstr ""
#: data/ShortcutsWindow.ui:191
msgid "Search, Album Dialog, Album List and Artist List" msgid "Search, Album Dialog, Album List and Artist List"
msgstr "" msgstr ""
#: data/ShortcutsWindow.ui:195 #: 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" msgid "Enqueue selected item"
msgstr "" msgstr ""
#: data/ShortcutsWindow.ui:202 #: mpdevil:3735
msgid "Append selected item" msgid "Append selected item"
msgstr "" msgstr ""
#: data/ShortcutsWindow.ui:203 data/ShortcutsWindow.ui:233 #: mpdevil:3735 mpdevil:3738
msgid "Middle-click" msgid "Middle-click"
msgstr "" msgstr ""
#: data/ShortcutsWindow.ui:210 #: mpdevil:3736
msgid "Play selected item immediately" msgid "Play selected item immediately"
msgstr "" msgstr ""
#: data/ShortcutsWindow.ui:211 #: mpdevil:3736
msgid "Double-click" msgid "Double-click"
msgstr "" msgstr ""
#: data/ShortcutsWindow.ui:218 data/ShortcutsWindow.ui:247 #: mpdevil:3737 mpdevil:3740
msgid "Show additional information" msgid "Show additional information"
msgstr "" msgstr ""
#: data/ShortcutsWindow.ui:219 data/ShortcutsWindow.ui:248 #: mpdevil:3737 mpdevil:3740
msgid "Right-click" msgid "Right-click"
msgstr "" msgstr ""
#: data/ShortcutsWindow.ui:232 #: mpdevil:3738
msgid "Remove selected song" msgid "Remove selected song"
msgstr "" msgstr ""
#: data/ShortcutsWindow.ui:240 #: mpdevil:3762
msgid "Clear playlist" 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:3856
msgid "About"
msgstr ""
#: mpdevil:3860
msgid "Server stats"
msgstr ""
#: mpdevil:3865
msgid "Mini player"
msgstr ""
#: mpdevil:3870
msgid "Menu"
msgstr ""
#: mpdevil:3920 mpdevil:3922
msgid "connecting…"
msgstr "" msgstr ""

771
po/nl.po
View File

@@ -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: 2021-12-30 01:19+0100\n" "POT-Creation-Date: 2021-04-20 17:46+0200\n"
"PO-Revision-Date: 2021-12-30 17:16+0100\n" "PO-Revision-Date: 2021-04-20 17:47+0200\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
"Language: nl\n" "Language: nl\n"
@@ -18,89 +18,90 @@ 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"
#: src/mpdevil.py:490 #: mpdevil:442
#, python-brace-format #, python-brace-format
msgid "{days} day" msgid "{days} day"
msgid_plural "{days} days" msgid_plural "{days} days"
msgstr[0] "{days} dag" msgstr[0] "{days} dag"
msgstr[1] "{days} dagen" msgstr[1] "{days} dagen"
#: src/mpdevil.py:527 #: mpdevil:477
#, python-brace-format msgid "Unknown Title"
msgid "{channels} channel" msgstr "Onbekende titel"
msgid_plural "{channels} channels"
msgstr[0] "{channels} kanaal"
msgstr[1] "{channels} kanalen"
#: src/mpdevil.py:1005 #: mpdevil:938
msgid "(restart required)" msgid "Main cover size:"
msgstr "(herstart vereist)" msgstr "Grootte albumhoes:"
#: src/mpdevil.py:1051 #: 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" msgid "Use Client-side decoration"
msgstr "Gebruik vensterdecoratie van mpdevil" msgstr "Gebruik vensterdecoratie van mpdevil"
#: src/mpdevil.py:1052 #: mpdevil:955
msgid "Show stop button" msgid "Show stop button"
msgstr "Toon stopknop" msgstr "Toon stopknop"
#: src/mpdevil.py:1053 #: mpdevil:956
msgid "Show audio format"
msgstr "Toon audioformaat"
#: src/mpdevil.py:1054
msgid "Show lyrics button" msgid "Show lyrics button"
msgstr "Toon songtekstknop" msgstr "Toon songtekstknop"
#: src/mpdevil.py:1055 #: mpdevil:957
msgid "Place playlist at the side" msgid "Place playlist at the side"
msgstr "Plaats afspeellijst aan de zijkant" msgstr "Plaats afspeellijst aan de zijkant"
#: src/mpdevil.py:1061 #: mpdevil:958
msgid "Main cover size" msgid "Use “Album Artist” tag"
msgstr "Grootte albumhoes" msgstr "Gebruik tag \"Album Artist\""
#: src/mpdevil.py:1062 #: mpdevil:959
msgid "Album view cover size"
msgstr "Hoesgrootte in albumlijst"
#: src/mpdevil.py:1063
msgid "Action bar icon size"
msgstr "Grootte iconen werkbalk"
#: src/mpdevil.py:1073
msgid "Support “MPRIS”"
msgstr "Ondersteun „MPRIS”"
#: src/mpdevil.py:1074
msgid "Sort albums by year"
msgstr "Sorteer albums op jaar"
#: src/mpdevil.py:1075
msgid "Send notification on title change" msgid "Send notification on title change"
msgstr "Verstuur een melding bij titelwisseling" msgstr "Verstuur een melding bij titelwisseling"
#: src/mpdevil.py:1076 #: mpdevil:960
msgid "Play selected albums and titles immediately"
msgstr "Geselecteerde albums en titels direct afspelen"
#: src/mpdevil.py:1077
msgid "Rewind via previous button"
msgstr "Terugspoelen met „vorige” knop"
#: src/mpdevil.py:1078
msgid "Stop playback on quit" msgid "Stop playback on quit"
msgstr "Stop afspelen bij afsluiten" msgstr "Stop afspelen bij afsluiten"
#: src/mpdevil.py:1105 #: mpdevil:961
msgid "Choose directory" msgid "Play selected albums and titles immediately"
msgstr "Kies een map" msgstr "Geselecteerde albums en titels direct afspelen"
#: src/mpdevil.py:1118 #: mpdevil:962
msgid "Connect via Unix domain socket" msgid "Sort albums by year"
msgstr "Verbinden via Unix domain socket" msgstr "Sorteer albums op jaar"
#: src/mpdevil.py:1137 #: 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 "" 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 "
@@ -110,188 +111,171 @@ msgstr ""
"met deze regex wordt getoond. %AlbumArtist% en %Album% worden vervangen door " "met deze regex wordt getoond. %AlbumArtist% en %Album% worden vervangen door "
"de bijbehorende tags van het muziekbestand." "de bijbehorende tags van het muziekbestand."
#: src/mpdevil.py:1142 #: mpdevil:1067
msgid "Socket:" msgid "Profile:"
msgstr "Socket:" msgstr "Profiel:"
#: src/mpdevil.py:1144 #: mpdevil:1068
msgid "Name:"
msgstr "Naam:"
#: mpdevil:1069
msgid "Host:" msgid "Host:"
msgstr "Host:" msgstr "Host:"
#: src/mpdevil.py:1146 #: mpdevil:1070
msgid "Password:" msgid "Password:"
msgstr "Wachtwoord:" msgstr "Wachtwoord:"
#: src/mpdevil.py:1147 #: mpdevil:1071
msgid "Music lib:" msgid "Music lib:"
msgstr "Muziekmap:" msgstr "Muziekmap:"
#: src/mpdevil.py:1149 #: mpdevil:1072
msgid "Cover regex:" msgid "Cover regex:"
msgstr "Regex albumhoes:" msgstr "Regex albumhoes:"
#: src/mpdevil.py:1173 src/mpdevil.py:3569 #: mpdevil:1207
msgid "Profile 1" msgid "Choose directory"
msgstr "Profiel 1" msgstr "Kies een map"
#: src/mpdevil.py:1174 src/mpdevil.py:3569 #: mpdevil:1236
msgid "Profile 2"
msgstr "Profiel 2"
#: src/mpdevil.py:1175 src/mpdevil.py:3569
msgid "Profile 3"
msgstr "Profiel 3"
#. connect button
#: src/mpdevil.py:1179 src/mpdevil.py:3451
msgid "Connect"
msgstr "Verbinden"
#. label
#: src/mpdevil.py:1204
msgid "Choose the order of information to appear in the playlist:" msgid "Choose the order of information to appear in the playlist:"
msgstr "Kies de volgorde van de informatie getoond in de afspeellijst:" msgstr "Kies de volgorde van de informatie getoond in de afspeellijst:"
#. fill store #: mpdevil:1253 mpdevil:1783 mpdevil:1910 mpdevil:2907
#: src/mpdevil.py:1221 src/mpdevil.py:1641 src/mpdevil.py:1840
#: src/mpdevil.py:2461
msgid "No" msgid "No"
msgstr "Nr" msgstr "Nr"
#: src/mpdevil.py:1221 src/mpdevil.py:2462 #: mpdevil:1253 mpdevil:2908
msgid "Disc" msgid "Disc"
msgstr "Disc" msgstr "Disc"
#: src/mpdevil.py:1221 src/mpdevil.py:1644 src/mpdevil.py:1671 #: mpdevil:1253 mpdevil:1786 mpdevil:1915 mpdevil:2909
#: src/mpdevil.py:1841 src/mpdevil.py:2463 src/mpdevil.py:2556
#: src/mpdevil.py:2558
msgid "Title" msgid "Title"
msgstr "Titel" msgstr "Titel"
#: src/mpdevil.py:1221 src/mpdevil.py:1842 src/mpdevil.py:2464 #: mpdevil:1253 mpdevil:1921 mpdevil:2910
msgid "Artist" msgid "Artist"
msgstr "Artiest" msgstr "Artiest"
#: src/mpdevil.py:1221 src/mpdevil.py:1843 src/mpdevil.py:2465 #: mpdevil:1253 mpdevil:1927 mpdevil:2911
msgid "Album" msgid "Album"
msgstr "Album" msgstr "Album"
#: src/mpdevil.py:1221 src/mpdevil.py:1648 src/mpdevil.py:1844 #: mpdevil:1253 mpdevil:1789 mpdevil:1933 mpdevil:2912
#: src/mpdevil.py:2466
msgid "Length" msgid "Length"
msgstr "Lengte" msgstr "Lengte"
#: src/mpdevil.py:1221 src/mpdevil.py:2467 #: mpdevil:1253 mpdevil:2913
msgid "Year" msgid "Year"
msgstr "Jaar" msgstr "Jaar"
#: src/mpdevil.py:1221 src/mpdevil.py:2468 #: mpdevil:1253 mpdevil:2914
msgid "Genre" msgid "Genre"
msgstr "Genre" msgstr "Genre"
#: src/mpdevil.py:1305 src/mpdevil.py:1307 src/mpdevil.py:3452 #: mpdevil:1369 mpdevil:1371 mpdevil:3853
#: src/mpdevil.py:3561 msgid "Settings"
msgid "Preferences" msgstr "Instellingen"
msgstr "Voorkeuren"
#: src/mpdevil.py:1321 src/mpdevil.py:1332 #: mpdevil:1384 mpdevil:1393 mpdevil:3700
msgid "View" msgid "General"
msgstr "Beeld" msgstr "Algemeen"
#: src/mpdevil.py:1322 src/mpdevil.py:1333 #: mpdevil:1385 mpdevil:1394 mpdevil:3864
msgid "Behavior"
msgstr "Gedrag"
#: src/mpdevil.py:1323 src/mpdevil.py:1334 data/ShortcutsWindow.ui:228
msgid "Playlist"
msgstr "Afspeellijst"
#: src/mpdevil.py:1324 src/mpdevil.py:1335
msgid "Profiles" msgid "Profiles"
msgstr "Profielen" msgstr "Profielen"
#: src/mpdevil.py:1352 #: mpdevil:1386 mpdevil:1395 mpdevil:3704
msgid "Playlist"
msgstr "Afspeellijst"
#: mpdevil:1408
msgid "Stats" msgid "Stats"
msgstr "Statistieken" msgstr "Statistieken"
#: src/mpdevil.py:1361 #: mpdevil:1418
msgid "<b>Protocol:</b>" msgid "<b>Protocol:</b>"
msgstr "<b>Protocol:</b>" msgstr "<b>Protocol:</b>"
#: src/mpdevil.py:1362 #: mpdevil:1419
msgid "<b>Uptime:</b>" msgid "<b>Uptime:</b>"
msgstr "<b>Uptime:</b>" msgstr "<b>Uptime:</b>"
#: src/mpdevil.py:1363 #: mpdevil:1420
msgid "<b>Playtime:</b>" msgid "<b>Playtime:</b>"
msgstr "<b>Afspeeltijd:</b>" msgstr "<b>Afspeeltijd:</b>"
#: src/mpdevil.py:1364 #: mpdevil:1421
msgid "<b>Artists:</b>" msgid "<b>Artists:</b>"
msgstr "<b>Artiesten:</b>" msgstr "<b>Artiesten:</b>"
#: src/mpdevil.py:1365 #: mpdevil:1422
msgid "<b>Albums:</b>" msgid "<b>Albums:</b>"
msgstr "<b>Albums:</b>" msgstr "<b>Albums:</b>"
#: src/mpdevil.py:1366 #: mpdevil:1423
msgid "<b>Songs:</b>" msgid "<b>Songs:</b>"
msgstr "<b>Titels:</b>" msgstr "<b>Titels:</b>"
#: src/mpdevil.py:1367 #: mpdevil:1424
msgid "<b>Total Playtime:</b>" msgid "<b>Total Playtime:</b>"
msgstr "<b>Totale speelduur:</b>" msgstr "<b>Totale speelduur:</b>"
#: src/mpdevil.py:1368 #: mpdevil:1425
msgid "<b>Database Update:</b>" msgid "<b>Database Update:</b>"
msgstr "<b>Database bijgewerkt:</b>" msgstr "<b>Database bijgewerkt:</b>"
#. open-with button #: mpdevil:1449
#: src/mpdevil.py:1416 msgid "A simple music browser for MPD"
msgstr "Een simpele muziekspeler voor MPD"
#: mpdevil:1529
msgid "Open with…" msgid "Open with…"
msgstr "Openen met…" msgstr "Openen met…"
#: src/mpdevil.py:1426 src/mpdevil.py:1703 #: mpdevil:1544 mpdevil:1843
msgid "Append" msgid "Append"
msgstr "Toevoegen" msgstr "Toevoegen"
#: src/mpdevil.py:1427 src/mpdevil.py:1704 #: mpdevil:1545 mpdevil:1844
msgid "Play" msgid "Play"
msgstr "Afspelen" msgstr "Afspelen"
#: src/mpdevil.py:1428 src/mpdevil.py:1705 #: mpdevil:1546 mpdevil:1845
msgid "Enqueue" msgid "Enqueue"
msgstr "In wachtrij plaatsen" msgstr "In wachtrij plaatsen"
#: src/mpdevil.py:1445 #: mpdevil:1564
msgid "MPD-Tag" msgid "MPD-Tag"
msgstr "MPD-Tag" msgstr "MPD-Tag"
#: src/mpdevil.py:1448 #: mpdevil:1567
msgid "Value" msgid "Value"
msgstr "Waarde" msgstr "Waarde"
#: src/mpdevil.py:1579 #: mpdevil:1718
msgid "_Append" msgid "_Append"
msgstr "_Toevoegen" msgstr "_Toevoegen"
#: src/mpdevil.py:1579 #: mpdevil:1718 mpdevil:1843
msgid "Add all titles to playlist" msgid "Add all titles to playlist"
msgstr "Voeg alle titels toe aan de afspeellijst" msgstr "Voeg alle titels toe aan de afspeellijst"
#: src/mpdevil.py:1580 #: mpdevil:1719
msgid "_Play" msgid "_Play"
msgstr "_Afspelen" msgstr "_Afspelen"
#: src/mpdevil.py:1580 #: mpdevil:1719 mpdevil:1844
msgid "Directly play all titles" msgid "Directly play all titles"
msgstr "Alle titels direct afspelen" msgstr "Alle titels direct afspelen"
#: src/mpdevil.py:1581 #: mpdevil:1720
msgid "_Enqueue" msgid "_Enqueue"
msgstr "_In wachtrij plaatsen" msgstr "_In wachtrij plaatsen"
#: src/mpdevil.py:1581 #: mpdevil:1720 mpdevil:1845
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"
@@ -299,294 +283,297 @@ msgstr ""
"Alle titels toevoegen na de nu spelende titel en alle overige titels uit de " "Alle titels toevoegen na de nu spelende titel en alle overige titels uit de "
"afspeellijst verwijderen" "afspeellijst verwijderen"
#: src/mpdevil.py:1670 src/mpdevil.py:2652 #: mpdevil:1981
#, python-brace-format msgid "all tags"
msgid "{number} song ({duration})" msgstr "alle tags"
msgid_plural "{number} songs ({duration})"
msgstr[0] "{number} nummer ({duration})"
msgstr[1] "{number} nummers ({duration})"
#: src/mpdevil.py:1773 #: mpdevil:2005
#, python-brace-format #, python-brace-format
msgid "{hits} hit" msgid "{hits} hit"
msgid_plural "{hits} hits" msgid_plural "{hits} hits"
msgstr[0] "{hits} hit" msgstr[0] "{hits} hit"
msgstr[1] "{hits} treffers" msgstr[1] "{hits} treffers"
#: src/mpdevil.py:1892 #: mpdevil:2074
msgid "all tags"
msgstr "alle tags"
#: src/mpdevil.py:2024
msgid "all genres" msgid "all genres"
msgstr "alle genres" msgstr "alle genres"
#: src/mpdevil.py:2050 #: mpdevil:2169
msgid "all artists" msgid "all artists"
msgstr "alle artiesten" msgstr "alle artiesten"
#: src/mpdevil.py:2683 #: mpdevil:2400 mpdevil:3009 mpdevil:3284 mpdevil:3285
msgid "Scroll to current song"
msgstr "Naar de huidige titel scrollen"
#: src/mpdevil.py:2785
msgid "searching…"
msgstr "bezig met zoeken…"
#: src/mpdevil.py:2790
msgid "connection error"
msgstr "verbindingsfout"
#: src/mpdevil.py:2792
msgid "lyrics not found"
msgstr "geen songtekst gevonden"
#: src/mpdevil.py:2899
msgid "Lyrics"
msgstr "Songtekst"
#: src/mpdevil.py:2990 src/mpdevil.py:2991
#, python-brace-format #, python-brace-format
msgid "{number} song" msgid "{titles} title"
msgid_plural "{number} songs" msgid_plural "{titles} titles"
msgstr[0] "{number} nummer" msgstr[0] "{titles} titel"
msgstr[1] "{number} nummers" msgstr[1] "{titles} titels"
#: src/mpdevil.py:3196 #: mpdevil:2402
msgid "Repeat mode"
msgstr "Herhaalmodus"
#: src/mpdevil.py:3197
msgid "Random mode"
msgstr "Willekeurige modus"
#: src/mpdevil.py:3198
msgid "Single mode"
msgstr "Enkele modus"
#: src/mpdevil.py:3199
msgid "Consume mode"
msgstr "Verbruiksmodus"
#: src/mpdevil.py:3421
msgid "Updating Database…"
msgstr "Database bijwerken…"
#: src/mpdevil.py:3473
#, python-brace-format #, python-brace-format
msgid "Connection to “{socket}” failed" msgid "on {discs} discs"
msgstr "Verbinding met „{socket}” mislukt" msgstr "op {discs} discs"
#: src/mpdevil.py:3475 #: mpdevil:2551 mpdevil:3723
#, python-brace-format
msgid "Connection to “{host}:{port}” failed"
msgstr "Verbinding met „{host}:{port}” mislukt"
#: src/mpdevil.py:3546
msgid "Search"
msgstr "Zoeken"
#: src/mpdevil.py:3549 data/ShortcutsWindow.ui:99
msgid "Back to current album" msgid "Back to current album"
msgstr "Terug naar huidige album" msgstr "Terug naar huidige album"
#: src/mpdevil.py:3562 #: mpdevil:2553
msgid "Keyboard Shortcuts" msgid "Search"
msgstr "Sneltoetsen" msgstr "Zoeken"
#: src/mpdevil.py:3563 #: mpdevil:2715
msgid "Help" msgid "searching..."
msgstr "Hulp" msgstr "bezig met zoeken..."
#: src/mpdevil.py:3564 #: mpdevil:2720
msgid "About mpdevil" msgid "connection error"
msgstr "Over mpdevil" msgstr "verbindingsfout"
#: src/mpdevil.py:3566 #: mpdevil:2722
msgid "Update Database" msgid "lyrics not found"
msgstr "Database bijwerken" msgstr "geen songtekst gevonden"
#: src/mpdevil.py:3567 #: mpdevil:2765
msgid "Server Stats" #, python-brace-format
msgstr "Serverstatistieken" msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] "{channels} kanaal"
msgstr[1] "{channels} kanalen"
#: src/mpdevil.py:3574 #: mpdevil:2881
msgid "Mini Player" msgid "Scroll to current song"
msgstr "Minispeler" msgstr "Naar de huidige titel scrollen"
#: src/mpdevil.py:3575 #: mpdevil:2889 mpdevil:3739
msgid "Genre Filter"
msgstr "Genrefilter"
#: src/mpdevil.py:3585
msgid "Menu"
msgstr "Menu"
#: src/mpdevil.py:3638 src/mpdevil.py:3640
msgid "connecting…"
msgstr "verbinding maken…"
#: src/mpdevil.py:3797
msgid "Debug mode"
msgstr "Debugmodus"
#: data/org.mpdevil.mpdevil.desktop.in:3
msgid "mpdevil"
msgstr "mpdevil"
#: data/org.mpdevil.mpdevil.desktop.in:4
msgid "MPD Client"
msgstr "MPD Client"
#: data/org.mpdevil.mpdevil.desktop.in:5 data/AboutDialog.ui:7
msgid "A simple music browser for MPD"
msgstr "Een simpele muziekspeler voor MPD"
#: data/ShortcutsWindow.ui:12
msgid "General"
msgstr "Algemeen"
#: data/ShortcutsWindow.ui:16
msgid "Open online help"
msgstr "Online hulp openen"
#: data/ShortcutsWindow.ui:23
msgid "Open shortcuts window"
msgstr "Venster met sneltoetsen openen"
#: data/ShortcutsWindow.ui:30
msgid "Open menu"
msgstr "Menu openen"
#: data/ShortcutsWindow.ui:37
msgid "Update database"
msgstr "Database bijwerken"
#: data/ShortcutsWindow.ui:44
msgid "Quit"
msgstr "Stoppen"
#: data/ShortcutsWindow.ui:53
msgid "Window"
msgstr "Venster"
#: data/ShortcutsWindow.ui:57
msgid "Cycle through profiles"
msgstr "Profielen doorlopen"
#: data/ShortcutsWindow.ui:64
msgid "Cycle through profiles in reversed order"
msgstr "Profielen doorlopen in omgekeerde volgorde"
#: data/ShortcutsWindow.ui:71
msgid "Toggle mini player"
msgstr "Omschakelen naar minispeler"
#: data/ShortcutsWindow.ui:78
msgid "Toggle genre filter"
msgstr "Genrefilter aan/uitzetten"
#: data/ShortcutsWindow.ui:85
msgid "Toggle lyrics"
msgstr "Omschakelen naar songtekst"
#: data/ShortcutsWindow.ui:92
msgid "Toggle search"
msgstr "Omschakelen naar zoeken"
#: data/ShortcutsWindow.ui:108
msgid "Playback"
msgstr "Afspelen"
#: data/ShortcutsWindow.ui:112
msgid "Play/Pause"
msgstr "Afspelen/Pauzeren"
#: data/ShortcutsWindow.ui:119
msgid "Stop"
msgstr "Stoppen"
#: data/ShortcutsWindow.ui:126
msgid "Stop after current title"
msgstr "Stop na huidige titel"
#: data/ShortcutsWindow.ui:133
msgid "Next title"
msgstr "Volgende titel"
#: data/ShortcutsWindow.ui:140
msgid "Previous title"
msgstr "Vorige titel"
#: data/ShortcutsWindow.ui:147
msgid "Seek forward"
msgstr "Vooruit spoelen"
#: data/ShortcutsWindow.ui:154
msgid "Seek backward"
msgstr "Achteruit spoelen"
#: data/ShortcutsWindow.ui:161
msgid "Toggle repeat mode"
msgstr "Omschakelen naar herhaalmodus"
#: data/ShortcutsWindow.ui:168
msgid "Toggle random mode"
msgstr "Omschakelen naar willekeurige modus"
#: data/ShortcutsWindow.ui:175
msgid "Toggle single mode"
msgstr "Omschakelen naar enkele modus"
#: data/ShortcutsWindow.ui:182
msgid "Toggle consume mode"
msgstr "Omschakelen naar verbruiksmodus"
#: data/ShortcutsWindow.ui:191
msgid "Search, Album Dialog, Album List and Artist List"
msgstr "Zoeken, Albumdialoog, Albumlijst en Artiestenlijst"
#: data/ShortcutsWindow.ui:195
msgid "Enqueue selected item"
msgstr "Geselecteerde item in wachtrij plaatsen"
#: data/ShortcutsWindow.ui:202
msgid "Append selected item"
msgstr "Geselecteerde item toevoegen"
#: data/ShortcutsWindow.ui:203 data/ShortcutsWindow.ui:233
msgid "Middle-click"
msgstr "Middelklik"
#: data/ShortcutsWindow.ui:210
msgid "Play selected item immediately"
msgstr "Geselecteerde item direct afspelen"
#: data/ShortcutsWindow.ui:211
msgid "Double-click"
msgstr "Dubbelklik"
#: data/ShortcutsWindow.ui:218 data/ShortcutsWindow.ui:247
msgid "Show additional information"
msgstr "Toon extra informatie"
#: data/ShortcutsWindow.ui:219 data/ShortcutsWindow.ui:248
msgid "Right-click"
msgstr "Rechtsklik"
#: data/ShortcutsWindow.ui:232
msgid "Remove selected song"
msgstr "Geselecteerde titel verwijderen"
#: data/ShortcutsWindow.ui:240
msgid "Clear playlist" msgid "Clear playlist"
msgstr "Afspeellijst legen" msgstr "Afspeellijst legen"
#~ msgid "Use “Album Artist” tag" #: mpdevil:3177
#~ msgstr "Gebruik tag „Album Artist”" msgid "Show lyrics"
msgstr "Toon songtekst"
#~ msgid "Filter by genre" #: mpdevil:3486
#~ msgstr "Filter op genre" msgid "Random mode"
msgstr "Willekeurige modus"
#~ msgid "Show lyrics" #: mpdevil:3488
#~ msgstr "Toon songtekst" 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:3855
msgid "Help"
msgstr "Hulp"
#: mpdevil:3856
msgid "About"
msgstr "Over"
#: mpdevil:3860
msgid "Server stats"
msgstr "Serverstatistieken"
#: mpdevil:3865
msgid "Mini player"
msgstr "Minispeler"
#: mpdevil:3870
msgid "Menu"
msgstr "Menu"
#: mpdevil:3920 mpdevil:3922
msgid "connecting…"
msgstr "verbinding maken…"
#~ msgid "Show initials in artist view"
#~ msgstr "Toon beginletters in artiestenlijst"
#~ msgid "Play selected item (next)"
#~ msgstr "Geselecteerde item afspelen (volgende)"
#~ 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

29
setup.py Normal file
View File

@@ -0,0 +1,29 @@
#!/usr/bin/python3
# -*- coding: utf-8 -*-
import DistUtilsExtra.auto
DistUtilsExtra.auto.setup(
name='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'),
url="https://github.com/SoongNoonien/mpdevil",
license='GPL-3.0',
data_files=[
('share/metainfo/', ['data/org.mpdevil.mpdevil.appdata.xml']),
('share/icons/hicolor/16x16/apps/', ['data/icons/16x16/org.mpdevil.mpdevil.png']),
('share/icons/hicolor/24x24/apps/', ['data/icons/24x24/org.mpdevil.mpdevil.png']),
('share/icons/hicolor/32x32/apps/', ['data/icons/32x32/org.mpdevil.mpdevil.png']),
('share/icons/hicolor/48x48/apps/', ['data/icons/48x48/org.mpdevil.mpdevil.png']),
('share/icons/hicolor/64x64/apps/', ['data/icons/64x64/org.mpdevil.mpdevil.png']),
('share/icons/hicolor/128x128/apps/', ['data/icons/128x128/org.mpdevil.mpdevil.png']),
('share/icons/hicolor/256x256/apps/', ['data/icons/256x256/org.mpdevil.mpdevil.png']),
('share/icons/hicolor/scalable/apps/', ['data/icons/scalable/org.mpdevil.mpdevil.svg']),
('share/icons/hicolor/scalable/apps/', ['data/icons/scalable/org.mpdevil.mpdevil-symbolic.svg']),
('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']),
],
)

View File

@@ -1,10 +0,0 @@
conf = configuration_data()
conf.set('RESOURCES_DIR', resources_dir)
conf.set('LOCALE_DIR', join_paths(get_option('prefix'), get_option('datadir'), 'locale'))
configure_file(
input: 'mpdevil.py',
output: 'mpdevil',
configuration: conf,
install_dir: join_paths(get_option('prefix'), get_option('bindir'))
)

File diff suppressed because it is too large Load Diff