Compare commits

...

920 Commits

Author SHA1 Message Date
Martin Wagner 71a4a7d3bb
Merge pull request #75 from Newbytee/fix-build-instructions
Use `meson setup` in build instructions
2023-08-02 15:20:17 +02:00
Stefan Hansson f7e2a6c17a
Use `meson setup` in build instructions
Running `setup` without explicitly mentioning it is depreciated and will
be removed in a future version of Meson, so let's do it the correct way.
2023-08-02 12:37:40 +02:00
Martin Wagner b0c0a29291 removed workaround for python-mpd2<3.1 2023-05-04 18:16:36 +02:00
Martin Wagner 8783e9b33b preparations for 1.10.2 2023-03-18 13:11:31 +01:00
Martin Wagner 7054643080 fixed dbus timeouts 2023-02-28 00:32:18 +01:00
Martin Wagner 0ee982f7e4 work around inactive but available org.freedesktop.FileManager1 2023-02-28 00:30:41 +01:00
Martin Wagner 2b150f8a19 fixed some return types in MPRIS interface 2023-02-27 23:38:11 +01:00
Martin Wagner c1b8fd211c test for org.freedesktop.FileManager1 2023-02-26 11:53:32 +01:00
Martin Wagner 97e6a37144 preparations for 1.10.1 2023-01-30 17:48:35 +01:00
Martin Wagner 53e55e38fd updated Bulgarian translation 2023-01-30 17:46:48 +01:00
Martin Wagner b0b1cf9e51 minor css provider fixes 2023-01-23 19:04:31 +01:00
Martin Wagner cf22013983 allow text zooming in lyrics window 2023-01-23 19:02:00 +01:00
Martin Wagner 1b743c96ee avoid cursor reset to show better keyboard focus 2023-01-20 18:15:55 +01:00
Martin Wagner 4c65908050
Merge pull request #70 from MasFlam/master
Update the Polish translation strings
2023-01-19 17:16:44 +01:00
MasFlam 42a1308a85
Update the Polish translation strings 2023-01-19 12:54:56 +01:00
Martin Wagner da1e516f51 made release-events act more like actual buttons 2023-01-16 20:46:02 +01:00
Martin Wagner b17106b45e unified button release and press events 2023-01-16 20:21:34 +01:00
Martin Wagner 7302bea05d updated Dutch translation 2023-01-15 18:20:33 +01:00
Martin Wagner 847c5782a7
Merge pull request #69 from ersen0/po
update turkish translation for 1.10
2023-01-13 19:33:53 +01:00
Oğuz Ersen 40e6899c08
update turkish translation 2023-01-13 21:05:39 +03:00
Martin Wagner 71dbf7d786
Merge pull request #68 from grosmanal/french-1.10
french translations for 1.10
2023-01-13 17:45:03 +01:00
Emmanuel Averty 7378557b7f french translations for 1.10 2023-01-13 17:39:15 +01:00
Martin Wagner 4d01dd6109 updated copyright 2023-01-04 15:33:08 +01:00
Martin Wagner 65668a4163 preparations for 1.10.0 2022-12-29 22:35:39 +01:00
Martin Wagner 1fd5a75567 avoid double seek 2022-12-29 18:43:57 +01:00
Martin Wagner a2e8ac875a updated German translation 2022-12-26 20:44:12 +01:00
Martin Wagner d4ab4f38c9 added A-B loop 2022-12-26 20:42:11 +01:00
Martin Wagner 8f55d37819 readded numpad shortcuts 2022-12-24 10:21:43 +01:00
Martin Wagner ad3938f784 reworked back buttons 2022-12-23 22:53:51 +01:00
Martin Wagner 05bb8ae1a5 simplified some tooltips 2022-12-18 22:44:54 +01:00
Martin Wagner 69e9e33273 simplified CoverEventBox 2022-12-02 18:18:39 +01:00
Martin Wagner 3bd3d8d687 updated German translation 2022-12-02 18:12:42 +01:00
Martin Wagner 278da949b0 reworked song menus 2022-12-02 18:08:28 +01:00
Kian-Meng Ang 607309fcf6
Fix typos (#64)
Found via `codespell -S po`
2022-11-29 11:19:10 +01:00
Martin Wagner b9a3989893 fixed menu position 2022-11-28 23:19:58 +01:00
Martin Wagner 00cc65f421 formatting changes in PlaylistView 2022-11-28 23:12:16 +01:00
Martin Wagner 39a9245fd6 simplified menus 2022-11-28 23:10:45 +01:00
Martin Wagner c2dd1674f2 removed some hacky global shortcuts 2022-11-28 21:34:59 +01:00
Martin Wagner bf25bfa7bc removed local shortcuts from shortcuts window 2022-11-28 20:19:27 +01:00
Martin Wagner 7cd41deef6 removed some obsolete shortcuts 2022-11-28 20:15:07 +01:00
Martin Wagner 0645816972 replaced popovers by menus 2022-11-28 19:12:34 +01:00
Martin Wagner 0526ce3328 removed focus settings of close_button 2022-11-26 11:18:23 +01:00
Martin Wagner f859a08a5f fixed maximize 2022-11-23 18:49:34 +01:00
Martin Wagner da14ac2ef6 don't unset cursor in SelectionList
When no cursor is set in SelectionList and the keyboard focus enters the widget a "item-reselected" is triggered.
2022-11-23 18:34:53 +01:00
Martin Wagner 1231e07f52 removed unneeded argument of MainCover 2022-11-23 18:23:53 +01:00
Martin Wagner 11e45a5d5d use browse mode in SongsList 2022-11-23 18:21:26 +01:00
Martin Wagner 3e4ca4a116 reworked browsing 2022-11-23 18:18:56 +01:00
Martin Wagner fab8604fd3 replaced AlbumPopover with AlbumView 2022-11-23 17:42:42 +01:00
Martin Wagner 0e556a39f1
Merge pull request #63 from grosmanal/french-translator-credits
add french translator credits
2022-11-20 11:13:28 +01:00
Emmanuel Averty cf79da1f88 add french translator credits 2022-11-20 10:24:24 +01:00
Martin Wagner 9683c62274
Merge pull request #62 from grosmanal/translation-french
add french translations
2022-11-19 23:12:46 +01:00
Emmanuel Averty 9a7f1e431e add french translations 2022-11-19 15:48:32 +01:00
Martin Wagner b4671ccc89 updated feature list 2022-11-06 11:58:11 +01:00
Martin Wagner 4fb0230c43 changed "lib-path" to "music-directory" 2022-11-06 11:52:41 +01:00
Martin Wagner 270619b15c updated translations 2022-11-06 11:38:18 +01:00
Martin Wagner fccb95287d trigger reconnect on socket-connection change 2022-11-06 11:20:23 +01:00
Martin Wagner 719aadfdfb fixed focus in ConnectionSettings 2022-11-06 11:14:15 +01:00
Martin Wagner ed67499101 connect via unix socket per default 2022-11-06 10:50:43 +01:00
Martin Wagner 2b42dc22a7 fixed method name 2022-11-06 10:47:10 +01:00
Martin Wagner 9216e7f517 unified fallbacks 2022-11-06 10:40:28 +01:00
Martin Wagner d4ab26c8d2 removed profiles 2022-11-06 10:30:55 +01:00
Martin Wagner 1927e61689 fixed socket connect with low permissions 2022-11-05 14:48:43 +01:00
Martin Wagner bc14370ef2 preparations for 1.9.0 2022-10-23 11:20:54 +02:00
Martin Wagner 5ac1a67806 changed play shortcut 2022-10-22 23:05:26 +02:00
Martin Wagner 79183dc422 fixed unintended revealing of back_button in PlaylistWindow 2022-10-22 12:31:27 +02:00
Martin Wagner d745ba0981 removed middle click action from CoverEventBox 2022-10-22 12:06:43 +02:00
Martin Wagner ec543ed64a reworked capitalization in the description 2022-10-22 11:38:56 +02:00
Martin Wagner 0384bc8e47 updated translation hints 2022-10-22 11:26:46 +02:00
Martin Wagner c37cfe62a8 updated translations 2022-10-22 11:15:12 +02:00
Martin Wagner 176540a488 updated shortcuts window 2022-10-22 11:00:31 +02:00
Martin Wagner 4d386d97e0 fixed scrolling in back_to_current_album 2022-10-22 10:42:25 +02:00
Martin Wagner 1bd340927c made ArtistList a plane filter like GenreList 2022-10-22 10:30:26 +02:00
Martin Wagner 43236a60cd removed confusing "enqueue" buttons 2022-10-22 10:00:49 +02:00
Martin Wagner 4acaf5829e removed unused function of Client 2022-10-22 00:28:34 +02:00
Martin Wagner c05a6f1937 fixed scrolling in PlaylistView 2022-10-21 17:53:11 +02:00
Martin Wagner d1a6f3d66e added missing dependency 2022-10-20 16:41:54 +02:00
Martin Wagner 05b3cc9bbc removed some unused code from PlaylistView 2022-10-19 13:11:37 +02:00
Martin Wagner 38f096cd56 removed subtitles in shortcuts window 2022-10-19 12:05:10 +02:00
Martin Wagner e46ec34ed5 reworked keybindings 2022-10-19 11:38:52 +02:00
Martin Wagner 220cc772b5 disabled search in SongsList 2022-10-18 18:14:55 +02:00
Martin Wagner 563d92f077 updated translation hints 2022-10-18 17:55:37 +02:00
Martin Wagner 8301a05520 updated features list 2022-10-18 17:53:42 +02:00
Martin Wagner 911e52b0f7 removed unmaintained stored playlist features
The stored playlist features were unused by me and therefore untested for almost half a year now. They are incompatiple with mpd servers that do not support stored playlists (playlist_directory not set). Adapting them would make them even longer and more complex.
2022-10-18 17:40:14 +02:00
Martin Wagner da87188a78 fixed errors on fast profile switch 2022-10-01 17:06:00 +02:00
Martin Wagner 7d744f21dd removed empty Gtk.EventBox in CoverLyricsWindow (fixes #52) 2022-09-26 18:59:22 +02:00
Martin Wagner c9be91d3fc preparations for 1.8.1 2022-09-25 19:09:41 +02:00
Martin Wagner bd62ea8d94 tweaked AlbumPopover size 2022-09-23 22:23:00 +02:00
Martin Wagner f9b29f2a3c improved connecting process 2022-09-20 18:42:37 +02:00
Martin Wagner c9838118be clear window title on connection error 2022-09-19 23:27:38 +02:00
Martin Wagner 5e34ea7658 fixed "disconnected" signals 2022-09-19 23:18:32 +02:00
Martin Wagner 1307566b35 fixed play/pause button tooltip 2022-09-19 20:07:39 +02:00
Martin Wagner bf9157c9da always allow moving the window by dragging the album cover 2022-09-18 23:10:49 +02:00
Martin Wagner 2ce23a5b33 synced AboutDialog.ui and AUTHORS 2022-09-16 17:27:53 +02:00
Martin Wagner b1f9f0092d reworked tooltips in PlaybackControl 2022-09-16 17:19:48 +02:00
Martin Wagner 02dec1f5f8 preparations for 1.8.0 2022-09-11 11:50:37 +02:00
Martin Wagner 4cc8c63ef9 always clear window title on startup 2022-09-03 11:30:27 +02:00
Martin Wagner 806b599db2 don't enable back-to-current-album on reconnect 2022-09-03 11:18:16 +02:00
Martin Wagner 279107d2a6 fixed get_current_album_path 2022-09-03 11:15:34 +02:00
Martin Wagner a99ce64c66 fixed back_to_current_album 2022-09-03 10:38:24 +02:00
Martin Wagner f24f58e930 always select current album in AlbumList when possible 2022-09-03 10:12:41 +02:00
Martin Wagner 750a311327 set selection mode to BROWSE in AlbumList 2022-09-02 23:59:27 +02:00
Martin Wagner 23f9ffa76c avoid too many "disconnected" signals 2022-08-27 14:11:41 +02:00
Martin Wagner 6ed7a9c46d fixed typo 2022-08-27 14:05:58 +02:00
Martin Wagner 98d1a140bf separated selecting and scrolling in SelectionList 2022-08-27 14:05:10 +02:00
Martin Wagner 76c27816a8 improved auto scrolling in browser 2022-08-27 13:53:28 +02:00
Martin Wagner b1994fc4bc fixed double selection in SelectionList 2022-08-27 13:50:11 +02:00
Martin Wagner 84216f569f disabled double-click play in ArtistList 2022-08-27 13:42:35 +02:00
Martin Wagner a7a209d577 reworked SelectionList 2022-08-27 13:39:13 +02:00
Martin Wagner 953d5ec8d3 use try, except, else 2022-08-08 18:25:23 +02:00
Martin Wagner 9ed5e67f5e fixed some scrolling issues 2022-07-18 19:29:46 +02:00
Martin Wagner fdeaad4b9f improved back_to_current_song_button to cover less information 2022-07-16 15:16:25 +02:00
Martin Wagner f6124ae45e
Merge pull request #53 from MasFlam/master
Add Polish translation
2022-06-20 19:51:53 +02:00
MasFlam 76b7b3b45b
Add Polish translation 2022-06-20 19:24:44 +02:00
Martin Wagner 7e8b169705 reworked Duration 2022-05-28 14:16:56 +02:00
Martin Wagner 3e2f8c51d2 use GLib.DateTime to parse time 2022-05-27 22:52:02 +02:00
Martin Wagner 6acef07ccc unified time strings 2022-05-27 22:13:04 +02:00
Martin Wagner 666fe08208 fixed cover aspect ratio to 1 2022-05-26 15:58:50 +02:00
Martin Wagner 7f2cccdbab fixed fallback cover placing 2022-05-14 15:22:19 +02:00
Martin Wagner 2369aca946 fixed blurry fallback covers 2022-05-14 14:46:46 +02:00
Martin Wagner 22f452c4ef fixed normal player restore 2022-04-23 14:01:23 +02:00
Martin Wagner d28b9901cb load svg at sufficient size 2022-04-23 13:25:43 +02:00
Martin Wagner 142ff75774 prevent silent crashes 2022-04-23 13:20:10 +02:00
Martin Wagner 9869bd8753 fixed popover placing in AlbumList 2022-04-23 13:06:17 +02:00
Martin Wagner 6f188128ae use get_cursor where possible 2022-04-23 13:03:44 +02:00
Martin Wagner f240215b1f reworked playlist highlighting 2022-04-23 12:36:51 +02:00
Martin Wagner df3f996f71 fixed default mini player size 2022-04-21 17:24:06 +02:00
Martin Wagner 67c914002d auto resize main cover 2022-04-21 17:14:43 +02:00
Martin Wagner 6198a821db fixed ctrl-c behavior 2022-04-16 22:02:18 +02:00
Martin Wagner d07ca0697d set sensitivity of back_button 2022-04-16 21:21:50 +02:00
Martin Wagner 32893f7062 fixed MPRIS Previous method according to the specs
Using conditional previous in the MPRIS interface introduced some bugs.
It was not possible to go to the previous track via plasma's MPRIS client.
2022-04-16 20:47:59 +02:00
Martin Wagner aacf27ccb0 added workaround for Gtk bug 2022-04-09 11:35:30 +02:00
Martin Wagner e328a48af0 preparations for 1.7.0 2022-04-07 12:43:36 +02:00
Martin Wagner 33024c34eb translation update 2022-04-07 12:14:52 +02:00
Martin Wagner c8de9d2cfa alignment fix 2022-04-04 16:16:08 +02:00
Martin Wagner 6ecc2b8f5f implemented add to playlist button 2022-04-04 15:24:46 +02:00
Martin Wagner 152883f6f6 reworked status icons to match Adwaita 42 style 2022-04-03 15:06:03 +02:00
Martin Wagner 07a47d19ce highlight a possible Gtk bug in the code 2022-03-29 19:08:25 +02:00
Martin Wagner 80777db017 Revert "avoid unintended button reveal"
This reverts commit 9b841df3e4.
2022-03-29 19:05:52 +02:00
Martin Wagner c148b2c678 notification fixes 2022-03-25 22:21:53 +01:00
Martin Wagner 9b841df3e4 avoid unintended button reveal 2022-03-25 22:14:27 +01:00
Martin Wagner a90b45438f improved .cue support 2022-03-25 18:41:31 +01:00
Martin Wagner cbc5735d52 harmonized SongPopover and AlbumPopover 2022-03-25 17:26:13 +01:00
Martin Wagner 8bc82fcd13 minor cleanups 2022-03-23 17:23:56 +01:00
Martin Wagner 4008765bc5 centralized cover loading 2022-03-20 13:26:45 +01:00
Martin Wagner 4382511ac3
Merge pull request #49 from ersen0/po-tr
add turkish translation
2022-03-19 11:40:35 +01:00
Oğuz Ersen b9abbcb7d7
add turkish translation 2022-03-19 10:30:46 +03:00
Martin Wagner 2e7404bb6e replaced MPDError by a more specific one 2022-03-16 23:13:34 +01:00
Martin Wagner afb8dc4c0b fixed mpd import 2022-03-16 23:03:58 +01:00
Martin Wagner ddbd490de4 withdraw old notifications 2022-03-16 22:44:34 +01:00
Martin Wagner 13d27b15fa minor urllib usage fixes 2022-03-16 00:21:24 +01:00
Martin Wagner e64198b95a simplified cover fetching in MPRISInterface 2022-03-15 19:52:54 +01:00
Martin Wagner 721db17d63 replaced bs4 with HTMLParser 2022-03-15 19:50:23 +01:00
Martin Wagner 0c6fc5ac19 removed requests dependency 2022-03-15 18:13:45 +01:00
Martin Wagner 1ca4761d75 removed libnotify dependency 2022-03-15 17:18:43 +01:00
Martin Wagner bf32ef7a29 hide unneeded labels in SeekBar 2022-03-15 16:43:23 +01:00
Martin Wagner 82ad11472c fixed label update in SeekBar 2022-03-15 12:12:20 +01:00
Martin Wagner c32cdf352d directly pass application to MPRISInterface 2022-03-15 00:13:46 +01:00
Martin Wagner da9cbe64cc moved MPRIS startup 2022-03-15 00:10:03 +01:00
Martin Wagner e8d086e760 simplified startup 2022-03-15 00:06:37 +01:00
Martin Wagner 08a6b223e3 simplified MPRISInterface.Quit() 2022-03-14 23:47:57 +01:00
Martin Wagner 4766f3681d overwrite do_shutdown 2022-03-14 23:43:51 +01:00
Martin Wagner e2ae017104 use binary covers in MPRISInterface 2022-03-14 23:18:16 +01:00
Martin Wagner 6e063cedc6 removed separators in AudioFormat 2022-03-14 13:07:05 +01:00
Martin Wagner 3a72ce83ca simplified SeekBar 2022-03-13 19:10:05 +01:00
Martin Wagner d5c148205f fixed VolumeButton popover 2022-03-08 19:27:30 +01:00
Martin Wagner 0eb92f4b67 fixed menu margins 2022-03-08 18:25:03 +01:00
Martin Wagner 0971bb7500 merged OutputPopover into VolumeButton 2022-03-08 18:22:27 +01:00
Martin Wagner 1f2d9c8587 use osd class on progressbar 2022-03-07 16:17:47 +01:00
Martin Wagner f92e3a5ff1 properly escape uris in MPRISInterface 2022-03-06 23:15:27 +01:00
Martin Wagner 1f6b63cb8c properly escape uris in SongPopover 2022-03-06 23:05:05 +01:00
Martin Wagner d4bbba9a2c changed behavior of open button in SongPopover (#48) 2022-03-06 22:30:47 +01:00
Martin Wagner 211d88fc67 made popover_button a MenuButton 2022-03-04 16:18:53 +01:00
Martin Wagner 8f3f954602 Bulgarian translation fixes 2022-02-27 09:47:50 +01:00
Martin Wagner f3cc6c0680 decreased max_width_chars of search_entry 2022-02-24 13:53:21 +01:00
Martin Wagner 6740cf0bd5 updated features list 2022-02-24 13:15:32 +01:00
Martin Wagner 30e7dab546 preparations for 1.6.0 2022-02-24 13:10:37 +01:00
Martin Wagner 0af65bbe5b changed defaults to match the new playlist style 2022-02-24 12:50:40 +01:00
Martin Wagner a46aa1e97c updated translations 2022-02-23 18:46:06 +01:00
Martin Wagner 7621b77b16 changed tooltip_text of popover_button 2022-02-23 18:31:05 +01:00
Martin Wagner f248a63d9a fixed sensitivity of add_button 2022-02-23 18:25:01 +01:00
Martin Wagner da99808f10 use standard keybindings in PlaylistsPopover 2022-02-23 17:04:40 +01:00
Martin Wagner f7a5befbcf avoid refresh in PlaylistsPopover 2022-02-23 12:08:54 +01:00
Martin Wagner 941bbf7220 fixed scrolling in PlaylistsPopover 2022-02-22 20:20:40 +01:00
Martin Wagner 662d755d64 added missing wrapper 2022-02-22 19:09:39 +01:00
Martin Wagner cc4faa29c9 use treeview in PlaylistsPopover 2022-02-22 19:03:55 +01:00
Martin Wagner 934dcfc4d1 added PlaylistPopover 2022-02-22 12:57:46 +01:00
Martin Wagner 6c2dbfebfd expand playlist name entry 2022-02-22 10:58:46 +01:00
Martin Wagner c28e0b9a37 enqueue playlists by default 2022-02-22 10:54:27 +01:00
Martin Wagner edd58937c6 added playlists duration 2022-02-22 10:39:49 +01:00
Martin Wagner 6ecea2f415 removed SearchWindow close signal 2022-02-20 16:23:40 +01:00
Martin Wagner a735c650e5 fixed wrong mpris metadata 2022-02-20 16:21:20 +01:00
Martin Wagner a35b67865a fixed typo 2022-02-19 23:52:50 +01:00
Martin Wagner 93545af49c fixed PlaylistsPopover name 2022-02-19 23:44:16 +01:00
Martin Wagner 0e0ad6091d right align length column 2022-02-19 23:42:35 +01:00
Martin Wagner 645bb42f1c fixed ui stale without fixed-height-mode 2022-02-19 23:38:37 +01:00
Martin Wagner 0d95fc6ee0 use a better icon for playlists management 2022-02-18 23:36:14 +01:00
Martin Wagner ed41297dee fixed sorting 2022-02-17 17:45:08 +01:00
Martin Wagner c483f8ff0b added tooltip 2022-02-17 09:53:16 +01:00
Martin Wagner 6802406558 added basic stored playlist management 2022-02-17 09:45:02 +01:00
Martin Wagner 464b1118bc added missing genre filter 2022-02-13 23:06:03 +01:00
Martin Wagner d80604b250 ignore multiple *sort tags 2022-02-13 22:15:54 +01:00
Martin Wagner 15987d5ed6 added Bulgarian translation by Georgi Kamenov 2022-02-11 19:19:29 +01:00
Martin Wagner f50dfbd83b changed button style in SongPopover 2022-02-11 17:48:54 +01:00
Martin Wagner 2b491b2307 fixed spacing in profile settings 2022-02-11 17:01:03 +01:00
Martin Wagner 2accd050d2 use fixed_height_mode in playlist and search 2022-02-11 16:57:28 +01:00
Martin Wagner 3eb849f105 reworked SongsView 2022-02-11 16:38:34 +01:00
Martin Wagner 66f3a7709c row spacing 2022-02-08 21:21:31 +01:00
Martin Wagner 6f230ccacf removed custom sorting 2022-02-08 21:15:42 +01:00
Martin Wagner b524efc817 simplified _on_song_changed in MainWindow 2022-02-01 20:08:08 +01:00
Martin Wagner 3ff526d964 unified markup generation 2022-02-01 19:51:07 +01:00
Martin Wagner f2e332f1cc adopt new playlist style in search window 2022-02-01 19:14:59 +01:00
Martin Wagner d602fd7c04 Revert "use fixed height mode in playlist"
This reverts commit 719817747d.
2022-01-31 18:57:55 +01:00
Martin Wagner 719817747d use fixed height mode in playlist 2022-01-31 18:49:19 +01:00
Martin Wagner a2c9bdd374 fixed album name in window title 2022-01-31 00:09:17 +01:00
Martin Wagner 3ba7b8dfb6 removed unneeded ellipsize 2022-01-31 00:02:35 +01:00
Martin Wagner 8b269c6473 fixed font weight 2022-01-30 23:58:32 +01:00
Martin Wagner 532e93bf8b reworked playlist 2022-01-30 23:56:33 +01:00
Martin Wagner e72ccd6c9a updated copyright 2022-01-16 22:46:48 +01:00
Martin Wagner b72ec08b8f use tnum font attr where needed 2022-01-16 22:45:03 +01:00
Martin Wagner b0a083b9f4 preparations for 1.5.1 2021-12-30 19:59:56 +01:00
Martin Wagner 710fdb44fe fixed translations of .ui files with flatpak 2021-12-30 19:56:14 +01:00
Martin Wagner 69e1ee1749 preparations for 1.5.0 2021-12-30 17:32:47 +01:00
Martin Wagner 20b8f5eb4c nl translation fix 2021-12-30 17:16:26 +01:00
Martin Wagner d5f643eab8 fixed translation build 2021-12-30 01:23:29 +01:00
Martin Wagner e746812c7d simplified locale settings 2021-12-29 17:20:52 +01:00
Martin Wagner efabfca7d8 use gresource 2021-12-29 16:48:42 +01:00
Martin Wagner fac7a3f6e3 switched to meson 2021-12-29 14:03:25 +01:00
Martin Wagner 39922e7c05 fixed mini player mode 2021-12-29 12:56:24 +01:00
Martin Wagner 4f9a8a3f35 reduced UI blocking with large collections 2021-12-22 21:17:08 +01:00
Martin Wagner 90c9628616 fixed overwrite 2021-12-21 20:14:56 +01:00
Martin Wagner 4bba0fca98 removed "use-album-artist" 2021-12-21 19:06:01 +01:00
Martin Wagner 432957e291 reworked browser to support "*sort" tags 2021-12-21 19:04:03 +01:00
Martin Wagner 237bd3bd92 preparations for 1.4.1 2021-11-13 14:13:02 +01:00
Martin Wagner 84490555b5 added missing coords conversion 2021-11-07 19:54:39 +01:00
Martin Wagner c986da58f6 removed inelegant try/except 2021-11-07 17:27:58 +01:00
Martin Wagner 74989364fe fixed popover placing 2021-11-07 17:15:45 +01:00
Martin Wagner e416dbffeb unified signal naming in EventEmitter 2021-10-30 21:58:35 +02:00
Martin Wagner a6a580a7a6 removed duplicated code in AlbumList 2021-10-30 21:51:37 +02:00
Martin Wagner ba40cd2ec3 simplified focus dependent keybindings 2021-10-30 21:49:01 +02:00
Martin Wagner b7acd134d7 increased minimum version of python-mpd2 2021-10-24 18:56:25 +02:00
Martin Wagner 79a20043ba fixed screenshot path in readme 2021-10-24 18:23:34 +02:00
Martin Wagner 15b880bb85 preparations for 1.4.0 2021-10-24 18:22:18 +02:00
Martin Wagner 8092307de0 new default window dimensions 2021-10-24 10:01:28 +02:00
Martin Wagner 6854439b80 fixed visibility of AudioFormat 2021-10-24 09:37:27 +02:00
Martin Wagner 528c9b1e1e updated Dutch translation 2021-10-24 08:52:57 +02:00
Martin Wagner 0e51742094 small translation fix 2021-10-23 13:04:25 +02:00
Martin Wagner f275769330 added single mode oneshot shortcut 2021-10-23 12:35:51 +02:00
Martin Wagner eacf64c2b1 osd: moved margin to revealer 2021-10-23 12:19:10 +02:00
Martin Wagner 65c16e294a set gobject properties on init 2021-10-23 11:59:18 +02:00
Martin Wagner bb29e203ed removed unneeded selfs in SeekBar 2021-10-23 11:16:07 +02:00
Martin Wagner c87a29e261 simplified some ScrolledWindows 2021-10-23 11:13:26 +02:00
Martin Wagner d16e036cd6 use "child=" instead of ".add" 2021-10-23 11:08:24 +02:00
Martin Wagner b3d655b9e3 fixed some variable names 2021-10-23 10:47:34 +02:00
Martin Wagner 22258a7e9a harmonized overlaid controls 2021-10-23 09:46:21 +02:00
Martin Wagner a6ad83758c removed custom keyboard focus indication 2021-10-23 09:42:57 +02:00
Martin Wagner 7aacf9b064 changed position of genre filter in ShortcutsWindow 2021-10-21 10:11:30 +02:00
Martin Wagner cbe9cdd939 updated german translation 2021-10-21 10:04:03 +02:00
Martin Wagner cd735399bc removed custom css from SeekBar 2021-10-21 09:54:06 +02:00
Martin Wagner bb9b0a1a55 simplified some css settings 2021-10-21 09:48:44 +02:00
Martin Wagner 75300a7ca5 fixed setup.py 2021-10-21 09:44:43 +02:00
Martin Wagner 5bf8db6b02 moved genre button to main menu 2021-10-21 09:43:38 +02:00
Martin Wagner d8dc01e19a removed close button from ConnectionNotify 2021-10-20 22:57:47 +02:00
Martin Wagner f7fc3f1121 fixed stop shortcut 2021-10-20 22:53:20 +02:00
Martin Wagner 517ad519ad made "enqueue" mode more consistent 2021-10-20 22:48:38 +02:00
Martin Wagner 0d027d375d fixed lyrics and genre icons 2021-10-20 22:42:58 +02:00
Martin Wagner 7952a666f1 added database update indicator 2021-10-19 15:23:04 +02:00
Martin Wagner 59af81866f reworked genre filter 2021-10-06 18:03:14 +02:00
Martin Wagner a4eba33bdc simplified some mini player logic 2021-10-04 18:02:18 +02:00
Martin Wagner 8170401ec4 split playlist and cover 2021-10-04 17:35:51 +02:00
Martin Wagner cf4b867a7e fixed can_focus 2021-10-03 20:47:39 +02:00
Martin Wagner 76122bf6f9 split browser and search 2021-10-03 18:15:41 +02:00
Martin Wagner 5daa298f48 simplified paned settings 2021-10-02 14:48:32 +02:00
Martin Wagner 5ab26c4a4c changed search window dimensions 2021-10-02 13:58:18 +02:00
Martin Wagner cdf06961db removed confusing multi value tags from the GUI 2021-09-26 16:06:40 +02:00
Martin Wagner 11e3699d28 reworked "SearchWindow" to use threading 2021-09-24 18:45:58 +02:00
Martin Wagner 3bb968a772 removed unneeded newline 2021-09-23 17:20:09 +02:00
Martin Wagner 860786108e untangled some GLib.idle_add calls 2021-09-23 17:14:55 +02:00
Martin Wagner 6bb0d7a3b1 fixed cover loading for ".CUE" files 2021-09-22 23:23:02 +02:00
Martin Wagner f9bf2856ae removed "icons" from MainWindow 2021-09-14 16:54:12 +02:00
Martin Wagner a497150088 "_back_to_current_album": disable genre filter when nothing is playing 2021-09-14 14:50:22 +02:00
Martin Wagner 65f88ff861 cleared unused translations 2021-09-14 14:42:52 +02:00
Martin Wagner 8c7da9a44b replaced "Settings" by "Preferences" 2021-09-14 14:39:08 +02:00
Martin Wagner c174d74763 improved main menu 2021-09-14 13:46:18 +02:00
Martin Wagner fba420d48e reordered settings tabs 2021-09-14 13:04:46 +02:00
Martin Wagner 76b60e89fb removed some unneeded "no-show-all" 2021-09-14 12:58:40 +02:00
Martin Wagner 99ea046d08 Reworked profiles to support proper socket connection 2021-09-13 17:08:05 +02:00
Martin Wagner 4245b40b3d reworked "AlbumWindow" to use "threading" 2021-09-09 15:53:09 +02:00
Martin Wagner 52d2eebede small style fix in "Settings" 2021-08-21 14:38:05 +02:00
Martin Wagner 7e1fd49b85 removed unneeded "mini-player" property of "Settings" 2021-08-21 14:33:15 +02:00
Martin Wagner f460bd2cd4 updated translations 2021-08-21 00:31:33 +02:00
Martin Wagner d8bdbbb4be reworked gschema 2021-08-21 00:28:36 +02:00
Martin Wagner 362251bff7 simplified profile settings 2021-08-21 00:23:04 +02:00
Martin Wagner 91f5fe29eb fixed spacing in "SeekBar" 2021-08-16 16:09:48 +02:00
Martin Wagner 5abb3ec175 animated settings stack transition 2021-08-15 23:05:38 +02:00
Martin Wagner 759a077043 reworked "GeneralSettings" 2021-08-15 20:58:56 +02:00
Martin Wagner a2b0db71d2 avoid rounding errors in "VolumeButton" 2021-08-14 13:53:34 +02:00
Martin Wagner 00abbd1495 small cleanups 2021-08-13 22:05:14 +02:00
Martin Wagner 526b423da3 moved "albumartist" fallback to "Song" 2021-08-11 17:04:06 +02:00
Martin Wagner 145fa071b5 added missing space in notify 2021-08-09 17:18:57 +02:00
Martin Wagner 5022578a1e use "Narrow no-break space"
https://teams.pages.gitlab.gnome.org/Design/hig-www/guidelines/typography.html
2021-08-07 11:06:22 +02:00
Martin Wagner cc1b34c4b7 fixed custom regex 2021-08-05 23:24:18 +02:00
Martin Wagner e5120c4336 removed unneeded ".join" 2021-08-05 22:58:28 +02:00
Martin Wagner ddc0da3b8e fixed search in AlbumPopover 2021-08-05 22:54:48 +02:00
Martin Wagner 723d92ced4 removed unneeded __init__ 2021-08-05 22:22:12 +02:00
Martin Wagner 1d74f466a4 reduced the use of "playlistinfo" 2021-08-05 20:42:41 +02:00
Martin Wagner 0584f007fd fixed type errors with song["file"] 2021-08-05 20:33:50 +02:00
Martin Wagner 81c2cb9467 allow negative durations 2021-08-05 19:32:23 +02:00
Martin Wagner 47b16118c2 typographical fixes 2021-08-05 17:18:55 +02:00
Martin Wagner 5619142e58 added a fallback string to "Duration" 2021-08-05 16:46:34 +02:00
Martin Wagner c67a759b22 remove unneeded notify close 2021-08-04 23:34:57 +02:00
Martin Wagner 67e8c3ece5 denested "if" in Song 2021-08-04 23:34:00 +02:00
Martin Wagner 68720a41bd removed some simple "except:" 2021-08-04 17:38:12 +02:00
Martin Wagner 116935ad34 use bool interpretation of strings lists and dicts 2021-08-04 17:23:42 +02:00
Martin Wagner 1f5caed276 removed ClientHelper 2021-08-04 17:07:21 +02:00
Martin Wagner bad33333bf removed "readcomments" 2021-08-04 14:28:55 +02:00
Martin Wagner 5e0c61109c shrank ClientHelper 2021-08-04 14:03:33 +02:00
Martin Wagner 19acf66a16 changed title fallback 2021-08-03 20:16:46 +02:00
Martin Wagner 2e879d9a77 increased stripe_size in SearchWindow 2021-08-03 20:06:57 +02:00
Martin Wagner 7a42fc9042 restrict tagtypes where possible 2021-08-03 20:05:07 +02:00
Martin Wagner 19c436fc07 replaced "append" by "insert_with_valuesv" for performance
https://mail.gnome.org/archives/python-hackers-list/2014-January/msg00004.html
2021-08-03 18:00:42 +02:00
Martin Wagner c878a90be1 removed .cue "range" workaround 2021-08-01 14:27:45 +02:00
Martin Wagner fee94028aa improved window title with missing tags 2021-08-01 14:22:38 +02:00
Martin Wagner 83f941f354 don't reject some elapsed values 2021-08-01 13:56:49 +02:00
Martin Wagner 0e6a90b98a use GLib.markup_escape_text 2021-07-26 14:01:06 +02:00
Martin Wagner 968158dede slightly improved cover loading (#39) 2021-07-25 18:22:37 +02:00
Martin Wagner f0789d7170 preparations for 1.3.0 2021-07-24 14:21:14 +02:00
Martin Wagner e905abb794 fixed typo 2021-07-24 12:22:46 +02:00
Martin Wagner 95cdf2e686 use 'f""' syntax 2021-07-24 12:13:09 +02:00
Martin Wagner c520e43bd4 use "window" feature of search command 2021-07-23 17:29:35 +02:00
Martin Wagner 9d7b618a1c use isinstance 2021-07-22 19:42:49 +02:00
Martin Wagner 6ccd853d82 added missing genre filter 2021-07-22 19:25:55 +02:00
Martin Wagner 14d4766283 fixed unusable search (#38) 2021-07-21 18:36:26 +02:00
Martin Wagner 86caa2ccb0
Merge pull request #35 from dgcampea/bitrate
Handle unknown bitrates
2021-07-21 11:46:16 +02:00
dgcampea f0cfc240fa
AudioFormat:
Display unknown bitrates as "-- kbps"
  Use str instead of float for bitrate
2021-07-20 23:33:44 +01:00
Martin Wagner 3bcffa8bcd translation update 2021-07-20 20:17:56 +02:00
Martin Wagner 1b20f0347e removed unneeded ".new()" calls 2021-07-19 22:41:32 +02:00
Martin Wagner a01972691e unified some arguments 2021-07-19 22:33:54 +02:00
Martin Wagner dd04775148 added requirements.txt 2021-07-19 22:09:24 +02:00
Martin Wagner 839e6c43d4
Merge pull request #34 from dgcampea/fix
Uninitialize libnotify before quitting
2021-07-19 19:02:02 +02:00
dgcampea bc17670fc0
Uninitialize libnotify before quitting 2021-07-19 17:19:48 +01:00
Martin Wagner bee7cf8e8f replaced " = " by "=" 2021-07-18 22:39:35 +02:00
Martin Wagner 98a71297d6
Merge pull request #33 from dgcampea/notify
reduce notification spam
2021-07-18 22:36:22 +02:00
dgcampea d97a1f1a53
reduce notification spam 2021-07-18 21:27:21 +01:00
Martin Wagner f46a789111 fixed next/prev-button tooltips 2021-07-17 14:15:31 +02:00
Martin Wagner 8c75b510d5 simplified play button icon change 2021-07-17 14:07:04 +02:00
Martin Wagner 5d2edb9abb use more Gio binds 2021-07-17 13:58:19 +02:00
Martin Wagner ca39c3bed0 fixed "_on_show_audio_format_changed" 2021-07-16 20:37:44 +02:00
Martin Wagner 46f36f4a4a small fix in AudioFormat 2021-07-16 20:29:37 +02:00
Martin Wagner e91604e170 translation update 2021-07-16 20:28:02 +02:00
Martin Wagner f99519db82 made AudioFormat optional 2021-07-16 20:07:52 +02:00
Martin Wagner 6f2d6e797f small cleanup 2021-07-16 19:46:39 +02:00
Martin Wagner 06f0c0804f removed action bar in playlist window 2021-07-16 19:39:48 +02:00
Martin Wagner 975e0470ae don't show "AudioType" when format is empty 2021-07-04 22:42:12 +02:00
Martin Wagner eb1d4cfd7f fixed "SearchWindow" 2021-07-04 19:38:05 +02:00
Martin Wagner eb26e7c9ec replaced "-" by "•" in "AlbumPopover" 2021-07-04 18:41:13 +02:00
Martin Wagner 63135b23cb fixed popdown of popovers 2021-07-04 18:37:14 +02:00
Martin Wagner 8e3aa47dc5 revert file type detection in "AudioType" 2021-07-04 17:24:36 +02:00
Martin Wagner a84cdf34b6 use "•" in window title instead of "-" 2021-07-04 16:52:12 +02:00
Martin Wagner 1e7a010bec use "locale.str" to convert float to str 2021-07-04 16:26:18 +02:00
Martin Wagner 734836711f fixed sorting in SelectionList (#32) 2021-07-03 15:05:56 +02:00
Martin Wagner b7d027edf6 fixed MPDActionGroup action state on reconnect 2021-06-27 22:38:09 +02:00
Martin Wagner 4deaadd1cf added debug mode 2021-06-27 19:43:18 +02:00
Martin Wagner 94cb95e1f7 small performance improvements 2021-06-27 19:08:32 +02:00
Martin Wagner 11ec902319 improved icon autosizing 2021-06-25 23:21:06 +02:00
Martin Wagner e505416036 improved "GenreSelect" (#31) 2021-06-24 21:24:22 +02:00
Martin Wagner d665263366 use "rewind-mode" in MPRIS interface 2021-06-12 22:37:37 +02:00
Martin Wagner 0bee26c7c1 added "rewind-mode" for previous button 2021-06-12 09:38:57 +02:00
Martin Wagner e08f0232ff improved metadata formatting in SongPopover 2021-06-07 18:40:25 +02:00
Martin Wagner 66bf9c310a ignore broken covers fetched via mpd 2021-06-02 21:34:01 +02:00
Martin Wagner 8c0c1fe59e preparations for 1.2.1 2021-05-04 17:29:20 +02:00
Martin Wagner 364faf67be added force mode to "back_to_current_album_button" 2021-05-02 14:42:01 +02:00
Martin Wagner 7cd76f34bb removed tooltips in ArtistPopover 2021-04-25 19:40:43 +02:00
Martin Wagner 113d07a70a fixed single mode oneshot indicator with some themes 2021-04-25 19:33:44 +02:00
Martin Wagner 1e5b894d82 fixed mem leak 2021-04-25 19:00:54 +02:00
Martin Wagner 5815ca79a7 fixed styling of OutputPopover 2021-04-25 17:08:22 +02:00
Martin Wagner d54cf001d7 changed oneshot single mode indication 2021-04-25 11:54:33 +02:00
Martin Wagner 3bdf185788 fixed button packing issue 2021-04-24 11:42:35 +02:00
Martin Wagner 87786099ea provide settings button on connection error 2021-04-24 11:03:46 +02:00
Martin Wagner 60afc4e412 fixed PlaybackOptions 2021-04-24 10:24:59 +02:00
Martin Wagner b32a065b66 removed "search-focus-changed" signal 2021-04-23 22:06:13 +02:00
Martin Wagner 1660f26fa5 avoid multiple implementations of simple mpd commands 2021-04-23 21:29:46 +02:00
Martin Wagner 3474c027f5 fixed connect_button 2021-04-23 16:17:37 +02:00
Martin Wagner 4d1b20f7a5 internal cleanups in SettingsDialog 2021-04-23 15:30:08 +02:00
Martin Wagner 3caac937b7 reworked ProfileSettings 2021-04-22 23:40:51 +02:00
Martin Wagner de426ec189 preparations for 1.2.0 2021-04-21 16:03:54 +02:00
Martin Wagner 5155f3fb0e updated translations 2021-04-20 17:48:03 +02:00
Martin Wagner c35687956d small changes in GeneralSettings 2021-04-18 17:23:12 +02:00
Martin Wagner 5baa8caee1 made MPRIS optional 2021-04-17 13:22:07 +02:00
Martin Wagner 4d13f8fca1 readded consistent double-click in ArtistWindow, AlbumWindow and SongsView 2021-04-13 22:07:57 +02:00
Martin Wagner 209e027f62 added append, play and enqueue buttons to song popovers in the browser 2021-04-13 17:58:00 +02:00
Martin Wagner 7113d9d5e4 use new mpd commands 'albumart' and 'readpicture' to load missing covers 2021-04-11 18:54:19 +02:00
Martin Wagner c01360b298 harmonized selection logic of genre filter and artist list 2021-04-08 19:49:18 +02:00
Martin Wagner deaffde342 fixed wrong genre filter in CoverEventBox 2021-04-08 15:01:03 +02:00
Martin Wagner af667eab8b reworked back_to_current_album and genre filter logic 2021-04-08 14:56:01 +02:00
Martin Wagner 6511fdd4af made genre filter more consistent 2021-04-06 20:59:25 +02:00
Martin Wagner d9bd0a90b1 removed custom css in MainCover 2021-04-02 17:45:52 +02:00
Martin Wagner df003c9fb9 slightly reworked AlbumPopover and SongPopover 2021-04-02 17:30:54 +02:00
Martin Wagner f7fe7d8106 enable fixed_height_mode in PlaylistWindow 2021-03-28 23:03:13 +02:00
Martin Wagner bb15aaacd9 improved style of ArtistPopover 2021-03-27 23:14:09 +01:00
Martin Wagner 303a02c1dd updated shortcuts window 2021-03-27 13:21:46 +01:00
Martin Wagner e45f0272d5 fixed "show-info" 2021-03-27 13:07:32 +01:00
Martin Wagner 8831a75f11 small cleanups 2021-03-27 12:50:45 +01:00
Martin Wagner b84deacf18 hide AlbumPopover after button press 2021-03-27 12:30:56 +01:00
Martin Wagner cfd09828dd small fix in AlbumWindow 2021-03-27 12:24:08 +01:00
Martin Wagner 2b78ae1ecc added ArtistPopover 2021-03-27 11:55:49 +01:00
Martin Wagner 09ec5ae893 simplified button press events 2021-03-26 19:19:34 +01:00
Martin Wagner 046dfa4ff7 unified shortcuts in borwser 2021-03-26 16:39:21 +01:00
Martin Wagner 2b9475efe7 made popoveres persistent 2021-03-24 17:35:05 +01:00
Martin Wagner 3d82a8fc5a improved the speed of adding whole artists 2021-03-23 18:30:59 +01:00
Martin Wagner 950d86b5c3 removed "wrapped_call" method of Client class 2021-03-21 17:24:45 +01:00
Martin Wagner f53fa989b1 keep ArtistWindow in sync with AlbumWindow 2021-03-21 16:04:46 +01:00
Martin Wagner 9967966747 allow adding whole artists to the playlist via middle click 2021-03-21 15:23:56 +01:00
Martin Wagner 02cee37690 fixed unintended search execution on startup/profile-change 2021-03-20 15:58:42 +01:00
Martin Wagner 6885187b09 hide all popovers on connection loss 2021-03-19 20:55:41 +01:00
Martin Wagner f07e20d9ca unified gui freeze workarounds in SearchWindow and AlbumWindow 2021-03-19 20:32:48 +01:00
Martin Wagner 9c2526b5a7 reduced gui refreshes in search 2021-03-19 19:53:23 +01:00
Martin Wagner bd154b6b25 made search faster 2021-03-19 19:38:17 +01:00
Martin Wagner 4c48f53198 Revert "replaced go-previous-symbolic with go-jump-symbolic"
This reverts commit 35d95527a5.
2021-03-17 17:12:48 +01:00
Martin Wagner 9724c751a0 new symbolic icon 2021-03-14 16:17:04 +01:00
Martin Wagner 35d95527a5 replaced go-previous-symbolic with go-jump-symbolic 2021-03-14 15:23:55 +01:00
Martin Wagner 5dea4df974 changed animation of lyrics window 2021-03-12 19:18:50 +01:00
Martin Wagner 0faf3f4bce allow downstream maintainers to specify a static locale path 2021-03-11 21:58:05 +01:00
Martin Wagner 527e8714b2 small fix for remote files and files with no predicted duration 2021-03-10 18:52:31 +01:00
Martin Wagner 187c027074 fixed typo 2021-03-10 18:08:10 +01:00
Martin Wagner 7969ec54ff preparations for 1.1.1 2021-02-14 17:10:51 +01:00
Martin Wagner a352cef341 fixed unneeded hard drive write operations (flatpak) 2021-02-14 17:08:06 +01:00
Martin Wagner 2d6b83a94e preparations for 1.1.0 2021-02-13 12:03:08 +01:00
Martin Wagner 7610178497 removed empty tooltips 2021-02-13 11:56:16 +01:00
Martin Wagner dedcca7bc4 changed default settings 2021-02-13 11:48:17 +01:00
Martin Wagner 95386b05bc removed separator 2021-02-12 21:48:54 +01:00
Martin Wagner 7c5f0b4fbf changed order of check buttons in settings window 2021-02-12 21:26:32 +01:00
Martin Wagner 8217a87f13 small formulation change 2021-02-12 17:00:06 +01:00
Martin Wagner 432a4d4425 dutch translation update 2021-02-12 09:34:02 +01:00
Martin Wagner 15ed338062 german translation update 2021-02-11 22:20:35 +01:00
Martin Wagner 6fc61f37e0 removed "combo_settings" from settings window 2021-02-11 19:09:12 +01:00
Martin Wagner f07d7a3448 removed show-album-view-tooltips key 2021-02-11 18:10:39 +01:00
Martin Wagner 576bc088e9 remember mini player state 2021-02-08 17:49:45 +01:00
Martin Wagner a5b2ad16dc fixed paned positions restoring 2021-02-08 09:32:55 +01:00
Martin Wagner 27b4efb49f improved column sizing in playlist window 2021-02-07 19:27:06 +01:00
Martin Wagner b2cab7b188 removed unneeded vars 2021-02-07 19:14:38 +01:00
Martin Wagner c4734d80b7 automatically save window layout 2021-02-07 19:05:30 +01:00
Martin Wagner 3ecb93b7b9 added mpd specific icons 2021-02-07 12:23:16 +01:00
Martin Wagner 4a0b6a0350 added symbolic app icon 2021-02-07 10:03:45 +01:00
Martin Wagner 7916112432 allow moving the miniplayer by dragging the cover 2021-02-04 21:33:51 +01:00
Martin Wagner 4e8ae30201 icon style fixes 2021-02-01 20:41:00 +01:00
Martin Wagner a5a53032f2 small fix in german translation 2021-01-23 12:45:58 +01:00
Martin Wagner 24d5bd1ca3 fixed AudioType 2021-01-16 23:06:04 +01:00
Martin Wagner 959dc9b5ad improved sigular plural handling in translations 2021-01-16 14:55:06 +01:00
Martin Wagner e8191eab7c preparations for 1.0.0 2021-01-02 11:49:04 +01:00
Martin Wagner 5db00fcd27 fixed release order in appdata file 2021-01-01 22:00:59 +01:00
Martin Wagner 7ab40d5049 preparations for 0.9.9 2021-01-01 21:20:33 +01:00
Martin Wagner a695d829d8 fixed play/pause (space key) when album popover is shown 2021-01-01 21:05:40 +01:00
Martin Wagner ac749a10dd fixed error when GLib.UserDirectory.DIRECTORY_MUSIC returns None 2021-01-01 17:54:20 +01:00
Martin Wagner f7ada87104 ensure window is shown before connecting client 2021-01-01 15:50:08 +01:00
Martin Wagner 4925b0288c improved open with button appearance 2021-01-01 15:37:17 +01:00
Martin Wagner d920da9e52 fixed typo in german translation 2021-01-01 14:34:31 +01:00
Martin Wagner fb60e4701f fixed license text in source code 2021-01-01 14:11:59 +01:00
Martin Wagner 35ef3deaab updated copyright 2021-01-01 13:19:05 +01:00
Martin Wagner 62c30b1b01 small ui fixes 2021-01-01 12:44:04 +01:00
Martin Wagner 2f28b91865 simplified SongPopover 2020-12-31 17:28:33 +01:00
Martin Wagner 72588b5b66 fixed placing of app chooser dialog 2020-12-31 14:54:13 +01:00
Martin Wagner 838e421466 added ability to open song files with any application 2020-12-31 14:47:25 +01:00
Martin Wagner 2d6e2aa3f5 improved progress indication while albums are loading 2020-12-29 18:42:53 +01:00
Martin Wagner 6fe8fa9d37 allow password revealing 2020-12-29 17:44:20 +01:00
Martin Wagner 2493255643
Update README.md 2020-12-28 13:45:12 +01:00
Martin Wagner d86a52d1d3 replaced Gtk.FileChosserDialog with Gtk.FileChooserNative 2020-12-28 13:02:38 +01:00
Martin Wagner 36c25b54c4 added missing tags to appdata 2020-12-27 22:51:16 +01:00
Martin Wagner d2bb684253 fixed description in README.md and appdata file 2020-12-27 20:10:18 +01:00
Martin Wagner 8d01ba7501 fixed typo 2020-12-27 20:06:50 +01:00
Martin Wagner 780469e2c9 preparations for 0.9.8 2020-12-27 20:01:33 +01:00
Martin Wagner 656767e249 fixed translation in flatpak environment 2020-12-27 18:01:45 +01:00
Martin Wagner 60113344e0 set default icon name 2020-12-27 12:09:25 +01:00
Martin Wagner 170c7e6db8 fixed gschema id and path 2020-12-27 11:52:10 +01:00
Martin Wagner 8ad3ffe826 fixed .desktop icon name 2020-12-27 11:48:11 +01:00
Martin Wagner ae0ade98a5 unified app-id and added an appdata file 2020-12-27 11:42:32 +01:00
Martin Wagner 0269fa87f0 use toggle_play in MPRISInterface.PlayPause 2020-12-24 15:22:54 +01:00
Martin Wagner 170165e0fd small fix in SearchWindow 2020-12-24 13:55:04 +01:00
Martin Wagner 612493ba90 fixed _get_loop_status 2020-12-24 13:47:28 +01:00
Martin Wagner b6be0f0430 migrated MPRISInterface to Gio 2020-12-24 13:21:08 +01:00
Martin Wagner 7ae0f1e216 improved mpd permissons handling 2020-12-22 12:33:21 +01:00
Martin Wagner 5953d73389 fixed error in PlaybackControl._refresh_tooltips() 2020-12-19 00:14:55 +01:00
Martin Wagner 604b17ea3a added tooltips to prev/next buttons indicating number of tracks before/after current track 2020-12-18 22:12:50 +01:00
Martin Wagner 70ca48b7cc preparations for 0.9.7 2020-12-13 19:28:53 +01:00
Martin Wagner b407f0466d added missing return 2020-12-13 13:44:25 +01:00
Martin Wagner e6c292f658 removed unneeded stop_flag check in AlbumWindow._refresh() 2020-12-13 11:53:16 +01:00
Martin Wagner ebe73cc4ea updated readme 2020-12-12 13:30:12 +01:00
Martin Wagner 9e4068f399 unified logic of button and key press handling 2020-12-12 13:04:47 +01:00
Martin Wagner fd822aad94 changed FocusFrame design 2020-12-10 22:39:46 +01:00
Martin Wagner 4257369486 fixed css priority 2020-12-09 19:12:12 +01:00
Martin Wagner d2fc1aff18 increased max height of SongPopover 2020-12-08 20:03:40 +01:00
Martin Wagner 79e7ea5973 fixed height allocation of AlbumPopover 2020-12-08 18:27:49 +01:00
Martin Wagner 33e57b9e7f fixed max size of SongPopover and AlbumPopover 2020-12-06 22:37:48 +01:00
Martin Wagner 58a7385186 added missing comment 2020-12-06 15:41:54 +01:00
Martin Wagner d60d600df2 small fixes in SongPopover and AlbumPopover 2020-12-06 15:36:49 +01:00
Martin Wagner 090c7c814c made album loading faster (~40% less time) 2020-12-06 14:11:40 +01:00
Martin Wagner b76631e98a improved key and mouse button bindings in AlbumWindow and SongsView 2020-12-06 12:03:49 +01:00
Martin Wagner 2633c841cd replaced AlbumDialog with AlbumPopover 2020-12-06 00:45:25 +01:00
Martin Wagner e8d19066fb removed unneeded event emit 2020-12-05 14:02:14 +01:00
Martin Wagner 7e7d6c673f fixed cover loading error when no music dir is specified 2020-11-20 21:39:16 +01:00
Martin Wagner 2cd18d931f enabled search in playlist 2020-11-16 18:22:23 +01:00
Martin Wagner 52de223b0f do not hang on GLib error see: #14 2020-11-13 19:06:01 +01:00
Martin Wagner 13d7c2d36f preparations for 0.9.6 2020-11-06 18:03:55 +01:00
Martin Wagner b6c5718a02
Update README.md 2020-11-03 17:10:43 +01:00
Martin Wagner 596adc9ca8 added Dutch translation by Martin de Reuver 2020-11-03 17:04:25 +01:00
Martin Wagner 050f453496 fixed spacing in OutputPopover 2020-11-01 13:58:26 +01:00
Martin Wagner eb4b8adfb1 support single mode oneshot 2020-11-01 13:27:23 +01:00
Martin Wagner e644655bf7 added missing elif 2020-11-01 13:00:10 +01:00
Martin Wagner 660ec71865 removed unneeded show_all() 2020-11-01 12:58:13 +01:00
Martin Wagner ad1fd2339c added audio output control to volume button 2020-11-01 12:54:53 +01:00
Martin Wagner 769102b0b7 updated screenshot in readme 2020-10-25 11:55:17 +01:00
Martin Wagner a183d8241e preparations for 0.9.5 2020-10-25 11:54:03 +01:00
Martin Wagner dad4155779 fixed mpd connection errors 2020-10-25 11:43:02 +01:00
Martin Wagner 46d4864f8a merged move and delete function of PlaylistWindow 2020-10-22 11:14:38 +02:00
Martin Wagner f41e075fc1 fixed _on_row_deleted 2020-10-21 21:42:17 +02:00
Martin Wagner a438fc5c37 removed unneeded lines 2020-10-21 21:15:09 +02:00
Martin Wagner 6a8bd1e823 simplified FocusFrame 2020-10-21 21:09:07 +02:00
Martin Wagner 4ccda70197 allow reordering of tracks in playlist via dnd 2020-10-21 20:59:28 +02:00
Martin Wagner abaab72943 removed PixelSizedIcon 2020-10-21 11:14:17 +02:00
Martin Wagner 06c7d0b36e fixed ServerStats 2020-10-20 18:14:20 +02:00
Martin Wagner 6f443baf65 simplified icon size settings 2020-10-20 13:13:50 +02:00
Martin Wagner a734df891a minor fixes in SearchWindow 2020-10-18 23:45:36 +02:00
Martin Wagner a9069a2950 reordered AlbumDialog window title 2020-10-18 19:33:01 +02:00
Martin Wagner 9e3f117041 imporved handling of multi value tags 2020-10-17 11:30:00 +02:00
Martin Wagner ed067ed869 removed OK-button in ServerStats 2020-10-17 00:21:33 +02:00
Martin Wagner 4c72085473 fixed icon size in PlaylistSettings 2020-10-17 00:03:18 +02:00
Martin Wagner 4744cf1875 improved dialogs removing gtk specific css 2020-10-16 21:48:23 +02:00
Martin Wagner 3d1707b62c updated icon 2020-10-16 15:22:43 +02:00
Martin Wagner d87c65c5cc removed extra frame in ServerStats 2020-10-13 18:54:18 +02:00
Martin Wagner 745f408059 cleanups 2020-10-13 17:12:54 +02:00
Martin Wagner 471505fe14 removed unneeded import 2020-10-13 16:49:59 +02:00
Martin Wagner 863e3426bd fixed profile renaming 2020-10-13 16:44:02 +02:00
Martin Wagner e22d14882d load covers from XDG_MUSIC_DIR if nothing is configured 2020-10-13 15:34:53 +02:00
Martin Wagner 8d2c6580a4 indicate connection process in window title 2020-10-11 11:57:06 +02:00
Martin Wagner 3b342c0752 early maximize 2020-10-11 11:40:11 +02:00
Martin Wagner 8d30d8c628 bring player in defined state before displaying 2020-10-11 11:28:19 +02:00
Martin Wagner f7331489d5 connect to server after window is shown 2020-10-11 11:17:55 +02:00
Martin Wagner c5bf1440ab preparations for 0.9.4 2020-10-04 19:28:04 +02:00
Martin Wagner 55e1c494e0 new default cover size 2020-10-04 18:36:42 +02:00
Martin Wagner f8877ff3c3 fixed 'format' when playing .cue files 2020-10-03 13:49:32 +02:00
Martin Wagner c4ba4b0457 fixed duration display in AlbumDialog 2020-10-02 08:31:48 +02:00
Martin Wagner 741f2bbf40 fixed .cue compatibility with MPD 0.22 2020-10-02 08:15:34 +02:00
Martin Wagner 37d2c3161f added mnemonics 2020-10-01 12:22:08 +02:00
Martin Wagner bfd7b64cb9 slightly modified GenreSelect and ArtistWindow 2020-10-01 12:06:13 +02:00
Martin Wagner 2f35fd28fb fixed ShortcutsWindow column layout 2020-09-30 13:00:24 +02:00
Martin Wagner 58bd394765 fixed '_on_back_to_current_song_button_clicked' 2020-09-30 11:28:25 +02:00
Martin Wagner 784a62cee2 avoid errors on accelerator use 2020-09-30 11:21:41 +02:00
Martin Wagner 7d3a440ac1 fixed special chars 2020-09-30 11:06:00 +02:00
Martin Wagner afac763d08 added shortcut to switch profile 2020-09-30 10:20:55 +02:00
Martin Wagner 24b51efac2 moved profile select into main menu 2020-09-29 22:19:55 +02:00
Martin Wagner 1ded4a59c9 made ShortcutsWindow not modal 2020-09-29 14:01:31 +02:00
Martin Wagner 84e6a5a34c small cleanup 2020-09-29 13:02:51 +02:00
Martin Wagner e96cca154f improved keyboard usability 2020-09-29 12:39:21 +02:00
Martin Wagner 5415ee08e4 preparations for 0.9.3 2020-09-27 17:15:32 +02:00
Martin Wagner a03ce82f3b fixed typo 2020-09-26 13:29:31 +02:00
Martin Wagner 9478295978 removed metadata fallback in MPRIS interface 2020-09-26 13:26:21 +02:00
Martin Wagner 9d1a940cb9 merged CoverLyricsOSD and CoverPlaylistWindow 2020-09-26 12:50:05 +02:00
Martin Wagner 375fe48fa0 keep MPRIS always alive 2020-09-25 17:13:39 +02:00
Martin Wagner 76e149b04b reworked MPRISInterface 2020-09-25 12:24:35 +02:00
Martin Wagner 320140700e removed unneeded function 2020-09-24 21:24:50 +02:00
Martin Wagner 313e109f9d reworked strings 2020-09-24 21:17:10 +02:00
Martin Wagner ef57d30153 simplified lyrics fetching 2020-09-24 16:50:19 +02:00
Martin Wagner be1a2446da now using built-in html.parser 2020-09-23 21:36:38 +02:00
Martin Wagner c8ef1c22f0 removed unneeded try/except 2020-09-23 16:21:24 +02:00
Martin Wagner d257984e12 fixed lyrics fetching of untagged songs 2020-09-23 16:01:25 +02:00
Martin Wagner 48d54779a5 outsourced lyrics fetching 2020-09-23 12:01:10 +02:00
Martin Wagner 0bc5a7d46a added letras source 2020-09-22 23:51:55 +02:00
Martin Wagner 95d0e80131 added songlyrics source 2020-09-22 20:15:10 +02:00
Martin Wagner 6ac830adb2 switched to lyriki 2020-09-22 18:40:11 +02:00
Martin Wagner d7089a9784
Update README.md 2020-09-22 16:55:45 +02:00
Martin Wagner 42dfb884af allow resetting of sort order in SearchWindow 2020-09-22 16:22:36 +02:00
Martin Wagner bf91ef8258 removed unneeded placeholder values for untagged songs 2020-09-22 15:57:36 +02:00
Martin Wagner 3d5ab5db87 updated README 2020-09-20 22:50:22 +02:00
Martin Wagner c3bf66e618 preparations for 0.9.2 2020-09-20 20:33:10 +02:00
Martin Wagner f6c06c5da1 removed unneeded int convert in SeekBar 2020-09-19 14:03:13 +02:00
Martin Wagner 96b6490855 reworked SeekBar 2020-09-18 22:28:51 +02:00
Martin Wagner dd5cb4f4fa fixed typo in german translation 2020-09-17 16:29:12 +02:00
Martin Wagner 6a6ca88d79 translation update 2020-09-17 13:00:00 +02:00
Martin Wagner 27a304b0e0 removed hard coded keyval's 2020-09-17 12:52:07 +02:00
Martin Wagner 87149addac made back_to_current_album private 2020-09-17 12:44:10 +02:00
Martin Wagner d8f9ec2676 added search shortcut 2020-09-17 12:38:54 +02:00
Martin Wagner 515a2a210e extended shortcuts window 2020-09-17 12:31:25 +02:00
Martin Wagner 04613d62e8 fixed main cover 2020-09-16 20:56:43 +02:00
Martin Wagner 7d9d28518c added shortcut window 2020-09-16 19:15:17 +02:00
Martin Wagner e043c45965 improved lyrics window 2020-09-16 16:57:58 +02:00
Martin Wagner a118ba806c sorted classes 2020-09-16 15:08:56 +02:00
Martin Wagner db5200e246 simplified custom signal definitions 2020-09-16 14:51:28 +02:00
Martin Wagner b4e8ad0eb8 improved global key bindings 2020-09-16 14:38:58 +02:00
Martin Wagner b685885563 fixed maximize restore after leaving mini mode 2020-09-15 19:50:07 +02:00
Martin Wagner 96f89c6c8b unmaximize window in mini player mode 2020-09-15 19:28:40 +02:00
Martin Wagner 68160fc4c7 added mini player mode 2020-09-15 18:45:30 +02:00
Martin Wagner 79ce749f61 preparations for 0.9.1 2020-09-14 13:59:45 +02:00
Martin Wagner 75a08b6254 fixed .desktop file 2020-09-13 22:06:08 +02:00
Martin Wagner ce350bca83 changed description 2020-09-13 21:40:47 +02:00
Martin Wagner 6d3def7d62 small style fixes 2020-09-12 15:00:36 +02:00
Martin Wagner 1b96ea30f5 wrapped long lines (>150 chars) 2020-09-12 14:31:17 +02:00
Martin Wagner 20566566cd removed mpris related stuff from MainWindow 2020-09-11 18:15:27 +02:00
Martin Wagner 12da5321b8 fixed version number 2020-09-11 14:00:48 +02:00
Martin Wagner 03f2ccd747 improved audio_output_format parsing 2020-09-11 13:57:39 +02:00
Martin Wagner e79b6f8d6f fixed main menu 2020-09-11 13:48:40 +02:00
Martin Wagner c953bfa8b3 fixed ProfileSelect 2020-09-11 00:24:22 +02:00
Martin Wagner 423a123f79 fixed wrong title 2020-09-10 23:40:27 +02:00
Martin Wagner 7a2c8cbf12 fixed race condition in AlbumWindow 2020-09-10 23:35:10 +02:00
Martin Wagner 4cc8c46055 minor fixes 2020-09-10 23:07:00 +02:00
Martin Wagner 053dbbe08f fixed gui stall caused by auto reconnect 2020-09-10 21:45:57 +02:00
Martin Wagner 291507ca1c fixed type error in _main_loop fixing problems with .ogg files 2020-09-10 17:00:56 +02:00
Martin Wagner a958438f32 fixed spacing of lyrics button 2020-09-06 22:15:02 +02:00
Martin Wagner 6b5526a97d preparations for 0.9.0 2020-09-03 16:51:49 +02:00
Martin Wagner 6029c6849c fixed version handling 2020-09-03 12:36:35 +02:00
Martin Wagner 5c0c3c2434 removed 'setuptools' dependency 2020-09-03 12:18:18 +02:00
Martin Wagner 86dd6b4d4e
Update README.md 2020-09-02 22:54:51 +02:00
Martin Wagner c4b387abfe added translation hints to README 2020-09-02 11:44:29 +02:00
Martin Wagner e9e43c2ab4 improved naming of scroll_to_* functions 2020-09-01 18:34:00 +02:00
Martin Wagner 8fb5f4929d updated gschema 2020-09-01 12:07:46 +02:00
Martin Wagner 6a670848f0 set most properties of GObjects directly on init 2020-08-31 19:38:40 +02:00
Martin Wagner e089d170c5 reduced use of 'set_property' 2020-08-31 15:49:06 +02:00
Martin Wagner 057fb4069e use super().__init__() for all classes 2020-08-31 10:44:23 +02:00
Martin Wagner 42eec870d8 install additional icon sizes 2020-08-30 18:04:26 +02:00
Martin Wagner 9157ecc54f fixed .desktop file 2020-08-29 11:29:11 +02:00
Martin Wagner 25945a0155 removed ambiguous 'on_settings_changed' functions 2020-08-29 11:12:14 +02:00
Martin Wagner 5aac2dfee3 made a missing string translatable 2020-08-29 10:59:46 +02:00
Martin Wagner 795a56e929 removed GtkHeaderBar.set_title() 2020-08-29 10:51:31 +02:00
Martin Wagner 6a47781511 added an internal setting to control the main refresh interval 2020-08-29 10:35:19 +02:00
Martin Wagner 393d4516b8 fixed volume button when MPD is not connected to output plugin 2020-08-29 10:14:13 +02:00
Martin Wagner 2165193490 removed introspect interface from MPRISInterface 2020-08-28 17:25:31 +02:00
Martin Wagner add623473c removed glib-compile-schemas from setup.py 2020-08-28 09:39:33 +02:00
Martin Wagner 7f83de07c2 added missing comment 2020-08-27 21:03:54 +02:00
Martin Wagner 388868a1ea switched to python based build (setup.py) 2020-08-27 20:56:51 +02:00
Martin Wagner 5285c9263e removed IntEntry 2020-08-27 16:49:15 +02:00
Martin Wagner 7d861ebdde removed unneeded css in LyricsWindow 2020-08-26 20:30:42 +02:00
Martin Wagner f36e789f26 removed extra spacing around cover per default 2020-08-26 20:06:07 +02:00
Martin Wagner 0bb6f46bea fixed cover spacing and default size 2020-08-25 17:30:51 +02:00
Martin Wagner accf4b2a53 removed extra frame around cover 2020-08-25 12:18:35 +02:00
Martin Wagner 5675d7ae2b changed increment of volume button 2020-08-24 19:38:00 +02:00
Martin Wagner 94e3d55410 improved internal structure of playlist/cover 2020-08-23 12:02:20 +02:00
Martin Wagner 3b4af8f6a9 simplified internal structure of Browser 2020-08-23 11:45:49 +02:00
Martin Wagner 9aa69e4392 merged AlbumView into AlbumWindow 2020-08-23 10:59:03 +02:00
Martin Wagner fdc6f30a23 fixed typo 2020-08-21 18:49:27 +02:00
Martin Wagner 199e0223b2 fixed 'back_to_song_button' 2020-08-21 18:47:17 +02:00
Martin Wagner a88e1c67dc sorted functions 2020-08-21 18:03:36 +02:00
Martin Wagner cb25421b80 implemented private var/func convetions 2020-08-21 17:53:30 +02:00
Martin Wagner 393496e3e3 removed unnecessary 'self.' 2020-08-21 13:36:26 +02:00
Martin Wagner 2a4f402e5d fixed names 2020-08-21 12:40:48 +02:00
Martin Wagner 4db7125b1b reworked if/else style 2020-08-21 12:03:42 +02:00
Martin Wagner 928b52658c preparations for 0.8.5 2020-08-19 20:40:38 +02:00
Martin Wagner 54e612afd4 fixed spacing in AlbumDialog 2020-08-18 22:07:23 +02:00
Martin Wagner 8239751e6f fixed button spacing in dialogs 2020-08-18 18:24:05 +02:00
Martin Wagner d23eee9bc5 allow further shrinking of playlist action bar 2020-08-18 16:51:29 +02:00
Martin Wagner 576c50e882 made icon sizes better configurable 2020-08-18 15:31:41 +02:00
Martin Wagner e7cce87d57 Revert "adjusted icon sizes"
This reverts commit aa6f296751.
2020-08-18 15:00:51 +02:00
Martin Wagner aa6f296751 adjusted icon sizes 2020-08-18 13:40:01 +02:00
Martin Wagner df020809ff made album cover size settings faster 2020-08-18 12:52:17 +02:00
Martin Wagner 459732dde4 small fix in AlbumView 2020-08-18 12:17:24 +02:00
Martin Wagner 8853fdd311 adjusted action bars 2020-08-18 11:54:15 +02:00
Martin Wagner 40f0bb7511 set min column size in playlist 2020-08-16 21:20:43 +02:00
Martin Wagner 11e6341b2a translation update 2020-08-16 20:47:04 +02:00
Martin Wagner 76cff13143 made back_to_song_button round 2020-08-16 18:19:19 +02:00
Martin Wagner 49ae372b43 reworked AlbumDialog and SearchWindow 2020-08-16 17:07:41 +02:00
Martin Wagner 6bf3c86068 adjusted dialog parameters 2020-08-15 13:51:05 +02:00
Martin Wagner 211cf2ee9f fixed race condition 2020-08-15 11:56:44 +02:00
Martin Wagner c4122a8846 fixed spacing in settings dialog 2020-08-15 09:23:10 +02:00
Martin Wagner 84272d31cc fixed handling of server crash 2020-08-14 22:08:56 +02:00
Martin Wagner 0daa1ef994 reviewed AlbumIconView.populate() and Browser.back_to_album() 2020-08-14 18:08:18 +02:00
Martin Wagner 877403bd37 improved add/delete buttons in profile settings 2020-08-13 18:33:05 +02:00
Martin Wagner 7a75ad74e9 improved disconnect 2020-08-13 17:40:27 +02:00
Martin Wagner 0171b257d1 fixed bug in 'comp_list' 2020-08-13 17:03:08 +02:00
Martin Wagner 8ba053921e fixed race condition on profile change 2020-08-13 17:01:46 +02:00
Martin Wagner 0be454a8d7 fixed seekbar on profile change 2020-08-11 19:10:34 +02:00
Martin Wagner 809757b6b9 reordered "*connected" signals 2020-08-09 22:58:48 +02:00
Martin Wagner 27173f62cf improved autoscroll making browsing in single mode more comfortable 2020-08-09 22:24:04 +02:00
Martin Wagner defa7f2aec moved LyricsWindow to playlist code 2020-08-08 13:31:33 +02:00
Martin Wagner 2a260af2f3 made cover regex configurable 2020-08-04 19:37:54 +02:00
Martin Wagner 98c6f35e66
Update README.md 2020-08-03 09:54:31 +02:00
Martin Wagner 3dad553725 preparations for 0.8.4 2020-07-25 14:26:16 +02:00
Martin Wagner 28c9fe48b9 use 'readcomments' to get extra metadata 2020-07-19 20:21:33 +02:00
Martin Wagner 091ff07d32 changed fallback cover 2020-07-17 16:42:47 +02:00
Martin Wagner 58b563c1d8 small review of try, except 2020-07-15 22:39:26 +02:00
Martin Wagner fc06d84a5b removed unneeded disconnect 2020-07-15 22:29:38 +02:00
Martin Wagner 495634c254 removed unnecessary try, except 2020-07-13 23:04:09 +02:00
Martin Wagner 2b861bb6d8 improved emitted signals in client wrapper 2020-07-13 19:24:55 +02:00
Martin Wagner db7a8e9944 removed second client 2020-07-12 15:20:29 +02:00
Martin Wagner f3a77bc3bc wrapped custom mpd client functions 2020-07-11 12:38:18 +02:00
Martin Wagner 0da6e021d3 wrapped all mpd client related function calls 2020-07-11 12:25:07 +02:00
Martin Wagner fee98a7a69 fixed typo 2020-07-06 18:03:37 +02:00
Martin Wagner b3a352330c sorted classes 2020-07-04 13:16:17 +02:00
Martin Wagner 1eaa071e5a simplified AlbumIconView.add_row() 2020-07-04 12:48:35 +02:00
Martin Wagner ab8430facc formatted comments 2020-07-04 12:35:39 +02:00
Martin Wagner 8f7edf2714 fixed ProfileSettings 2020-07-04 12:23:12 +02:00
Martin Wagner 89bc3ab688 detached cover and playlist from Browser class 2020-07-04 12:02:46 +02:00
Martin Wagner 51489bfcae updated email 2020-07-03 23:11:33 +02:00
Martin Wagner 252409a3f8 added keybinding for SongPopover 2020-07-01 18:04:01 +02:00
Martin Wagner 8826140079 improved icon size settings 2020-06-27 16:11:41 +02:00
Martin Wagner 72acc45cff reworked settings 2020-06-26 20:24:06 +02:00
Martin Wagner 0596e3405a focus text_view on LyricsWindow open 2020-06-22 23:07:56 +02:00
Martin Wagner 63ebb16545 made lyrics button optional 2020-06-22 17:00:54 +02:00
Martin Wagner 03bc243f14 added keybinding (ctrl + l) to show lyrics 2020-06-22 16:37:54 +02:00
Martin Wagner f13884d059 preparations for 0.8.3 2020-06-21 20:19:11 +02:00
Martin Wagner 600e0d5c84 fixed default column sizes 2020-06-21 20:00:19 +02:00
Martin Wagner 57ace9ec32 adjusted defaults 2020-06-21 19:53:42 +02:00
Martin Wagner 38b2286f09 made button presses in AlbumIconView less aggressive 2020-06-17 19:21:07 +02:00
Martin Wagner 03ee15854c display total duration in AlbumDialog 2020-06-14 22:34:01 +02:00
Martin Wagner 8ab8e7aa29 fixed bug in SongsView 2020-06-14 22:25:40 +02:00
Martin Wagner 8a46bab4da disabled opening of multiple lyrics overlays 2020-06-13 00:03:53 +02:00
Martin Wagner d198c3a9f1 made lyrics button always visible 2020-06-10 22:09:23 +02:00
Martin Wagner 7ad93a0943 added missing FocusFrame in LyricsWindow 2020-06-06 14:20:05 +02:00
Martin Wagner dc6b802245 added search by tag 2020-06-05 17:43:34 +02:00
Martin Wagner 7afc76b4f8 extracted independent functions from 'Client' 2020-06-04 20:36:34 +02:00
Martin Wagner 3f400e18b0 fixed displaying of multitag songs in SongPopover 2020-06-04 20:13:43 +02:00
Martin Wagner f9b632802f fixed bug in AlbumDialog 2020-06-04 20:00:51 +02:00
Martin Wagner b3d96f3e9f improved displaying of compilation albums 2020-06-04 19:34:36 +02:00
Martin Wagner 5c2cc71fb3 fixed back_to_album 2020-06-01 11:13:11 +02:00
Martin Wagner 8d677e8453 preparations for 0.8.2 2020-05-30 15:35:46 +02:00
Martin Wagner 20e1e864bc reordered main menu 2020-05-28 22:46:38 +02:00
Martin Wagner 013031ff39 fixed popover placing 2020-05-27 22:16:35 +02:00
Martin Wagner 4c31a369f2 improved cover labels 2020-05-27 21:08:01 +02:00
Martin Wagner 20bae2af59 made SongPopover more compatible with different themes 2020-05-27 18:54:01 +02:00
Martin Wagner 97ee069121 moved profile selection 2020-05-27 17:36:49 +02:00
Martin Wagner 1adf35c97d bind F1 to help 2020-05-26 22:53:59 +02:00
Martin Wagner 369b01cded added menu entry for help 2020-05-26 22:36:46 +02:00
Martin Wagner ac150790fb improved AlbumDialog sizing 2020-05-26 19:49:55 +02:00
Martin Wagner 723a4c5e29 improved FocusFrame 2020-05-26 18:37:51 +02:00
Martin Wagner 864477c602 enabled showing metadata of any song 2020-05-26 15:04:16 +02:00
Martin Wagner 3c68214b68 added timezone hint for 'last-modified' 2020-05-25 22:01:22 +02:00
Martin Wagner feaa958547 improved format of 'last-modified' 2020-05-25 21:57:51 +02:00
Martin Wagner 343a1d23dd simplified getting file type 2020-05-25 21:38:26 +02:00
Martin Wagner 4245d49e95 unified cell renderers 2020-05-25 21:32:50 +02:00
Martin Wagner 34940bba7e improved column sizing of SongsView 2020-05-25 19:18:21 +02:00
Martin Wagner e6aa7ac6aa improved showing of AudioType popover 2020-05-25 18:48:15 +02:00
Martin Wagner 6d89695b3e fixed window title 2020-05-24 22:42:43 +02:00
Martin Wagner 055c7fd522 improved LyricsWindow 2020-05-24 19:37:08 +02:00
Martin Wagner 951cdf35d6 made LyricsWindow close_button smaller 2020-05-23 16:14:29 +02:00
Martin Wagner 3dd66d471b fixed wrong icon sizes 2020-05-23 14:09:58 +02:00
Martin Wagner 1efe62d5df added 'restart required' hint 2020-05-21 22:28:58 +02:00
Martin Wagner fe93835f7d save/restore window maximized state 2020-05-21 21:33:39 +02:00
Martin Wagner 2090e33810 Layout improvements introducing optional CSD (disabled by default) 2020-05-21 21:18:39 +02:00
Martin Wagner 0df8f91279 fixed bug in back_to_album 2020-05-19 17:23:15 +02:00
Martin Wagner a3d077d1ac minor key binding fixes 2020-05-19 16:50:20 +02:00
Martin Wagner 69a674631b fixed typo 2020-05-18 21:04:44 +02:00
Martin Wagner dffdfd73ae added extra buttons to SearchWindow to add/play all results at once 2020-05-18 20:47:04 +02:00
Martin Wagner 98d55d3caf improved sorting in SongsView 2020-05-18 20:05:32 +02:00
Martin Wagner dab40be20c properly placed FocusFrame in SearchWindow 2020-05-18 17:45:47 +02:00
Martin Wagner 8dbef31519 merged lyrics window into main cover 2020-05-18 17:24:09 +02:00
Martin Wagner ae4cede863 disabled auto resize cover frame 2020-05-18 15:53:29 +02:00
Martin Wagner 9a470e50ab improved displaying covers with non quadratic aspect ratio 2020-05-18 15:32:04 +02:00
Martin Wagner 2782c632b5 fixed search entry 2020-05-17 22:52:10 +02:00
Martin Wagner e8cd822b2f removed extra search window making search more interactive 2020-05-17 20:46:19 +02:00
Martin Wagner a71a8655a2 fixed SeekBar in stoped state 2020-05-17 20:22:11 +02:00
Martin Wagner 839c47bb20 fixed SeekBar in paused state 2020-05-16 12:42:10 +02:00
Martin Wagner f63f781718 removed duplicated code 2020-05-16 11:27:09 +02:00
Martin Wagner 823d574ea4 always emit 'periodic_signal' on reconnect 2020-05-16 11:18:43 +02:00
Martin Wagner 16129be7f3 bind F5 to database update 2020-05-16 10:58:13 +02:00
Martin Wagner a3dc822420 improved behavior in disconnected state 2020-05-16 09:55:11 +02:00
Martin Wagner f40ed4b707 reduced GLib.timeout_add to one at a time 2020-05-16 09:42:27 +02:00
Martin Wagner d337e44286 removed leading zeros in SeekBar 2020-05-14 16:03:34 +02:00
Martin Wagner e6b4fc67a0 reverted AudioType changes 2020-05-13 21:16:43 +02:00
Martin Wagner c754be99d6 disabled showing unnecessary hours in playlist and tooltips 2020-05-13 19:29:39 +02:00
Martin Wagner 16bcc74b15 fixed AudioType 2020-05-13 19:05:24 +02:00
Martin Wagner 2cf05fc308 fixed window title when no song is playing 2020-05-13 18:02:39 +02:00
Martin Wagner 931f27763a show number of discs in album tooltips 2020-05-12 17:56:59 +02:00
Martin Wagner 710e186741 show release date in window title and notification 2020-05-12 17:39:57 +02:00
Martin Wagner fdb6ee714a fixed compatibility with python-mpd2 1.1.0 2020-05-03 11:58:35 +02:00
Martin Wagner ee534c5279 added protocol version to 'Server stats' 2020-05-02 10:56:42 +02:00
Martin Wagner 9744d9810e removed unneeded counter 2020-04-24 22:20:17 +02:00
Martin Wagner a79690a340 replaced 'playlist' command with 'playlistinfo' 2020-04-11 09:52:31 +02:00
Martin Wagner 32fe7d3773 clear bold text in 'ArtistView' like in 'PlaylistView' 2020-04-09 00:34:19 +02:00
Martin Wagner da2eb5cba0 small code style changes 2020-04-09 00:26:21 +02:00
Martin Wagner 3f42f62be6
Update configure.ac 2020-04-07 18:16:30 +02:00
Martin Wagner eff74509da fixed typo 2020-04-07 18:10:42 +02:00
Martin Wagner f8a9aa0fc0 removed MPRIS global variabels 2020-04-07 18:02:43 +02:00
Martin Wagner 03b34d1c29 improved cover fetching 2020-04-07 17:57:16 +02:00
Martin Wagner 86f439c891 removed redundancy 2020-04-07 12:38:38 +02:00
Martin Wagner d36c4beca4 minor fixes 2020-04-07 01:37:53 +02:00
Martin Wagner 6e88ce3e57 support multiple value tags (fixes #4) 2020-04-07 01:25:53 +02:00
Martin Wagner 0acadd7103
Added link to wiki 2020-04-06 21:20:55 +02:00
Martin Wagner ed143dab55 fixed bug in 'PlaylistView' 2020-04-04 16:23:09 +02:00
Martin Wagner f273ff88d4 preparations for 0.8.0 2020-04-04 10:40:00 +02:00
Martin Wagner 3c3d65b8a5 updated changelog 2020-04-04 10:25:11 +02:00
Martin Wagner a2c1b4802e slightly polished icon 2020-04-04 10:04:18 +02:00
Martin Wagner 28327a3b83 fixed typo in README 2020-04-03 20:41:11 +02:00
Martin Wagner 74ecc30591 updated README 2020-04-03 19:40:35 +02:00
Martin Wagner 8f8ff627de fixed error in 'Browser' 2020-04-03 18:48:17 +02:00
Martin Wagner 6b572a6723 completely removed autodelete 2020-04-02 21:20:36 +02:00
Martin Wagner 0b8b68bd69 fixed 'AlbumDialog' title 2020-04-02 20:40:43 +02:00
Martin Wagner 605d8ac8d5 fixed 'SongsView' 2020-04-02 11:46:59 +02:00
Martin Wagner 224ad4182f new defaults 2020-04-02 11:35:07 +02:00
Martin Wagner 1444854736 added a proper path text entry to 'ProfileSettings' 2020-04-02 10:44:06 +02:00
Martin Wagner b91ea776d1 fixed 'Cover' 2020-04-02 10:22:15 +02:00
Martin Wagner b586886072 changed default layout 2020-04-01 18:52:08 +02:00
Martin Wagner a0b4fdce8b fixed error in 'AlbumIconView' 'populate' 2020-04-01 17:39:59 +02:00
Martin Wagner 173adb5090 made current music lib path directly visible 2020-04-01 17:03:03 +02:00
Martin Wagner 75c865300b fixed representation of 'force-mode' 2020-04-01 13:22:50 +02:00
Martin Wagner 536de0262e changed representation of 'sort-albums-by-year' 2020-04-01 12:51:40 +02:00
Martin Wagner 69309a99e7 reworked 'FocusFrame' 2020-03-31 17:36:41 +02:00
Martin Wagner d94bc2564e made 'AudioType' a proper button 2020-03-31 16:40:36 +02:00
Martin Wagner 7eb7dc71b1 replaced 'show-all-artists' by 'use-album-artist' 2020-03-31 16:07:40 +02:00
Martin Wagner 3e5b80ad3f partially merged 'SearchWindow' and 'AlbumDialog' 2020-03-30 23:48:46 +02:00
Martin Wagner 9a3aa7ecad reworked 'AlbumIconView' 2020-03-30 22:20:14 +02:00
Martin Wagner 3d44f5e9a5 fixed button and key press events 2020-03-30 20:44:28 +02:00
Martin Wagner 8a51014fdd added key binding to 'SearchWindow' and 'AlbumDialog' 2020-03-30 18:18:43 +02:00
Martin Wagner 16a8909d98 small css improvements 2020-03-30 17:08:59 +02:00
Martin Wagner 9285d18a5c fixed error on disconnect 2020-03-30 12:28:30 +02:00
Martin Wagner 8e4ba7ef10 changed 'Client' class structure 2020-03-30 11:54:04 +02:00
Martin Wagner ba9311cecd internally replaced 'add-album' property by 'force-mode' 2020-03-30 10:48:31 +02:00
Martin Wagner d7343c5f9d fixed 'SearchWindow' and 'AlbumDialog' 2020-03-30 10:28:40 +02:00
Martin Wagner 75eec86806 modified playlist autoscroll behavior 2020-03-29 21:34:51 +02:00
Martin Wagner be87be9923 disabled gui stalls on album display 2020-03-29 18:06:37 +02:00
Martin Wagner e073c81438 enabled keyboard focus for all widgets 2020-03-28 14:23:23 +01:00
Martin Wagner 793616d00a added thin borders around the main widgets to indicate keyboard focus 2020-03-28 14:09:06 +01:00
Martin Wagner 6723f9b31b fixed 'SeekBar' when paused 2020-03-28 13:35:35 +01:00
Martin Wagner d025c2d9c2 changed 'SeekBar' behavior 2020-03-28 13:23:56 +01:00
Martin Wagner 6c4cbac2eb removed autofocus 2020-03-27 22:23:01 +01:00
Martin Wagner 67869b3b63 fixed key bindings 2020-03-27 18:16:50 +01:00
Martin Wagner 0969c981fb fixed genre filter 2020-03-27 17:42:11 +01:00
Martin Wagner 1dfb744b60 made displaying of albums a bit faster 2020-03-26 17:01:15 +01:00
Martin Wagner e1b6883988 changed song delete behavior 2020-03-26 11:53:36 +01:00
Martin Wagner bd43099e71 enabled search in playlist and artist list 2020-03-25 23:36:59 +01:00
Martin Wagner 6090324342 fixed 'SeekBar' class 2020-03-25 19:10:46 +01:00
Martin Wagner 8b6dc0b3a8 moved 'go_home_button' and 'search_button' into 'Browser' class 2020-03-24 22:23:45 +01:00
Martin Wagner 791dad8534 gui improvements 2020-03-24 19:18:29 +01:00
Martin Wagner fe78cf983f fixed profiles autohide 2020-03-24 16:41:37 +01:00
Martin Wagner 50bbeebc59 translation update 2020-03-24 16:21:07 +01:00
Martin Wagner ff8912ea0f gui improvements 2020-03-24 16:14:01 +01:00
Martin Wagner cd884f4e31 build: added dependency check for python-dbus 2020-03-23 17:40:12 +01:00
Martin Wagner 9c181776d6 german translation fix 2020-03-22 22:46:08 +01:00
Martin Wagner 931ccd3d91 translation update 2020-03-22 21:49:55 +01:00
Martin Wagner 3f22dace03 fixed GObject deprecation warnings 2020-03-22 21:18:54 +01:00
Martin Wagner 9bb6c447c5 fixed typo 2020-03-22 18:16:21 +01:00
Martin Wagner 10ab41ad2e fixed live cover resize 2020-03-22 18:13:40 +01:00
Martin Wagner 9d57c308b7 small code review 2020-03-22 17:05:51 +01:00
Martin Wagner 9adacaa1b5 reworked signal definition in MpdEventEmitter 2020-03-22 15:03:07 +01:00
Martin Wagner 3443eaa2b3 added new signal to MpdEventEmitter 2020-03-22 14:25:04 +01:00
Martin Wagner d51556aaab removed unneeded parameter of Cover class 2020-03-22 11:25:04 +01:00
Martin Wagner 8c356a0cec MPRIS: fixed bus name 2020-03-21 12:13:56 +01:00
Martin Wagner 0f68dbf0eb fixed error in MPRIS property setter 2020-03-21 09:23:34 +01:00
Martin Wagner 73c7e911be added MPRIS interface 2020-03-20 22:09:13 +01:00
Martin Wagner eb8edecfda perparations for 0.7.0 2020-03-12 21:48:09 +01:00
Martin Wagner d059a1c9eb improved visual sort index 2020-03-12 17:09:24 +01:00
Martin Wagner 6196f83ffc improved cover-size settings 2020-03-10 13:50:36 +01:00
Martin Wagner 4f273a8a1f translation update 2020-03-06 11:37:15 +01:00
Martin Wagner 67ec5ad695 small settings dialog code review 2020-03-06 11:27:05 +01:00
Martin Wagner f5b911f2cf reworked playlist settings 2020-03-06 09:38:05 +01:00
Martin Wagner 6a673f2bab made track and disc column right aligned 2020-03-05 23:29:48 +01:00
Martin Wagner f7e6c23696 fixed selection move on force album play by doubleclicking 2020-03-05 15:14:49 +01:00
Martin Wagner 0fb67698cd fixed column width save and restore 2020-03-04 18:55:43 +01:00
Martin Wagner ae3ac76b3d made playlist columns adjustable 2020-03-04 16:39:59 +01:00
Martin Wagner e9805bbe70 disabled unwanted keyboard focus 2020-03-04 10:04:47 +01:00
Martin Wagner 2fdb9658dd added Gtk.Frame around the main cover 2020-03-04 09:58:26 +01:00
Martin Wagner 60173ade3a fixed error in go_home 2020-03-04 08:51:18 +01:00
Martin Wagner b5ac0583ba added visual sort index in artist view 2020-03-03 23:54:20 +01:00
Martin Wagner 24f026ff61 added alternative layout 2020-03-03 23:43:44 +01:00
Martin Wagner 32157bb609 fixed autoremove 2020-03-03 22:54:55 +01:00
Martin Wagner 3be9589b75 fixed Gtk-CRITICAL 2020-03-03 17:57:23 +01:00
Martin Wagner 36df7cf7dd fixed error in autoremove 2020-03-03 17:20:58 +01:00
Martin Wagner 28e526777e highlight current song with bold text 2020-03-03 17:09:56 +01:00
Martin Wagner ac53fc2136 added seeking hot-keys 2020-03-03 16:11:30 +01:00
Martin Wagner d909f351d3 improved notification 2020-03-03 15:59:18 +01:00
Martin Wagner 8756e317d2 detached main cover from playlist 2020-03-03 13:41:46 +01:00
Martin Wagner db5fbef06e fixed playlist refresh 2020-03-02 15:48:10 +01:00
Martin Wagner da1bb25d1d fixed playlist refresh error on profile switch 2020-03-02 11:49:55 +01:00
Martin Wagner 57437de15b
Update README.md 2020-03-01 22:25:35 +01:00
Martin Wagner fbbe5a7df9 updated screenshot 2020-03-01 22:19:53 +01:00
Martin Wagner 8a9faaed29
Update configure.ac 2020-03-01 21:45:49 +01:00
Martin Wagner 189928804a made SearchWindow an independent window 2020-03-01 21:21:06 +01:00
Martin Wagner 601b6aa33e disabled noise on scrolling hovering the seek bar 2020-02-29 23:57:44 +01:00
Martin Wagner 97049bbd72 made lyrics selectable 2020-02-29 08:56:46 +01:00
Martin Wagner 4886ff0790 mapped esc to go_home 2020-02-29 08:32:07 +01:00
Martin Wagner 485008d86e disabled autoscroll in playlist view 2020-02-29 08:23:42 +01:00
Martin Wagner ad0f57dfd2 improved column sizing in playlist view 2020-02-28 23:40:01 +01:00
Martin Wagner 45236c9e28 made genre filter optional 2020-02-28 23:23:53 +01:00
Martin Wagner d2861673bd fixed bug in LyricsWindow causing delays 2020-02-28 22:11:46 +01:00
Martin Wagner 7f015800a1 translation update 2020-02-28 17:51:24 +01:00
Martin Wagner d7bb318eb1 removed debug messages 2020-02-28 17:45:30 +01:00
Martin Wagner b5ed1b4e68 disabled interactive artist search 2020-02-28 17:42:52 +01:00
Martin Wagner 2b89ef43af keyboard focus improvements 2020-02-28 17:32:15 +01:00
Martin Wagner 72d5d9f64c added album sort setting 2020-02-28 16:03:45 +01:00
Martin Wagner d7fe24fb8d fixed ArtistView heading 2020-02-28 14:27:58 +01:00
Martin Wagner 21dee05834 reworked GenreSelect 2020-02-28 11:47:57 +01:00
Martin Wagner 47d0213b3f added genre filter 2020-02-27 20:05:48 +01:00
Martin Wagner e5cba6af5d support showing all artists 2020-02-25 23:37:27 +01:00
Martin Wagner 2cd4f751b2 fixed keyboard focus errors 2020-02-25 13:59:43 +01:00
Martin Wagner a716bbcab3 fixed delete latency 2020-02-25 12:07:37 +01:00
Martin Wagner 7391686d90 internal restructuring fixing some bugs 2020-02-24 22:31:39 +01:00
Martin Wagner 62d7ffb5ee changed client connect 2020-02-22 15:22:57 +01:00
Martin Wagner b7d98a8ae9 enabled seeking by clicking on labels 2020-02-16 12:20:38 +01:00
Martin Wagner cfe6733636 fixed wrong window title 2020-02-10 10:34:27 +01:00
Martin Wagner 79b828511b Update configure.ac 2020-02-09 21:00:52 +01:00
Martin Wagner 596bcec194 fixed metadata popover 2020-02-08 16:27:52 +01:00
Martin Wagner d9e518c687 reworked profile selection 2020-02-07 20:13:38 +01:00
Martin Wagner 2e5ce9bf2b fixed space key glitch 2020-02-05 21:35:19 +01:00
Martin Wagner 8f1678579f enabled media keys 2020-02-05 20:29:34 +01:00
Martin Wagner 6374fe1c28
Update README.md 2020-02-05 17:44:23 +01:00
Martin Wagner b833cb3ca2 avoid DeprecationWarning 2020-02-02 23:55:16 +01:00
Martin Wagner 08ff73d797 fixed lyrics fetching when no song is playing 2020-02-02 23:13:21 +01:00
Martin Wagner 0c9635921d changed home button behavior 2020-02-02 23:10:33 +01:00
Martin Wagner 06e690b8a3
Update configure.ac 2020-02-02 18:15:25 +01:00
Martin Wagner b167f69333 changed default icon size 2020-02-02 18:13:53 +01:00
Martin Wagner 88534a7054 small gui improvements 2020-02-02 18:08:59 +01:00
Martin Wagner fff76e00ee fixed profile settings 2020-02-02 14:20:25 +01:00
Martin Wagner fe92ae094e fixed password settings 2020-02-02 10:38:05 +01:00
Martin Wagner fbf6afd358 translation update 2020-02-01 15:53:30 +01:00
Martin Wagner e72625879c
Update configure.ac 2020-02-01 15:46:33 +01:00
Martin Wagner 839d13e84a
Update README.md 2020-02-01 15:46:03 +01:00
Martin Wagner 277ddbabaa updated about dialog 2020-02-01 15:44:51 +01:00
Martin Wagner af25d49119 minor fixes 2020-02-01 15:37:13 +01:00
Martin Wagner 49b277d38f small consolidation 2020-02-01 14:36:57 +01:00
Martin Wagner c950aff51b fixed bug on connection loss 2020-02-01 14:12:56 +01:00
Martin Wagner b7f95b5ca9 added password support 2020-02-01 13:27:46 +01:00
Martin Wagner 981c1b0f30 reworked browser (fixes some minor bugs) 2020-02-01 12:45:34 +01:00
Martin Wagner c388cc7342 fixed playlist info 2020-01-29 17:29:47 +01:00
Martin Wagner 36a94350ac added LARGE_TOOLBAR icon size 2020-01-29 16:42:45 +01:00
Martin Wagner c9165cf742 added new screenshot 2020-01-28 20:36:55 +01:00
Martin Wagner 074016a686
Delete mainwindow.png 2020-01-28 20:32:29 +01:00
Martin Wagner 3b3ccf1cbd
Add files via upload 2020-01-28 20:31:46 +01:00
Martin Wagner 7037628af9 added icon size setting 2020-01-28 19:59:14 +01:00
Martin Wagner 26ee51fb18 reworked Gio.Settings handling 2020-01-28 18:39:18 +01:00
Martin Wagner 9625bd9cf3 reworked search dialog 2020-01-27 21:03:13 +01:00
Martin Wagner 75d8ff21c6 added playlist length information 2020-01-27 20:27:35 +01:00
Martin Wagner 36b023f04c connect to server after showing window 2020-01-26 23:51:50 +01:00
Martin Wagner 177bd27aa5 reworked connection 2020-01-26 22:23:21 +01:00
Martin Wagner e07cce7ea6 fixed some play inconsistencies 2020-01-26 21:32:12 +01:00
Martin Wagner 0332fe75b7 fixed shebang 2020-01-19 20:48:49 +01:00
55 changed files with 7857 additions and 3443 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/builddir

13
AUTHORS
View File

@ -1,11 +1,16 @@
Maintainer:
Martin Wagner <grisu-04 web.de>
Martin Wagner <martin.wagner.dev@gmail.com>
Translators:
Martin Wagner <grisu-04 web.de> (German)
Martin Wagner <martin.wagner.dev@gmail.com> (German)
Martin de Reuver <martin@reuf.nl> (Dutch)
Georgi Kamenov (Bulgarian)
Oğuz Ersen (Turkish)
Łukasz Drukała (Polish)
Emmanuel Averty (French)
Gentoo ebuild:
Martin Wagner <grisu-04 web.de>
Martin Wagner <martin.wagner.dev@gmail.com>
Icons + Logo:
Martin Wagner <grisu-04 web.de>
Martin Wagner <martin.wagner.dev@gmail.com>

674
COPYING
View File

@ -1,674 +0,0 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<http://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

View File

@ -1 +0,0 @@

View File

@ -1,13 +0,0 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = dist-xz no-dist-gzip
SUBDIRS = bin data po
CLEANFILES=
EXTRA_DIST = autogen.sh
DISTCLEANFILES = intltool-extract.in intltool-merge.in intltool-update.in intltool-extract intltool-merge intltool-update
README: README.rst

2
NEWS
View File

@ -1 +1,3 @@
See:
https://github.com/SoongNoonien/mpdevil/releases

1
README
View File

@ -1 +0,0 @@
README.md

View File

@ -1,33 +1,76 @@
README for mpdevil
==================
mpdevil is focused on playing your local music directly instead of managing playlists or playing network streams. So it neither supports saving playlists nor restoring them. Therefore mpdevil is mainly a music browser which aims to be easy to use. mpdevil dosen't store any client side database of your music library. Instead all tags and covers get presented to you in real time. So you'll never see any outdated information in your browser. mpdevil strongly relies on tags especially on the AlbumArtist tag.
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.png)
![ScreenShot](screenshots/mainwindow_1.9.0.png)
Features
--------
1. playing songs without doubleclicking
2. displaying covers
3. fetching lyrics form the web (based on PyLyrics 1.1.0)
4. searching songs in your music library
5. removing single tracks form playlist by hovering and pressing del
6. appending albums by middleclick
7. query albums by rightclick
8. sending notifications on title change
9. managing multiple mpd servers
- Display large covers
- Play songs without double click
- Lyrics from: https://www.letras.mus.br
- MPRIS interface (based on mpDris2)
- Basic queue manipulation (move and delete single tracks)
TODO
----
1. MPRIS interface
2. connecting to mpd servers with password
See: https://github.com/SoongNoonien/mpdevil/wiki/Usage
Building and installation
-------------------------
Package Installation
--------------------
To build from source, use::
See:
https://github.com/SoongNoonien/mpdevil/releases/latest
./autogen.sh
make
make install
Ubuntu, Debian, Mint, Raspberry Pi OS:
- Download the .deb file
- Open a console
- Navigate into download dir
- Run: `sudo apt install ./mpdevil_VERSION.deb`
Arch, Manjaro (see: https://aur.archlinux.org/packages/mpdevil/):
- Download the PKGBUILD from the AUR
- Open a console
- Navigate into download dir
- Run: `makepkg -sirc`
- Alternatively install it with an AUR helper
Gentoo (see: https://wiki.gentoo.org/wiki/Custom_repository):
- Download the .ebuild
- Place it into your local tree
- Generate manifest file
- Run: `emerge mpdevil`
Flatpak:
<a href='https://flathub.org/apps/details/org.mpdevil.mpdevil'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>
Building
--------
Build dependencies:
- meson
Dependencies:
- GTK3
- Python3
Python modules:
- mpd (python-mpd2 >=1.1)
- gi (Gtk, Gio, Gdk, GdkPixbuf, Pango, GObject, GLib)
- cairo (pycairo)
Run:
```bash
git clone https://github.com/SoongNoonien/mpdevil.git
cd mpdevil
meson setup builddir --prefix=/usr/local
sudo ninja -C builddir install
sudo glib-compile-schemas /usr/local/share/glib-2.0/schemas
sudo gtk-update-icon-cache
sudo update-desktop-database
```
Translation
-----------
This program is currently available in English, German, Dutch, Bulgarian, Turkish, Polish and French. If you speak one of these or even another language, you can easily translate it by using [poedit](https://poedit.net). Just import `po/mpdevil.pot` from this repo into `poedit`. To test your translation, copy the new `.po` file into the `po` directory of your cloned mpdevil repo and proceed as described in the [Building](#building) section. To get your translation merged, just send me an e-mail or create a pull request.

View File

@ -1,40 +0,0 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
# Run this to generate all the initial makefiles, etc.
test -n "$srcdir" || srcdir=$(dirname "$0")
test -n "$srcdir" || srcdir=.
olddir=$(pwd)
cd $srcdir
(test -f configure.ac) || {
echo "*** ERROR: Directory '$srcdir' does not look like the top-level project directory ***"
exit 1
}
PKG_NAME=mpdevil
if [ "$#" = 0 -a "x$NOCONFIGURE" = "x" ]; then
echo "*** WARNING: I am going to run 'configure' with no arguments." >&2
echo "*** If you wish to pass any to it, please specify them on the" >&2
echo "*** '$0' command line." >&2
echo "" >&2
fi
aclocal --install || exit 1
glib-gettextize --force --copy || exit 1
intltoolize --force --copy --automake || exit 1
autoreconf --verbose --force --install || exit 1
cd "$olddir"
if [ "$NOCONFIGURE" = "" ]; then
$srcdir/configure "$@" || exit 1
if [ "$1" = "--help" ]; then exit 0 else
echo "Now type 'make' to compile $PKG_NAME" || exit 1
fi
else
echo "Skipping configure process."
fi

View File

@ -1,11 +0,0 @@
bin_SCRIPTS = \
mpdevil
EXTRA_DIST = mpdevil.py
CLEANFILES = $(bin_SCRIPTS)
mpdevil: mpdevil.py
sed -e s!\@datadir\@!$(datadir)! -e s!\@libdir\@!$(libdir)! -e s!\@version\@!$(VERSION)! < $< > $@
chmod +x $@

File diff suppressed because it is too large Load Diff

View File

@ -1,86 +0,0 @@
dnl -*- Mode: autoconf -*-
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
AC_INIT([mpdevil], [0.4.1])
AC_CONFIG_SRCDIR([bin/mpdevil.py])
AM_INIT_AUTOMAKE
AC_CONFIG_MACRO_DIR([m4])
m4_define(required_python_abi, [3.0])
m4_define(required_python_version, [3.0])
m4_define(required_gtk_version, [3.0])
dnl put the ACLOCAL flags in the makefile
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
#ALL_LINGUAS="ar ast bg br ca cs da de el en_AU en_CA en_GB eo es et eu fa fi fr_CA fr_FR fr gl he hi hu it ja ko lt lv ml ms nb nl pl pt_BR pt ru sk sl sq sr@latin sr@Latn sr sv te tr uk vi zh_CN zh_TW"
ALL_LINGUAS="de"
GETTEXT_PACKAGE="mpdevil"
AC_SUBST([GETTEXT_PACKAGE])
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", [Gettext package])
AM_GLIB_GNU_GETTEXT
IT_PROG_INTLTOOL
GLIB_GSETTINGS
AM_PATH_PYTHON(required_python_version)
dnl Check for correctly installed gtk
AC_MSG_CHECKING(for gtk required_gtk_version installed)
prog="
import gi
gi.require_version('Gtk', 'required_gtk_version')
from gi.repository import Gtk
assert Gtk._version
"
if $PYTHON -c "$prog" 1>&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD; then
AC_MSG_RESULT(found)
else
AC_MSG_RESULT(not found)
AC_MSG_ERROR(required gtk version not found)
fi
dnl Check for MPDClient
AC_MSG_CHECKING(for MPDClient installed)
prog="
from mpd import MPDClient
"
if $PYTHON -c "$prog" 1>&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD; then
AC_MSG_RESULT(found)
else
AC_MSG_RESULT(not found)
AC_MSG_ERROR(python module mpd not found)
fi
dnl Check for beautifulsoup
AC_MSG_CHECKING(for beautifulsoup installed)
prog="
from bs4 import BeautifulSoup, Comment
"
if $PYTHON -c "$prog" 1>&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD; then
AC_MSG_RESULT(found)
else
AC_MSG_RESULT(not found)
AC_MSG_ERROR(python module bs4 not found)
fi
dnl Check for requests
AC_MSG_CHECKING(for requests installed)
prog="
import requests
"
if $PYTHON -c "$prog" 1>&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD; then
AC_MSG_RESULT(found)
else
AC_MSG_RESULT(not found)
AC_MSG_ERROR(python module requests not found)
fi
AC_CONFIG_FILES([Makefile
po/Makefile.in
bin/Makefile
data/Makefile
data/mpdevil.desktop.in
])
AC_OUTPUT

20
data/AboutDialog.ui Normal file
View File

@ -0,0 +1,20 @@
<?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.10.2</property>
<property name="comments" translatable="yes">A simple music browser for MPD</property>
<property name="authors">Martin Wagner</property>
<property name="translator_credits">Martin Wagner
Martin de Reuver
Georgi Kamenov
Oğuz Ersen
Łukasz Drukała
Emmanuel Averty</property>
<property name="website">https://github.com/SoongNoonien/mpdevil</property>
<property name="copyright">Copyright © 2020-2023 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,35 +0,0 @@
## Process this file with automake to produce Makefile.in
icondir = $(datadir)/icons/hicolor/48x48/apps
dist_icon_DATA = mpdevil.png
svgicondir = $(datadir)/icons/hicolor/scalable/apps
dist_svgicon_DATA = mpdevil.svg
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
install-data-hook: update-icon-cache
uninstall-hook: update-icon-cache
update-icon-cache:
@-if test -z "$(datadir)"; then \
echo "Updating Gtk icon cache."; \
$(gtk_update_icon_cache); \
else \
echo "*** Icon cache not updated. After (un)install, run this:"; \
echo "*** $(gtk_update_icon_cache)"; \
fi
desktop_in_files= mpdevil.desktop.in
desktop_files=$(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
gsettings_SCHEMAS = org.mpdevil.gschema.xml
@GSETTINGS_RULES@
Applicationsdir = $(datadir)/applications
Applications_DATA = $(desktop_files)
EXTRA_DIST = $(desktop_in_files) $(desktop_files) $(gsettings_SCHEMAS)
DISTCLEANFILES = $(desktop_files)

177
data/ShortcutsWindow.ui Normal file
View File

@ -0,0 +1,177 @@
<?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">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">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">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>
</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;Shift&gt;&lt;Control&gt;s</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes">Next title</property>
<property name="accelerator">&lt;Alt&gt;Down 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">&lt;Alt&gt;Up 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">&lt;Alt&gt;Right 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">&lt;Alt&gt;Left 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;n</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;s</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>
</object>
</child>
</object>
</interface>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -0,0 +1,5 @@
<?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>

After

Width:  |  Height:  |  Size: 456 B

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<metadata>
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
<g transform="matrix(.99993 0 0 1.0004 .00013668 -.00035566)" fill="#2e3436">
<path d="m3.6705 9.0306c0.97033-0.18408 1.9154 0.48139 2.1185 1.4938l0.45669 2.2808c0.2031 1.0124-0.41684 1.975-1.3872 2.159-0.97143 0.18498-1.9164-0.48148-2.1185-1.4938l-0.45669-2.2808c-0.2032-1.0114 0.41584-1.9751 1.3872-2.159z"/>
<path d="m7.9694 3c-3.306 0-6.024 3.008-5.969 5.719 0.048 2.365 0.809 4.695 1 5.281h1.526c-1.162-2.292-1.05-5.156-1.05-5.156 0-2.373 2.007-4.313 4.493-4.313 2.485 0 4.5 1.827 4.492 4.282-0.024 1.674-0.172 2.658-1.006 5.187h1.571c0.225-0.645 0.974-3.19 0.974-5.281 0-2.83-2.726-5.719-6.031-5.719z"/>
<path d="m2.2627 1s-1.0354 2.3374 1.005 4.8454l2.1933-1.0316c-2.9707-1.2679-3.1983-3.8138-3.1983-3.8138z"/>
<path d="m13.737 1s1.0354 2.3374-1.005 4.8454l-2.1933-1.0316c2.9707-1.2679 3.1983-3.8138 3.1983-3.8138z"/>
<path d="m12.359 9.0306c-0.97034-0.18408-1.9154 0.48139-2.1185 1.4938l-0.45669 2.2808c-0.2031 1.0124 0.41684 1.975 1.3872 2.159 0.97143 0.18498 1.9164-0.48148 2.1185-1.4938l0.45669-2.2808c0.2032-1.0114-0.41584-1.9751-1.3872-2.159z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="128" height="128" version="1.1" viewBox="0 0 33.867 33.867" xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:osb="http://www.openswatchbook.org/uri/2009/osb" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="linearGradient871">
<stop stop-opacity=".5" offset="0"/>
<stop stop-opacity=".1" offset=".5"/>
<stop stop-opacity=".5" offset="1"/>
</linearGradient>
<linearGradient id="linearGradient904" x1="142" x2="238" y1="74.998" y2="74.998" gradientTransform="matrix(.26458 0 0 .26458 123.45 54.013)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient871"/>
<linearGradient id="linearGradient912" x1="157.72" x2="189.71" y1="58.908" y2="58.908" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient871"/>
<linearGradient id="linearGradient1026" x1="195.81" x2="197.92" y1="69.668" y2="69.668" gradientTransform="translate(-11.506 4.4716)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient871"/>
<linearGradient id="linearGradient1030" x1="195.81" x2="197.92" y1="69.668" y2="69.668" gradientTransform="matrix(-1 0 0 1 358.94 4.4716)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient871"/>
<linearGradient id="linearGradient1043" x1="146.99" x2="161.99" y1="83.478" y2="83.478" gradientTransform="matrix(.26458 0 0 .26458 147.53 49.338)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient871"/>
<linearGradient id="linearGradient1047" x1="146.99" x2="161.99" y1="83.478" y2="83.478" gradientTransform="matrix(-.26458 0 0 .26458 199.91 49.338)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient871"/>
<linearGradient id="linearGradient885" x1="144.82" x2="154.08" y1="51.721" y2="51.721" gradientTransform="translate(16.728 4.9575)" gradientUnits="userSpaceOnUse">
<stop stop-opacity=".4" offset="0"/>
<stop stop-opacity=".1" offset=".5"/>
<stop stop-opacity=".5" offset="1"/>
</linearGradient>
<linearGradient id="linearGradient889" x1="144.82" x2="154.08" y1="51.721" y2="51.721" gradientTransform="matrix(-1 0 0 1 330.71 4.9575)" gradientUnits="userSpaceOnUse">
<stop stop-opacity=".4" offset="0"/>
<stop stop-opacity=".1" offset=".5"/>
<stop stop-opacity=".5" offset="1"/>
</linearGradient>
</defs>
<metadata>
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
<g transform="translate(-156.79 -48.192)">
<path d="m173.69 50.044a15.994 16.404 0 0 0-15.965 16.404h1.8056a14.188 14.552 0 0 1 14.08-14.552 14.188 14.552 0 0 1 0.10852 0 14.188 14.552 0 0 1 14.188 14.552h1.8061a15.994 16.404 0 0 0-15.994-16.404 15.994 16.404 0 0 0-0.0289 0z" fill="#3d3846" stroke-linecap="round" stroke-width=".037717"/>
<path d="m173.61 51.367a14.188 14.552 0 0 0-14.079 14.552h-1.7973a15.994 16.404 0 0 0-8e-3 0.52917h1.8056a14.188 14.552 0 0 1 14.08-14.552 14.188 14.552 0 0 1 0.10852 0 14.188 14.552 0 0 1 14.188 14.552h1.8061a15.994 16.404 0 0 0-8e-3 -0.52917h-1.7978a14.188 14.552 0 0 0-14.188-14.552 14.188 14.552 0 0 0-0.10852 0 14.188 14.552 0 0 1-5.2e-4 0z" fill="url(#linearGradient912)" stroke-linecap="round" stroke-width=".037717"/>
<g>
<path d="m162.25 48.457s-2.7703 6.254 2.6891 12.965l5.8685-2.7602c-7.9486-3.3925-8.5576-10.204-8.5576-10.204z" fill="#c01c28"/>
<path d="m161.56 51.936c-0.10501 2.4408 0.46065 5.8972 3.3796 9.4852l5.8684-2.76c-0.39365-0.16801-0.76447-0.34666-1.1229-0.5302l-4.7454 2.2319c-2.5193-3.0967-3.2844-6.0943-3.3796-8.4269z" fill="url(#linearGradient885)"/>
<path d="m185.19 48.457s2.7703 6.254-2.6891 12.965l-5.8685-2.7602c7.9486-3.3925 8.5576-10.204 8.5576-10.204z" fill="#c01c28"/>
<path d="m185.88 51.936c0.10501 2.4408-0.46065 5.8972-3.3796 9.4852l-5.8684-2.76c0.39365-0.16801 0.76447-0.34666 1.1229-0.5302l4.7454 2.2319c2.5193-3.0967 3.2844-6.0943 3.3796-8.4269z" fill="url(#linearGradient889)"/>
<circle transform="rotate(12.584)" cx="184.31" cy="28.296" r="12.7" fill="#e01b24"/>
<path d="m161.03 67.241a12.7 12.7 0 0 0 9.9224 12.925 12.7 12.7 0 0 0 15.162-9.6284 12.7 12.7 0 0 0 0.29403-3.2949 12.7 12.7 0 0 1-0.29403 2.2366 12.7 12.7 0 0 1-15.162 9.6284 12.7 12.7 0 0 1-9.9224-11.867z" fill="url(#linearGradient904)"/>
<circle cx="172.13" cy="69.888" r=".79375" opacity=".4"/>
<circle cx="175.31" cy="69.888" r=".79375" opacity=".4"/>
</g>
<path d="m181.92 64.332c0 1.8995-1.5395 3.4396-3.4396 3.4396-1.8995 0-3.4396-1.5401-3.4396-3.4396 0-1.8995 1.5401-3.4396 3.4396-3.4396 1.9001 0 3.4396 1.5401 3.4396 3.4396z" fill="#f6f5f4"/>
<g>
<g>
<circle cx="178.22" cy="63.273" r="1.5875" fill="#241f31"/>
<path d="m172.4 64.332c0 1.8995-1.5395 3.4396-3.4396 3.4396-1.8995 0-3.4396-1.5401-3.4396-3.4396 0-1.8995 1.5401-3.4396 3.4396-3.4396 1.9001 0 3.4396 1.5401 3.4396 3.4396z" fill="#f6f5f4"/>
<circle cx="168.69" cy="63.273" r="1.5875" fill="#241f31"/>
</g>
<path d="m169.95 71.211c-3.1753 0.04728-2.4014 1.419-2.9983 2.5048-0.29211 0.53135 0.422-0.06077 1.2252-0.80047 1.263 1.9524 3.5805 3.7996 7.6435 2.3347-3.622-0.25777-5.8309-1.5312-7.1556-2.7967 0.66518-0.6314 1.2852-1.2423 1.2852-1.2423z" opacity=".4"/>
<path d="m161.02 60.204v15.135s-0.25743-0.09764-0.39066-0.13303c-0.65036-0.17255-1.39-0.07614-1.9848-0.38276-0.32991-0.17009-0.60935-0.45083-0.79371-0.76449-0.26875-0.45726-0.3681-0.83192-0.44542-1.3501-0.20943-1.4036-0.34842-2.7238-0.35396-4.6762v-0.5219c6e-3 -1.9524 0.14453-3.273 0.35396-4.6767 0.0773-0.51818 0.17667-0.89233 0.44542-1.3496 0.18436-0.31367 0.4638-0.5944 0.79371-0.7645 0.59475-0.30662 1.3344-0.21021 1.9848-0.38276 0.13323-0.03538 0.39066-0.13302 0.39066-0.13302z" fill="#3d3846"/>
<path d="m162.07 59.834c-0.34403 5.04e-4 -1.0521 0.37002-1.0521 0.37002v15.135s0.7081 0.36951 1.0521 0.37002c0.34403 5.11e-4 0.54179-0.12749 0.71262-0.43627 0.17083-0.30878 0.35792-0.67862 0.35192-1.8119l-5.2e-4 -0.36135h5.2e-4v-10.656h-5.2e-4l5.2e-4 -0.36135c6e-3 -1.1332-0.18109-1.5031-0.35192-1.8119-0.17083-0.30878-0.36859-0.43678-0.71262-0.43627z" fill="#9a9996"/>
<path d="m186.42 60.204v15.135s0.25743-0.09764 0.39066-0.13303c0.65036-0.17255 1.39-0.07614 1.9848-0.38276 0.32991-0.17009 0.60935-0.45083 0.79371-0.76449 0.26875-0.45726 0.3681-0.83192 0.44542-1.3501 0.20943-1.4036 0.34842-2.7238 0.35396-4.6762v-0.5219c-6e-3 -1.9524-0.14453-3.273-0.35396-4.6767-0.0773-0.51818-0.17667-0.89233-0.44542-1.3496-0.18436-0.31367-0.4638-0.5944-0.79371-0.7645-0.59475-0.30662-1.3344-0.21021-1.9848-0.38276-0.13323-0.03538-0.39066-0.13302-0.39066-0.13302z" fill="#3d3846"/>
<path d="m185.37 59.834c0.34403 5.04e-4 1.0521 0.37002 1.0521 0.37002v15.135s-0.7081 0.36951-1.0521 0.37002c-0.34403 5.11e-4 -0.54179-0.12749-0.71262-0.43627-0.17083-0.30878-0.35792-0.67862-0.35192-1.8119l5.2e-4 -0.36135h-5.2e-4v-10.656h5.2e-4l-5.2e-4 -0.36135c-6e-3 -1.1332 0.18109-1.5031 0.35192-1.8119 0.17083-0.30878 0.36859-0.43678 0.71262-0.43627z" fill="#9a9996"/>
<path d="m184.3 72.57v0.36122l5.1e-4 -0.36122zm0 0.36122v0.16795h5.1e-4l-5.1e-4 0.36122c-6e-3 1.1332 0.18108 1.5035 0.35191 1.8123 0.17083 0.30878 0.36859 0.43666 0.71262 0.43615 0.34403-5.04e-4 1.0521-0.37 1.0521-0.37v-0.52917s-0.7081 0.3695-1.0521 0.37c-0.34403 5.11e-4 -0.54179-0.12737-0.71262-0.43615-0.17083-0.30878-0.35791-0.67905-0.35191-1.8123z" fill="url(#linearGradient1026)"/>
<path d="m163.13 72.57v0.36122l-5.1e-4 -0.36122zm0 0.36122v0.16795h-5.1e-4l5.1e-4 0.36122c6e-3 1.1332-0.18108 1.5035-0.35191 1.8123-0.17083 0.30878-0.36859 0.43666-0.71262 0.43615-0.34403-5.04e-4 -1.0521-0.37-1.0521-0.37v-0.52917s0.7081 0.3695 1.0521 0.37c0.34403 5.11e-4 0.54179-0.12737 0.71262-0.43615 0.17083-0.30878 0.35791-0.67905 0.35191-1.8123z" fill="url(#linearGradient1030)"/>
<path d="m190.39 67.51c-6e-3 1.9481-0.14483 3.2672-0.35398 4.669-0.0773 0.51818-0.1767 0.89253-0.44545 1.3498-0.18436 0.31366-0.46384 0.59472-0.79375 0.76481-0.59475 0.30662-1.334 0.21038-1.9844 0.38292-0.13323 0.03539-0.39067 0.13281-0.39067 0.13281v0.52917s0.25744-0.09742 0.39067-0.13281c0.65036-0.17255 1.3896-0.07631 1.9844-0.38292 0.32991-0.17009 0.60939-0.45115 0.79375-0.76481 0.26875-0.45726 0.36813-0.83161 0.44545-1.3498 0.20943-1.4036 0.34844-2.7238 0.35398-4.6762z" fill="url(#linearGradient1043)"/>
<path d="m157.05 67.51c6e-3 1.9481 0.14483 3.2672 0.35398 4.669 0.0773 0.51818 0.1767 0.89253 0.44545 1.3498 0.18436 0.31366 0.46384 0.59472 0.79375 0.76481 0.59475 0.30662 1.334 0.21038 1.9844 0.38292 0.13323 0.03539 0.39067 0.13281 0.39067 0.13281v0.52917s-0.25744-0.09742-0.39067-0.13281c-0.65036-0.17255-1.3896-0.07631-1.9844-0.38292-0.32991-0.17009-0.60939-0.45115-0.79375-0.76481-0.26875-0.45726-0.36813-0.83161-0.44545-1.3498-0.20943-1.4036-0.34844-2.7238-0.35398-4.6762z" fill="url(#linearGradient1047)"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<g fill="#2e3436">
<path d="M 3,1 A 3,3 0 0 1 5.117188,1.8828125 L 3,4 5.117188,6.117188 A 3,3 0 0 1 3,7 3,3 0 0 1 0,4 3,3 0 0 1 3,1 Z" stroke-linecap="round" stroke-width=".78708"/>
<path d="m12 1v2h-6v2h6v2h1v-0.0078125c0.26562 0.0039 0.51953-0.10156 0.70703-0.28516l2-2c0.39062-0.39062 0.39062-1.0234 0-1.4141l-2-2c-0.1875-0.1836-0.44141-0.28906-0.70703-0.28516v-0.0078125h-1z"/>
<path d="m12 9v2h-6-1-5v2h5 1 6v2h1v-0.007812c0.26562 0.003899 0.51953-0.10156 0.70703-0.28516l2-2c0.39062-0.39062 0.39062-1.0234 0-1.4141l-2-2c-0.1875-0.18361-0.44141-0.28906-0.70703-0.28516v-0.0078125h-1z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 754 B

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="16px" height="16px" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<g fill="#2e3436">
<path d="m12 1v2h-3.3164-3.6836-5v2h5 3.6836 3.3164v2h1v-0.0078125c0.26562 0.0039 0.51953-0.10156 0.70703-0.28516l2-2c0.39062-0.39062 0.39062-1.0234 0-1.4141l-2-2c-0.1875-0.1836-0.44141-0.28906-0.70703-0.28516v-0.0078125h-1z"/>
<path d="m6 9a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1z" stroke-linecap="round" stroke-width="2.3012"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 532 B

21
data/meson.build Normal file
View File

@ -0,0 +1,21 @@
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,11 +0,0 @@
[Desktop Entry]
Version=1.0
_Name=mpdevil
_GenericName=MPD Client
_Comment=A small MPD client written in python
Exec=@prefix@/bin/mpdevil
Icon=mpdevil
Terminal=false
Type=Application
StartupNotify=true
Categories=GNOME;GTK;AudioVideo;Player;

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -1,167 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:osb="http://www.openswatchbook.org/uri/2009/osb"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
id="svg8"
version="1.1"
viewBox="0 0 182.56249 195.89138"
height="195.89139mm"
width="182.56248mm">
<defs
id="defs2">
<linearGradient
osb:paint="solid"
id="linearGradient5949">
<stop
id="stop5947"
offset="0"
style="stop-color:#000000;stop-opacity:1;" />
</linearGradient>
</defs>
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
transform="translate(-156.10417,-48.191973)"
id="layer1">
<path
id="path4528"
d="m 170.65625,117.08335 c 13.22917,-71.437502 140.22917,-72.760418 153.45833,0"
style="fill:none;stroke:#000000;stroke-width:6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
d="m 185.20832,48.291683 c 0,0 -14.71933,33.843033 14.28767,70.156467 l 31.18104,-14.93668 C 188.44377,85.153231 185.20832,48.291683 185.20832,48.291683 Z"
style="fill:#a40000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4562" />
<path
id="path4573"
style="fill:#a40000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 309.56249,48.291683 c 0,0 14.71933,33.843033 -14.28767,70.156457 l -31.18104,-14.93667 c 42.23326,-18.358239 45.46871,-55.219787 45.46871,-55.219787 z" />
<ellipse
ry="66.159225"
rx="67.191811"
transform="matrix(0.97675939,0.21433872,-0.221441,0.97517377,0,0)"
cy="97.521957"
cx="275.37988"
id="path4532"
style="fill:#a40000;fill-opacity:1;stroke:#000000;stroke-width:2.02921915;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
transform="translate(160.62089,9.3406633)"
id="g4540">
<ellipse
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458332;stroke-opacity:1"
id="path6225"
cx="61.714512"
cy="123.83882"
rx="16.073437"
ry="14.882812" />
<ellipse
style="fill:#ffffff;fill-opacity:1;stroke-width:0.26458332"
id="path6225-7"
cx="108.99941"
cy="123.81808"
rx="16.073437"
ry="14.882812" />
<ellipse
style="fill:#000000;fill-opacity:1;stroke-width:0.26458332"
id="path6250"
cx="59.928593"
cy="118.28256"
rx="6.8791666"
ry="6.5484376" />
<ellipse
style="fill:#000000;fill-opacity:1;stroke-width:0.26458332"
id="path6250-9"
cx="107.28901"
cy="118.34872"
rx="6.8791666"
ry="6.5484376" />
</g>
<g
transform="translate(159.51412,7.7818205)"
id="g4530">
<ellipse
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path6271"
cx="82.912254"
cy="158.75214"
rx="1.3229166"
ry="1.2567708" />
<ellipse
style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path6271-2"
cx="92.196045"
cy="158.74812"
rx="1.3229166"
ry="1.2567708" />
</g>
<g
transform="translate(158.75,7.9374983)"
id="g4534">
<path
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 92.604168,180.58335 C 63.678645,181.06279 52.012555,166.52011 52.012555,166.52011"
id="path6269" />
<path
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 47.529085,168.97228 c 5.29535,-0.99418 6.90775,-6.59178 6.90775,-6.59178"
id="path6290" />
</g>
<path
id="path4529"
d="m 325.4375,191.16668 c 3.00487,16.3612 -4.5329,33.08286 -19.98767,42.38915 -19.23814,10.6399 -36.90097,10.90689 -58.06445,6.55878 -21.13949,-5.50795 -30.17864,-17.97371 -43.65625,-17.19791 -14.47841,1.14713 -19.84375,11.90624 -19.84375,21.16666"
style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<g
transform="translate(-333.375,84.666667)"
id="g8121">
<path
id="path8113"
d="m 522.55208,106.50001 -2.10215,4.20429 -2.10215,2.10213 h -2.10214 l -6.30644,-2.10213 -4.2043,-2.10215 V 66.55923 h 16.81718 z"
style="fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.21021466px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
style="fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.21021466px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 522.55208,33.739598 -2.10215,-4.2043 -2.10215,-2.10215 h -2.10214 l -6.30644,2.10215 -4.2043,2.10215 v 42.042926 h 16.81718 z"
id="path8109" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21021466px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 510.50065,25.005114 -2.10216,4.204305 -10.51072,2.10215 -4.2043,4.20429 -2.10214,8.40858 -2.10216,18.919326 v 10.51073 h 21.02148 z"
id="path8111" />
<path
id="path8115"
d="m 510.50065,114.96989 -2.10216,-4.2043 -10.51072,-2.10213 -4.2043,-4.2043 -2.10214,-8.408585 -2.10216,-18.91931 v -10.51074 h 21.02148 z"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21021466px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
<g
transform="matrix(-1,0,0,1,828.14583,84.666667)"
id="g9479">
<path
style="fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.21021466px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 522.55208,106.50001 -2.10215,4.20429 -2.10215,2.10213 h -2.10214 l -6.30644,-2.10213 -4.2043,-2.10215 V 66.55923 h 16.81718 z"
id="path9471" />
<path
id="path9473"
d="m 522.55208,33.739598 -2.10215,-4.2043 -2.10215,-2.10215 h -2.10214 l -6.30644,2.10215 -4.2043,2.10215 v 42.042926 h 16.81718 z"
style="fill:#666666;fill-opacity:1;stroke:none;stroke-width:0.21021466px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
id="path9475"
d="m 510.50065,25.005114 -2.10216,4.204305 -10.51072,2.10215 -4.2043,4.20429 -2.10214,8.40858 -2.10216,18.919326 v 10.51073 h 21.02148 z"
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21021466px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.21021466px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 510.50065,114.96989 -2.10216,-4.2043 -10.51072,-2.10213 -4.2043,-4.2043 -2.10214,-8.408585 -2.10216,-18.91931 v -10.51074 h 21.02148 z"
id="path9477" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -1,85 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.mpdevil" path="/org/mpdevil/">
<key type="i" name="width">
<default>1080</default>
<summary>Default width of window</summary>
<description></description>
</key>
<key type="i" name="height">
<default>840</default>
<summary>Default height of window</summary>
<description></description>
</key>
<key type="i" name="paned1">
<default>170</default>
<summary>Default position of artist/album separator</summary>
<description></description>
</key>
<key type="i" name="paned2">
<default>680</default>
<summary>Default position of browser/playlist separator</summary>
<description></description>
</key>
<key type="i" name="album-cover">
<default>150</default>
<summary>Size of covers in album view</summary>
<description></description>
</key>
<key type="i" name="track-cover">
<default>400</default>
<summary>Size of main cover</summary>
<description></description>
</key>
<key type="b" name="show-stop">
<default>false</default>
<summary>Show stop button</summary>
<description></description>
</key>
<key type="b" name="show-album-view-tooltips">
<default>true</default>
<summary>Show tooltips in album-view</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="add-album">
<default>false</default>
<summary>Add selected album instead of playing</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="paths">
<default>[""]</default>
<summary>List of library paths</summary>
<description></description>
</key>
</schema>
</schemalist>

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Martin Wagner <martin.wagner.dev@gmail.com> -->
<component type="desktop-application">
<id>org.mpdevil.mpdevil</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0</project_license>
<name>mpdevil</name>
<summary>A simple music browser for MPD</summary>
<description>
<p>Mpdevil is a simple music browser for the Music Player Daemon (MPD) which is focused on playing local music without the need of managing playlists. Instead of maintaining a client side database of your music library mpdevil loads all tags and covers on demand. So you'll never see any outdated information in the browser. Mpdevil strongly relies on tags.</p>
<ul>
<li>Display large covers</li>
<li>Play songs without double-click</li>
<li>Fetch lyrics</li>
<li>MPRIS interface</li>
<li>Basic queue manipulation (move and delete single tracks)</li>
</ul>
</description>
<releases>
<release version="1.10.2" date="2023-03-18"/>
</releases>
<launchable type="desktop-id">org.mpdevil.mpdevil.desktop</launchable>
<screenshots>
<screenshot type="default">
<image type="source" width="1121" height="790">https://raw.githubusercontent.com/SoongNoonien/mpdevil/v1.9.0/screenshots/mainwindow_1.9.0.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/SoongNoonien/mpdevil</url>
<url type="bugtracker">https://github.com/SoongNoonien/mpdevil/issues</url>
<content_rating type="oars-1.1" />
<provides>
<binary>mpdevil</binary>
</provides>
<update_contact>martin.wagner.dev@gmail.com</update_contact>
</component>

View File

@ -0,0 +1,10 @@
[Desktop Entry]
Name=mpdevil
GenericName=MPD Client
Comment=A simple music browser for MPD
Exec=mpdevil
Icon=org.mpdevil.mpdevil
Terminal=false
Type=Application
StartupNotify=true
Categories=Audio;AudioVideo;Player;GTK

View File

@ -0,0 +1,138 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.mpdevil.mpdevil" path="/org/mpdevil/mpdevil/">
<key type="b" name="maximize">
<default>false</default>
<summary>Maximize mpdevil on startup</summary>
</key>
<key type="i" name="width">
<default>1069</default>
<summary>Default width of window</summary>
</key>
<key type="i" name="height">
<default>691</default>
<summary>Default height of window</summary>
</key>
<key type="i" name="mini-player-width">
<default>400</default>
<summary>Default width of mini player</summary>
</key>
<key type="i" name="mini-player-height">
<default>447</default>
<summary>Default height of mini player</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>177</default>
<summary>Default position of artist/albums separator</summary>
</key>
<key type="i" name="paned2">
<default>718</default>
<summary>Default position of paned1/paned0 separator</summary>
</key>
<key type="i" name="paned3">
<default>177</default>
<summary>Default position of genre/artist separator</summary>
</key>
<key type="b" name="socket-connection">
<default>true</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="music-directory">
<default>""</default>
<summary>Music library directory</summary>
</key>
<key type="s" name="regex">
<default>""</default>
<summary>Cover regex</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>160</default>
<summary>Size of covers in album view</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="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="b" name="playlist-right">
<default>true</default>
<summary>Move playlist to the right</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>
</schemalist>

10
meson.build Normal file
View File

@ -0,0 +1,10 @@
project('mpdevil', version: '1.10.2')
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')

1
po/LINGUAS Normal file
View File

@ -0,0 +1 @@
de nl bg tr pl fr

View File

@ -1,221 +0,0 @@
# Makefile for program source directory in GNU NLS utilities package.
# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
# Copyright (C) 2004-2008 Rodney Dawes <dobey.pwns@gmail.com>
#
# This file may be copied and used freely without restrictions. It may
# be used in projects which are not available under a GNU Public License,
# but which still want to provide support for the GNU gettext functionality.
#
# - Modified by Owen Taylor <otaylor@redhat.com> to use GETTEXT_PACKAGE
# instead of PACKAGE and to look for po2tbl in ./ not in intl/
#
# - Modified by jacob berkman <jacob@ximian.com> to install
# Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
#
# - Modified by Rodney Dawes <dobey.pwns@gmail.com> for use with intltool
#
# We have the following line for use by intltoolize:
# INTLTOOL_MAKEFILE
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
PACKAGE = @PACKAGE@
VERSION = @VERSION@
SHELL = @SHELL@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
datadir = @datadir@
datarootdir = @datarootdir@
libdir = @libdir@
localedir = @localedir@
subdir = po
install_sh = @install_sh@
# Automake >= 1.8 provides @mkdir_p@.
# Until it can be supposed, use the safe fallback:
mkdir_p = $(install_sh) -d
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
GMSGFMT = @GMSGFMT@
MSGFMT = @MSGFMT@
XGETTEXT = @XGETTEXT@
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
MSGMERGE = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
GENPOT = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
ALL_LINGUAS = @ALL_LINGUAS@
PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
DISTFILES = Makefile.in.in POTFILES.in $(POFILES)
EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS
POTFILES = \
# This comment gets stripped out
CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done)
.SUFFIXES:
.SUFFIXES: .po .pox .gmo .mo .msg .cat
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
INTLTOOL_V_MSGFMT = $(INTLTOOL__v_MSGFMT_$(V))
INTLTOOL__v_MSGFMT_= $(INTLTOOL__v_MSGFMT_$(AM_DEFAULT_VERBOSITY))
INTLTOOL__v_MSGFMT_0 = @echo " MSGFMT" $@;
.po.pox:
$(MAKE) $(GETTEXT_PACKAGE).pot
$(MSGMERGE) $* $(GETTEXT_PACKAGE).pot -o $*.pox
.po.mo:
$(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $<
.po.gmo:
$(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
&& rm -f $$file && $(GMSGFMT) -o $$file $<
.po.cat:
sed -f ../intl/po2msg.sed < $< > $*.msg \
&& rm -f $@ && gencat $@ $*.msg
all: all-@USE_NLS@
all-yes: $(CATALOGS)
all-no:
$(GETTEXT_PACKAGE).pot: $(POTFILES)
$(GENPOT)
install: install-data
install-data: install-data-@USE_NLS@
install-data-no: all
install-data-yes: all
linguas="$(USE_LINGUAS)"; \
for lang in $$linguas; do \
dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
$(mkdir_p) $$dir; \
if test -r $$lang.gmo; then \
$(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \
else \
$(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
echo "installing $(srcdir)/$$lang.gmo as" \
"$$dir/$(GETTEXT_PACKAGE).mo"; \
fi; \
if test -r $$lang.gmo.m; then \
$(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \
echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \
else \
if test -r $(srcdir)/$$lang.gmo.m ; then \
$(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \
$$dir/$(GETTEXT_PACKAGE).mo.m; \
echo "installing $(srcdir)/$$lang.gmo.m as" \
"$$dir/$(GETTEXT_PACKAGE).mo.m"; \
else \
true; \
fi; \
fi; \
done
# Empty stubs to satisfy archaic automake needs
dvi info ctags tags CTAGS TAGS ID:
# Define this as empty until I found a useful application.
install-exec installcheck:
uninstall:
linguas="$(USE_LINGUAS)"; \
for lang in $$linguas; do \
rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
done
check: all $(GETTEXT_PACKAGE).pot
rm -f missing notexist
srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
if [ -r missing -o -r notexist ]; then \
exit 1; \
fi
mostlyclean:
rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
rm -f .intltool-merge-cache
clean: mostlyclean
distclean: clean
rm -f Makefile Makefile.in POTFILES stamp-it
rm -f *.mo *.msg *.cat *.cat.m *.gmo
maintainer-clean: distclean
@echo "This command is intended for maintainers to use;"
@echo "it deletes files that may require special tools to rebuild."
rm -f Makefile.in.in
distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
dist distdir: $(DISTFILES)
dists="$(DISTFILES)"; \
extra_dists="$(EXTRA_DISTFILES)"; \
for file in $$extra_dists; do \
test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \
done; \
for file in $$dists; do \
test -f $$file || file="$(srcdir)/$$file"; \
ln $$file $(distdir) 2> /dev/null \
|| cp -p $$file $(distdir); \
done
update-po: Makefile
$(MAKE) $(GETTEXT_PACKAGE).pot
tmpdir=`pwd`; \
linguas="$(USE_LINGUAS)"; \
for lang in $$linguas; do \
echo "$$lang:"; \
result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
if $$result; then \
if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
rm -f $$tmpdir/$$lang.new.po; \
else \
if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
:; \
else \
echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
rm -f $$tmpdir/$$lang.new.po; \
exit 1; \
fi; \
fi; \
else \
echo "msgmerge for $$lang.gmo failed!"; \
rm -f $$tmpdir/$$lang.new.po; \
fi; \
done
Makefile POTFILES: stamp-it
@if test ! -f $@; then \
rm -f stamp-it; \
$(MAKE) stamp-it; \
fi
stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in
cd $(top_builddir) \
&& CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
$(SHELL) ./config.status
# Tell versions [3.59,3.63) of GNU make not to export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

4
po/POTFILES Normal file
View File

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

View File

@ -1,4 +0,0 @@
[encoding: UTF-8]
bin/mpdevil.py

View File

@ -1,3 +0,0 @@
data/mpdevil.desktop.in
data/mpdevil.desktop.in.in

590
po/bg.po Normal file
View File

@ -0,0 +1,590 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mpdevil package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: mpdevil\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-26 20:43+0100\n"
"PO-Revision-Date: 2023-01-16 18:43+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 3.1.1\n"
"X-Poedit-Bookmarks: -1,-1,-1,-1,30,-1,-1,-1,-1,-1\n"
#: src/mpdevil.py:502
#, python-brace-format
msgid "{days} day"
msgid_plural "{days} days"
msgstr[0] "{days} ден"
msgstr[1] "{days} дни"
#: src/mpdevil.py:539
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] "{channels} канал"
msgstr[1] "{channels} канали"
#: src/mpdevil.py:1005
msgid "(restart required)"
msgstr "(необходим е рестарт)"
#: src/mpdevil.py:1051
msgid "Use Client-side decoration"
msgstr "Използвай декорация от Клиентска страна"
#: src/mpdevil.py:1052
msgid "Show stop button"
msgstr "Покажи бутон стоп"
#: src/mpdevil.py:1053
msgid "Show audio format"
msgstr "Покажи аудио формат"
#: src/mpdevil.py:1054
msgid "Show lyrics button"
msgstr "Покажи бутон за лирики"
#: src/mpdevil.py:1055
msgid "Place playlist at the side"
msgstr "Постави плейлитът на страни"
#: src/mpdevil.py:1061
msgid "Album view cover size"
msgstr "Големина за основна облечка"
#: src/mpdevil.py:1062
msgid "Action bar icon size"
msgstr "Големина за иконите на бутоните"
#: src/mpdevil.py:1072
msgid "Support “MPRIS”"
msgstr "Поддръжка на “MPRIS”"
#: src/mpdevil.py:1073
msgid "Sort albums by year"
msgstr "Сортирай албумите по година"
#: src/mpdevil.py:1074
msgid "Send notification on title change"
msgstr "Прати известие при промяна на заглавие"
#: src/mpdevil.py:1075
msgid "Rewind via previous button"
msgstr "Пренавий чрез бутон назад"
#: src/mpdevil.py:1076
msgid "Stop playback on quit"
msgstr "Прекрати възпроизвеждането при изход"
#: src/mpdevil.py:1103
msgid "Choose directory"
msgstr "Избери директория"
#. labels and entries
#: src/mpdevil.py:1118
msgid "Connect via Unix domain socket"
msgstr "Свържи чрез Unix domain socket"
#: src/mpdevil.py:1137
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 ""
"Ще бъдат показани първата картина в същата директория като съвпадение на "
"този регулярен израз. %AlbumArtist% и %Album% ще бъдат заместени от "
"съответстващите тагове от песента."
#: src/mpdevil.py:1142
msgid "Socket:"
msgstr "Сокет:"
#: src/mpdevil.py:1144
msgid "Host:"
msgstr "Хост:"
#: src/mpdevil.py:1146
msgid "Password:"
msgstr "Парола:"
#: src/mpdevil.py:1147
msgid "Music lib:"
msgstr "Музикална библиотека:"
#: src/mpdevil.py:1149
msgid "Cover regex:"
msgstr "Обложка - регулярен израз:"
#. connect button
#: src/mpdevil.py:1152 src/mpdevil.py:3155
msgid "Connect"
msgstr "Свържи"
#: src/mpdevil.py:1175 src/mpdevil.py:1177 src/mpdevil.py:3156
#: src/mpdevil.py:3245
msgid "Preferences"
msgstr "Предпочитания"
#: src/mpdevil.py:1189 src/mpdevil.py:1199
msgid "View"
msgstr "Поглед"
#: src/mpdevil.py:1190 src/mpdevil.py:1200
msgid "Behavior"
msgstr "Държане"
#: src/mpdevil.py:1191 src/mpdevil.py:1201
#, fuzzy
msgid "Connection"
msgstr "Връзка"
#: src/mpdevil.py:1218
msgid "Stats"
msgstr "Статистика"
#: src/mpdevil.py:1227
msgid "<b>Protocol:</b>"
msgstr "<b>Протокол:</b>"
#: src/mpdevil.py:1228
msgid "<b>Uptime:</b>"
msgstr "<b>Време на работа:</b>"
#: src/mpdevil.py:1229
msgid "<b>Playtime:</b>"
msgstr "<b>Време на възпроизвеждане:</b>"
#: src/mpdevil.py:1230
msgid "<b>Artists:</b>"
msgstr "<b>Артисти:</b>"
#: src/mpdevil.py:1231
msgid "<b>Albums:</b>"
msgstr "<b>Албуми:</b>"
#: src/mpdevil.py:1232
msgid "<b>Songs:</b>"
msgstr "<b>Песни::</b>"
#: src/mpdevil.py:1233
msgid "<b>Total Playtime:</b>"
msgstr "<b>Цялостно време на възпроизвеждане:</b>"
#: src/mpdevil.py:1234
msgid "<b>Database Update:</b>"
msgstr "<b>Актуализация на базата с данни:</b>"
#: src/mpdevil.py:1301 src/mpdevil.py:2175
msgid "No"
msgstr "№"
#: src/mpdevil.py:1302 src/mpdevil.py:2176
msgid "Title"
msgstr "Заглавие"
#: src/mpdevil.py:1303 src/mpdevil.py:2177
msgid "Length"
msgstr "Дължина"
#: src/mpdevil.py:1317 src/mpdevil.py:1339
msgid "Append"
msgstr "Добави"
#: src/mpdevil.py:1318 src/mpdevil.py:1340 src/mpdevil.py:2668
#: src/mpdevil.py:2701
#, fuzzy
msgid "Play"
msgstr "Свири"
#: src/mpdevil.py:1341 src/mpdevil.py:2197
msgid "Show"
msgstr "Покажи"
#: src/mpdevil.py:1432
#, python-brace-format
msgid "{hits} hit"
msgid_plural "{hits} hits"
msgstr[0] "{hits} попадение"
msgstr[1] "{hits} попадения"
#: src/mpdevil.py:1517
msgid "all tags"
msgstr "всички тагове"
#: src/mpdevil.py:1652
msgid "all genres"
msgstr "всички жанрове"
#: src/mpdevil.py:1675
msgid "all artists"
msgstr "всички артисти"
#: src/mpdevil.py:2041
#, python-brace-format
msgid "{number} song ({duration})"
msgid_plural "{number} songs ({duration})"
msgstr[0] "{number} песен ({duration})"
msgstr[1] "{number} песни ({duration})"
#: src/mpdevil.py:2196
#, fuzzy
msgid "Remove"
msgstr "Премахни избраната песен"
#: src/mpdevil.py:2199
#, fuzzy
#| msgid "Enqueue"
msgid "Enqueue Album"
msgstr "На опашката"
#: src/mpdevil.py:2200
msgid "Tidy"
msgstr "Спретнато"
#: src/mpdevil.py:2202
msgid "Clear"
msgstr "Изчисти"
#: src/mpdevil.py:2375
msgid "Scroll to current song"
msgstr "Превъртане до моментната песен"
#: src/mpdevil.py:2493
msgid "searching…"
msgstr "търсене…"
#: src/mpdevil.py:2498
msgid "connection error"
msgstr "грешка при свързване"
#: src/mpdevil.py:2500
msgid "lyrics not found"
msgstr "лириките не са намерени"
#: src/mpdevil.py:2612
msgid "Lyrics"
msgstr "Лирики"
#: src/mpdevil.py:2670 data/ShortcutsWindow.ui:105
msgid "Stop"
msgstr "Спри"
#: src/mpdevil.py:2674 data/ShortcutsWindow.ui:126
msgid "Previous title"
msgstr "Предишно заглавие"
#: src/mpdevil.py:2677 data/ShortcutsWindow.ui:119
msgid "Next title"
msgstr "Следващо заглавие"
#: src/mpdevil.py:2698
#, fuzzy
msgid "Pause"
msgstr "Пауза"
#: src/mpdevil.py:2901
msgid "Repeat mode"
msgstr "Повтарящ режим"
#: src/mpdevil.py:2902
msgid "Random mode"
msgstr "Случаен режим"
#: src/mpdevil.py:2903
msgid "Single mode"
msgstr "Единичен режим"
#: src/mpdevil.py:2904
msgid "Consume mode"
msgstr "Консумиращ режим"
#: src/mpdevil.py:3125
msgid "Updating Database…"
msgstr "Актуализиране на базата с данни…"
#: src/mpdevil.py:3173
#, python-brace-format
msgid "Connection to “{socket}” failed"
msgstr "Свързването със “{socket}” се провали"
#: src/mpdevil.py:3175
#, python-brace-format
msgid "Connection to “{host}:{port}” failed"
msgstr "Свързването със “{host}:{port}” се провали"
#: src/mpdevil.py:3229
msgid "Search"
msgstr "Търси"
#: src/mpdevil.py:3232
msgid "Back"
msgstr "Назад"
#: src/mpdevil.py:3246
msgid "Keyboard Shortcuts"
msgstr "Преки пътища на клавиатурата"
#: src/mpdevil.py:3247
msgid "Help"
msgstr "Помощ"
#: src/mpdevil.py:3248
msgid "About mpdevil"
msgstr "За mpdevil"
#: src/mpdevil.py:3250
msgid "Update Database"
msgstr "Актуализирай базата с данни"
#: src/mpdevil.py:3251
msgid "Server Stats"
msgstr "Статистика на сървърът"
#: src/mpdevil.py:3253
msgid "Mini Player"
msgstr "Мини Плеър"
#: src/mpdevil.py:3254
msgid "Genre Filter"
msgstr "Филтър на Жанрове"
#: src/mpdevil.py:3263
msgid "Menu"
msgstr "Меню"
#: src/mpdevil.py:3437 src/mpdevil.py:3439
msgid "connecting…"
msgstr "свързване…"
#: src/mpdevil.py:3477
msgid "Debug mode"
msgstr "Debug режим"
#: data/org.mpdevil.mpdevil.desktop.in:3
msgid "mpdevil"
msgstr "mpdevil"
#: data/org.mpdevil.mpdevil.desktop.in:4
msgid "MPD Client"
msgstr "MPD Клиент"
#: data/org.mpdevil.mpdevil.desktop.in:5 data/AboutDialog.ui:7
msgid "A simple music browser for MPD"
msgstr "Опростен музикален браузър за MPD"
#: 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 "Clear playlist"
msgstr "Изчисти плейлист"
#: data/ShortcutsWindow.ui:51
msgid "Quit"
msgstr "Излез"
#: data/ShortcutsWindow.ui:60
msgid "Window"
msgstr "Прозорец"
#: data/ShortcutsWindow.ui:64
msgid "Toggle mini player"
msgstr "Превключи Мини Плеър"
#: data/ShortcutsWindow.ui:71
msgid "Toggle genre filter"
msgstr "Превключи Филтър на Жанрове"
#: data/ShortcutsWindow.ui:78
msgid "Toggle lyrics"
msgstr "Превключи лириките"
#: data/ShortcutsWindow.ui:85
msgid "Toggle search"
msgstr "Превключи търсенето"
#: data/ShortcutsWindow.ui:94
msgid "Playback"
msgstr "Възпроизвеждане"
#: data/ShortcutsWindow.ui:98
#, fuzzy
msgid "Play/Pause"
msgstr "Пусни/Пауза"
#: data/ShortcutsWindow.ui:112
msgid "Stop after current title"
msgstr "Спри след моментното заглавие"
#: data/ShortcutsWindow.ui:133
msgid "Seek forward"
msgstr "Превърти напред"
#: data/ShortcutsWindow.ui:140
msgid "Seek backward"
msgstr "Превърти назад"
#: data/ShortcutsWindow.ui:147
msgid "Toggle repeat mode"
msgstr "Превключи повтарящ режим"
#: data/ShortcutsWindow.ui:154
msgid "Toggle random mode"
msgstr "Превключи случаен режим"
#: data/ShortcutsWindow.ui:161
msgid "Toggle single mode"
msgstr "Превключи единичен режим"
#: data/ShortcutsWindow.ui:168
msgid "Toggle consume mode"
msgstr "Превключи консумиращ режим"
#~ msgid "Play selected albums and titles immediately"
#~ msgstr "Възпроизведи избраните албуми и заглавия веднага"
#~ msgid "Show in file manager"
#~ msgstr "Покажи в менаджер на файлове"
#~ msgid "MPD-Tag"
#~ msgstr "MPD-Етикет"
#~ msgid "Value"
#~ msgstr "Стойност"
#~ msgid "Add all titles to playlist"
#~ msgstr "Добави всички заглавия към плейлист"
#~ msgid "Directly play all titles"
#~ msgstr "Директно възпроизведи всички заглавия"
#~ msgid "Back to current album"
#~ msgstr "Обратно в моментния албум"
#~ msgid "Playlist"
#~ msgstr "Плейлист"
#, fuzzy
#~ msgid "Show information"
#~ msgstr "Покажи допълнителна информация"
#~ msgid "Search, Album Dialog and Album List"
#~ msgstr "Търси, Диалог за албум и Лист на Албум"
#, fuzzy
#~ msgid "Play immediately"
#~ msgstr "Възпроизведи избрания предмет веднага"
#~ msgid "Profile 1"
#~ msgstr "Профил 1"
#~ msgid "Profile 2"
#~ msgstr "Профил 2"
#~ msgid "Profile 3"
#~ msgstr "Профил 3"
#~ msgid "Profiles"
#~ msgstr "Профили"
#~ msgid ""
#~ "Append all titles after the currently playing track and clear the "
#~ "playlist from all other songs"
#~ msgstr ""
#~ "Добави всички заглавия след песента която се възпроизвежда и изчисти от "
#~ "всички други песни"
#~ msgid "Save"
#~ msgstr "Запазване"
#~ msgid "Delete"
#~ msgstr "Изтриване"
#~ msgid "Playlists"
#~ msgstr "Плейлисти"
#~ msgid "Cycle through profiles"
#~ msgstr "Превключи между профилите"
#~ msgid "Cycle through profiles in reversed order"
#~ msgstr "Превключи между профилите в обратен ред"
#~ msgid "Enqueue selected item"
#~ msgstr "На опашка избрания предмет"
#~ msgid "Append selected item"
#~ msgstr "Добави избрания предмет"
#~ msgid "Middle-click"
#~ msgstr "Среден-Клик"
#~ msgid "Double-click"
#~ msgstr "Двоен-клик"
#~ msgid "Right-click"
#~ msgstr "Десен-клик"
#~ msgid "Main cover size"
#~ msgstr "Големина на главната обложка"
#, python-brace-format
#~ msgid "{number} song"
#~ msgid_plural "{number} songs"
#~ msgstr[0] "{number} песен"
#~ msgstr[1] "{number} песни"
#~ msgid "Open with…"
#~ msgstr "Отвори със…"
#~ msgid "Choose the order of information to appear in the playlist:"
#~ msgstr "Избери подредбата на информация която се показва в плейлист:"
#~ msgid "Disc"
#~ msgstr "Диск"
#~ msgid "Artist"
#~ msgstr "Артист"
#~ msgid "Album"
#~ msgstr "Албум"
#~ msgid "Year"
#~ msgstr "Година"
#~ msgid "Genre"
#~ msgstr "Жанр"
#~ msgid "_Append"
#~ msgstr "_Добави"
#~ msgid "_Play"
#~ msgstr "_Свири"
#~ msgid "_Enqueue"
#~ msgstr "_На опашката"

717
po/de.po
View File

@ -7,243 +7,588 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-01-17 22:33+0100\n"
"PO-Revision-Date: 2020-01-17 22:34+0100\n"
"POT-Creation-Date: 2022-12-26 20:43+0100\n"
"PO-Revision-Date: 2022-12-26 20:44+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.2.4\n"
"X-Generator: Poedit 2.3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: mpdevil.py:120 mpdevil.py:328 mpdevil.py:1302
msgid "No"
msgstr "Nr."
#: src/mpdevil.py:502
#, python-brace-format
msgid "{days} day"
msgid_plural "{days} days"
msgstr[0] "{days} Tag"
msgstr[1] "{days} Tage"
#: mpdevil.py:125 mpdevil.py:333 mpdevil.py:1307
msgid "Title"
msgstr "Titel"
#: src/mpdevil.py:539
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] "{channels} Kanal"
msgstr[1] "{channels} Kanäle"
#: mpdevil.py:130 mpdevil.py:338 mpdevil.py:1312
msgid "Artist"
msgstr "Interpret"
#: src/mpdevil.py:1005
msgid "(restart required)"
msgstr "(Neustart erforderlich)"
#: mpdevil.py:135 mpdevil.py:343 mpdevil.py:1322
msgid "Length"
msgstr "Länge"
#: src/mpdevil.py:1051
msgid "Use Client-side decoration"
msgstr "„Client-side decoration“ benutzen"
#: mpdevil.py:174 mpdevil.py:431 mpdevil.py:1358
msgid "Unknown Title"
msgstr "Unbekannter Titel"
#: mpdevil.py:178 mpdevil.py:439 mpdevil.py:1366
msgid "Unknown Artist"
msgstr "Unbekannter Künstler"
#: mpdevil.py:214
msgid "Album Artist"
msgstr "Albuminterpret"
#: mpdevil.py:273
#, python-format
msgid "%(total_tracks)i titles (%(total_length)s)"
msgstr "%(total_tracks)i Titel (%(total_length)s)"
#: mpdevil.py:443 mpdevil.py:1370
msgid "Unknown Album"
msgstr "Unbekanntes Album"
#: mpdevil.py:669
msgid "Select"
msgstr "Auswählen"
#: mpdevil.py:671
msgid "Profile:"
msgstr "Profil:"
#: mpdevil.py:673
msgid "Name:"
msgstr "Name:"
#: mpdevil.py:675
msgid "Host:"
msgstr "Host:"
#: mpdevil.py:677
msgid "Port:"
msgstr "Port:"
#: mpdevil.py:679
msgid "Music lib:"
msgstr "Musikverzeichnis:"
#: mpdevil.py:769
msgid "Choose directory"
msgstr "Verzeichnis Wählen"
#: mpdevil.py:805
msgid "Main cover size:"
msgstr "Größe des Haupt-Covers:"
#: mpdevil.py:807
msgid "Album-view cover size:"
msgstr "Covergröße in Albumansicht:"
#: mpdevil.py:813
#: src/mpdevil.py:1052
msgid "Show stop button"
msgstr "Zeige Stopp-Knopf"
msgstr "Stopp-Knopf anzeigen"
#: mpdevil.py:816
msgid "Show tooltips in album view"
msgstr "Zeige Tooltips in Albumansicht"
#: src/mpdevil.py:1053
msgid "Show audio format"
msgstr "Audioformat anzeigen"
#: mpdevil.py:819
#: src/mpdevil.py:1054
msgid "Show lyrics button"
msgstr "Liedtext-Knopf anzeigen"
#: src/mpdevil.py:1055
msgid "Place playlist at the side"
msgstr "Wiedergabeliste seitlich anzeigen"
#: src/mpdevil.py:1061
msgid "Album view cover size"
msgstr "Covergröße in Albumliste"
#: src/mpdevil.py:1062
msgid "Action bar icon size"
msgstr "Symbolgröße Aktionsleiste"
#: src/mpdevil.py:1072
msgid "Support “MPRIS”"
msgstr "„MPRIS“ unterstützen"
#: src/mpdevil.py:1073
msgid "Sort albums by year"
msgstr "Alben nach Jahr sortieren"
#: src/mpdevil.py:1074
msgid "Send notification on title change"
msgstr "Sende Benachrichtigung bei Titelwechsel"
msgstr "Über Titelwechsel benachrichtigen"
#: mpdevil.py:822
#: src/mpdevil.py:1075
msgid "Rewind via previous button"
msgstr "Klassischer Rück­spul­knopf"
#: src/mpdevil.py:1076
msgid "Stop playback on quit"
msgstr "Wiedergabe beim Beenden stoppen"
#: mpdevil.py:825
msgid "Play selected album after current title"
msgstr "Ausgewähltes Album hinter aktuellem Titel einreihen"
#: src/mpdevil.py:1103
msgid "Choose directory"
msgstr "Verzeichnis wählen"
#: mpdevil.py:856 mpdevil.py:1534
msgid "Settings"
#. labels and entries
#: src/mpdevil.py:1118
msgid "Connect via Unix domain socket"
msgstr "Über „Unix domain socket“ verbinden"
#: src/mpdevil.py:1137
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 ""
"Das erste Bild im gleichen Verzeichnis wie die Musikdatei, welches dem "
"regulären Ausdruck entspricht, wird angezeigt. %AlbumArtist% und %Album% "
"werden durch die entsprechenden Tags des Liedes ersetzt."
#: src/mpdevil.py:1142
msgid "Socket:"
msgstr "Socket:"
#: src/mpdevil.py:1144
msgid "Host:"
msgstr "Host:"
#: src/mpdevil.py:1146
msgid "Password:"
msgstr "Passwort:"
#: src/mpdevil.py:1147
msgid "Music lib:"
msgstr "Musikverzeichnis:"
#: src/mpdevil.py:1149
msgid "Cover regex:"
msgstr "Cover-Regex:"
#. connect button
#: src/mpdevil.py:1152 src/mpdevil.py:3155
msgid "Connect"
msgstr "Verbinden"
#: src/mpdevil.py:1175 src/mpdevil.py:1177 src/mpdevil.py:3156
#: src/mpdevil.py:3245
msgid "Preferences"
msgstr "Einstellungen"
#: mpdevil.py:869
msgid "General"
msgstr "Allgemein"
#: src/mpdevil.py:1189 src/mpdevil.py:1199
msgid "View"
msgstr "Ansicht"
#: mpdevil.py:870
msgid "Profiles"
msgstr "Profile"
#: src/mpdevil.py:1190 src/mpdevil.py:1200
msgid "Behavior"
msgstr "Verhalten"
#: mpdevil.py:1018
msgid "Random mode"
msgstr "Zufallsmodus"
#: src/mpdevil.py:1191 src/mpdevil.py:1201
msgid "Connection"
msgstr "Verbindung"
#: mpdevil.py:1020
msgid "Repeat mode"
msgstr "Dauerschleife"
#: mpdevil.py:1022
msgid "Single mode"
msgstr "Einzelstückmodus"
#: mpdevil.py:1024
msgid "Consume mode"
msgstr "Playliste verbrauchen"
#: mpdevil.py:1118
msgid "Right click to show additional information"
msgstr "Rechtsclick für weitere Informationen"
#: mpdevil.py:1141
msgid "MPD-Tag"
msgstr "MPD-Tag"
#: mpdevil.py:1144 mpdevil.py:1252
msgid "Value"
msgstr "Wert"
#: mpdevil.py:1165
#, python-format
msgid ""
"%(bitrate)s kb/s, %(frequency)s kHz, %(resolution)s bit, %(channels)s "
"channels, %(file_type)s"
msgstr ""
"%(bitrate)s kb/s, %(frequency)s kHz, %(resolution)s bit, %(channels)s "
"Kanäle, %(file_type)s"
#: mpdevil.py:1231
#: src/mpdevil.py:1218
msgid "Stats"
msgstr "Statistik"
#: mpdevil.py:1249
msgid "Tag"
msgstr "Tag"
#: src/mpdevil.py:1227
msgid "<b>Protocol:</b>"
msgstr "<b>Protokoll:</b>"
#: mpdevil.py:1269
msgid "Search"
msgstr "Suche"
#: src/mpdevil.py:1228
msgid "<b>Uptime:</b>"
msgstr "<b>Uptime:</b>"
#: mpdevil.py:1317
msgid "Album"
msgstr "Album"
#: src/mpdevil.py:1229
msgid "<b>Playtime:</b>"
msgstr "<b>Wiedergabezeit:</b>"
#: mpdevil.py:1377
#, python-format
msgid "Hits: %i"
msgstr "Treffer: %i"
#: src/mpdevil.py:1230
msgid "<b>Artists:</b>"
msgstr "<b>Künstler:</b>"
#: mpdevil.py:1381
#: src/mpdevil.py:1231
msgid "<b>Albums:</b>"
msgstr "<b>Alben:</b>"
#: src/mpdevil.py:1232
msgid "<b>Songs:</b>"
msgstr "<b>Titel:</b>"
#: src/mpdevil.py:1233
msgid "<b>Total Playtime:</b>"
msgstr "<b>Gesamtwiedergabezeit:</b>"
#: src/mpdevil.py:1234
msgid "<b>Database Update:</b>"
msgstr "<b>Datenbankaktualisierung:</b>"
#: src/mpdevil.py:1301 src/mpdevil.py:2175
msgid "No"
msgstr "Nr."
#: src/mpdevil.py:1302 src/mpdevil.py:2176
msgid "Title"
msgstr "Titel"
#: src/mpdevil.py:1303 src/mpdevil.py:2177
msgid "Length"
msgstr "Länge"
#: src/mpdevil.py:1317 src/mpdevil.py:1339
msgid "Append"
msgstr "Anhängen"
#: src/mpdevil.py:1318 src/mpdevil.py:1340 src/mpdevil.py:2668
#: src/mpdevil.py:2701
msgid "Play"
msgstr "Abspielen"
#: src/mpdevil.py:1341 src/mpdevil.py:2197
msgid "Show"
msgstr "Anzeigen"
#: src/mpdevil.py:1432
#, python-brace-format
msgid "{hits} hit"
msgid_plural "{hits} hits"
msgstr[0] "{hits} Treffer"
msgstr[1] "{hits} Treffer"
#: src/mpdevil.py:1517
msgid "all tags"
msgstr "Alle Tags"
#: src/mpdevil.py:1652
msgid "all genres"
msgstr "Alle Genres"
#: src/mpdevil.py:1675
msgid "all artists"
msgstr "Alle Interpreten"
#: src/mpdevil.py:2041
#, python-brace-format
msgid "{number} song ({duration})"
msgid_plural "{number} songs ({duration})"
msgstr[0] "{number} Stück ({duration})"
msgstr[1] "{number} Stücke ({duration})"
#: src/mpdevil.py:2196
msgid "Remove"
msgstr "Entfernen"
#: src/mpdevil.py:2199
msgid "Enqueue Album"
msgstr "Album einreihen"
#: src/mpdevil.py:2200
msgid "Tidy"
msgstr "Aufräumen"
#: src/mpdevil.py:2202
msgid "Clear"
msgstr "Leeren"
#: src/mpdevil.py:2375
msgid "Scroll to current song"
msgstr "Gehe zu aktuellem Lied"
#: src/mpdevil.py:2493
msgid "searching…"
msgstr "suche…"
#: src/mpdevil.py:2498
msgid "connection error"
msgstr "Verbindungsfehler"
#: src/mpdevil.py:2500
msgid "lyrics not found"
msgstr "Liedtext nicht gefunden"
#: src/mpdevil.py:2612
msgid "Lyrics"
msgstr "Liedtext"
#: mpdevil.py:1425
msgid "searching..."
msgstr "suche..."
#: src/mpdevil.py:2670 data/ShortcutsWindow.ui:105
msgid "Stop"
msgstr "Stopp"
#: mpdevil.py:1429
msgid "not found"
msgstr "nicht gefunden"
#: src/mpdevil.py:2674 data/ShortcutsWindow.ui:126
msgid "Previous title"
msgstr "Vorheriger Titel"
#: mpdevil.py:1434
msgid "not connected"
msgstr "nicht verbunden"
#: src/mpdevil.py:2677 data/ShortcutsWindow.ui:119
msgid "Next title"
msgstr "Nächster Titel"
#: mpdevil.py:1514
msgid "Select profile"
msgstr "Profil auswählen"
#: src/mpdevil.py:2698
msgid "Pause"
msgstr "Pause"
#: mpdevil.py:1518
msgid "Return to album of current title"
msgstr "Zu Album des aktuellen Titels zurückkehren"
#: src/mpdevil.py:2901
msgid "Repeat mode"
msgstr "Dauerschleife"
#: mpdevil.py:1520
msgid "Title search"
msgstr "Titelsuche"
#: src/mpdevil.py:2902
msgid "Random mode"
msgstr "Zufallsmodus"
#: mpdevil.py:1522
msgid "Show lyrics"
msgstr "Zeige Liedtext"
#: src/mpdevil.py:2903
msgid "Single mode"
msgstr "Einzelstückmodus"
#: mpdevil.py:1529
msgid "Not connected to MPD-server. Reconnect?"
msgstr "Nicht mit MPD-Server verbunden. Verbindung wiederherstellen?"
#: src/mpdevil.py:2904
msgid "Consume mode"
msgstr "Wiedergabeliste verbrauchen"
#: mpdevil.py:1533
msgid "Save window size"
msgstr "Fenstergröße speichern"
#: src/mpdevil.py:3125
msgid "Updating Database…"
msgstr "Datenbank aktualisieren…"
#: mpdevil.py:1535
#: src/mpdevil.py:3173
#, python-brace-format
msgid "Connection to “{socket}” failed"
msgstr "Verbindung zu „{socket}“ fehlgeschlagen"
#: src/mpdevil.py:3175
#, python-brace-format
msgid "Connection to “{host}:{port}” failed"
msgstr "Verbindung zu „{host}:{port}“ fehlgeschlagen"
#: src/mpdevil.py:3229
msgid "Search"
msgstr "Suche"
#: src/mpdevil.py:3232
msgid "Back"
msgstr "Zurück"
#: src/mpdevil.py:3246
msgid "Keyboard Shortcuts"
msgstr "Tastenkürzel"
#: src/mpdevil.py:3247
msgid "Help"
msgstr "Hilfe"
#: src/mpdevil.py:3248
msgid "About mpdevil"
msgstr "Info zu mpdevil"
#: src/mpdevil.py:3250
msgid "Update Database"
msgstr "Datenbank aktualisieren"
#: src/mpdevil.py:3251
msgid "Server Stats"
msgstr "Serverstatistik"
#: src/mpdevil.py:3253
msgid "Mini Player"
msgstr "Miniplayer"
#: src/mpdevil.py:3254
msgid "Genre Filter"
msgstr "Genrefilter"
#: src/mpdevil.py:3263
msgid "Menu"
msgstr "Menü"
#: src/mpdevil.py:3437 src/mpdevil.py:3439
msgid "connecting…"
msgstr "verbinden…"
#: src/mpdevil.py:3477
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 "Ein einfacher Musikbrowser für MPD"
#: data/ShortcutsWindow.ui:12
msgid "General"
msgstr "Allgemein"
#: data/ShortcutsWindow.ui:16
msgid "Open online help"
msgstr "Onlinehilfe öffnen"
#: data/ShortcutsWindow.ui:23
msgid "Open shortcuts window"
msgstr "Tastenkürzelfenster öffnen"
#: data/ShortcutsWindow.ui:30
msgid "Open menu"
msgstr "Menü öffnen"
#: data/ShortcutsWindow.ui:37
msgid "Update database"
msgstr "Datenbank aktualisieren"
#: mpdevil.py:1536
msgid "Server stats"
msgstr "Serverstatistik"
#: data/ShortcutsWindow.ui:44
msgid "Clear playlist"
msgstr "Wiedergabeliste leeren"
#: mpdevil.py:1537
msgid "About"
msgstr "Über"
#: mpdevil.py:1538
#: data/ShortcutsWindow.ui:51
msgid "Quit"
msgstr "Beenden"
#: mpdevil.py:1543
msgid "Main menu"
msgstr "Hauptmenu"
#: data/ShortcutsWindow.ui:60
msgid "Window"
msgstr "Fenster"
#: mpdevil.py:1696
msgid "A small MPD client written in python"
msgstr ""
#: data/ShortcutsWindow.ui:64
msgid "Toggle mini player"
msgstr "Miniplayer ein-/ausschalten"
#~ msgid "Find titles"
#~ msgstr "Finde Titel"
#: data/ShortcutsWindow.ui:71
msgid "Toggle genre filter"
msgstr "Genrefilter ein-/ausschalten"
#: data/ShortcutsWindow.ui:78
msgid "Toggle lyrics"
msgstr "Liedtext ein-/ausblenden"
#: data/ShortcutsWindow.ui:85
msgid "Toggle search"
msgstr "Suche ein-/ausblenden"
#: data/ShortcutsWindow.ui:94
msgid "Playback"
msgstr "Wiedergabe"
#: data/ShortcutsWindow.ui:98
msgid "Play/Pause"
msgstr "Wiedergabe/Pause"
#: data/ShortcutsWindow.ui:112
msgid "Stop after current title"
msgstr "Nach aktuellem Titel stoppen"
#: data/ShortcutsWindow.ui:133
msgid "Seek forward"
msgstr "Vorspulen"
#: data/ShortcutsWindow.ui:140
msgid "Seek backward"
msgstr "Zurückspulen"
#: data/ShortcutsWindow.ui:147
msgid "Toggle repeat mode"
msgstr "Dauerschleife ein-/ausschalten"
#: data/ShortcutsWindow.ui:154
msgid "Toggle random mode"
msgstr "Zufallsmodus ein-/ausschalten"
#: data/ShortcutsWindow.ui:161
msgid "Toggle single mode"
msgstr "Einzelstückmodus ein-/ausschalten"
#: data/ShortcutsWindow.ui:168
msgid "Toggle consume mode"
msgstr "Wiedergabeliste verbrauchen ein-/ausschalten"
#~ msgid "Add all titles to playlist"
#~ msgstr "Alle Titel der Wiedergabeliste anhängen"
#~ msgid "Directly play all titles"
#~ msgstr "Alle Titel sofort abspielen"
#~ msgid "Back to current album"
#~ msgstr "Zurück zu aktuellem Album"
#~ msgid "Play selected albums and titles immediately"
#~ msgstr "Ausgewählte Alben und Titel sofort abspielen"
#~ msgid "Show in file manager"
#~ msgstr "In Dateimanager anzeigen"
#~ msgid "MPD-Tag"
#~ msgstr "MPD-Tag"
#~ msgid "Value"
#~ msgstr "Wert"
#~ msgid "Playlist"
#~ msgstr "Wiedergabeliste"
#~ msgid "Show information"
#~ msgstr "Informationen anzeigen"
#~ msgid "Search, Album Dialog and Album List"
#~ msgstr "Suche, Albumdialog und Albumliste"
#~ msgid "Play immediately"
#~ msgstr "Sofort abspielen"
#~ msgid "Profile 1"
#~ msgstr "Profil 1"
#~ msgid "Profile 2"
#~ msgstr "Profil 2"
#~ msgid "Profile 3"
#~ msgstr "Profil 3"
#~ msgid "Profiles"
#~ msgstr "Profile"
#~ msgid "Add to playlist"
#~ msgstr "An Wiedergabeliste anhängen"
#~ msgid ""
#~ "Append all titles after the currently playing track and clear the "
#~ "playlist from all other songs"
#~ msgstr ""
#~ "Alle Titel hinter dem aktuellen Stück einreihen und die weitere "
#~ "Wiedergabeliste leeren"
#~ msgid "Save"
#~ msgstr "Speichern"
#~ msgid "Delete"
#~ msgstr "Löschen"
#~ msgid "Playlists"
#~ msgstr "Wiedergabelisten"
#~ msgid "Cycle through profiles"
#~ msgstr "Profile durchschalten"
#~ msgid "Cycle through profiles in reversed order"
#~ msgstr "Profile rückwärts durchschalten"
#~ msgid "Enqueue selected item"
#~ msgstr "Ausgewähltes Element einreihen"
#~ msgid "Append selected item"
#~ msgstr "Ausgewähltes Element anhängen"
#~ msgid "Middle-click"
#~ msgstr "Mittelklick"
#~ msgid "Double-click"
#~ msgstr "Doppelklick"
#~ msgid "Right-click"
#~ msgstr "Rechtsklick"
#~ msgid "Main cover size"
#~ msgstr "Größe des Hauptcovers"
#, python-brace-format
#~ msgid "{number} song"
#~ msgid_plural "{number} songs"
#~ msgstr[0] "{number} Stück"
#~ msgstr[1] "{number} Stücke"
#~ msgid "Open with…"
#~ msgstr "Öffnen mit…"
#~ msgid "Choose the order of information to appear in the playlist:"
#~ msgstr ""
#~ "Lege die Reihenfolge fest, in der Informationen in der Wiedergabeliste "
#~ "angezeigt werden sollen:"
#~ msgid "Disc"
#~ msgstr "CD"
#~ msgid "Artist"
#~ msgstr "Interpret"
#~ msgid "Album"
#~ msgstr "Album"
#~ msgid "Year"
#~ msgstr "Jahr"
#~ msgid "Genre"
#~ msgstr "Genre"
#~ msgid "_Append"
#~ msgstr "_Anhängen"
#~ msgid "_Play"
#~ msgstr "Ab_spielen"
#~ msgid "_Enqueue"
#~ msgstr "_Einreihen"
#~ msgid "Use “Album Artist” tag"
#~ msgstr "„Album Artist“ Tag benutzen"
#~ msgid "Show lyrics"
#~ msgstr "Zeige Liedtext"
#~ msgid "Filter by genre"
#~ msgstr "Nach Genre filtern"

492
po/fr.po Normal file
View File

@ -0,0 +1,492 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mpdevil package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: mpdevil\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-26 20:43+0100\n"
"PO-Revision-Date: 2023-01-13 17:32+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 3.1.1\n"
#: src/mpdevil.py:502
#, python-brace-format
msgid "{days} day"
msgid_plural "{days} days"
msgstr[0] "{days} jour"
msgstr[1] "{days} jours"
#: src/mpdevil.py:539
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] "{channels} canal"
msgstr[1] "{channels} canaux"
#: src/mpdevil.py:1005
msgid "(restart required)"
msgstr "(redémarrage nécessaire)"
#: src/mpdevil.py:1051
msgid "Use Client-side decoration"
msgstr "Utiliser les décorations côté client"
#: src/mpdevil.py:1052
msgid "Show stop button"
msgstr "Afficher le bouton stop"
#: src/mpdevil.py:1053
msgid "Show audio format"
msgstr "Afficher le format audio"
#: src/mpdevil.py:1054
msgid "Show lyrics button"
msgstr "Afficher le bouton paroles"
#: src/mpdevil.py:1055
msgid "Place playlist at the side"
msgstr "Placer la liste de lecture sur le côté"
#: src/mpdevil.py:1061
msgid "Album view cover size"
msgstr "Taille de la vue couverture d'album"
#: src/mpdevil.py:1062
msgid "Action bar icon size"
msgstr "Taille de la barre des icônes d'action"
#: src/mpdevil.py:1072
msgid "Support “MPRIS”"
msgstr "Support du \"MPRIS\""
#: src/mpdevil.py:1073
msgid "Sort albums by year"
msgstr "Trier les albums par année"
#: src/mpdevil.py:1074
msgid "Send notification on title change"
msgstr "Notifier lors du changement de titre"
#: src/mpdevil.py:1075
msgid "Rewind via previous button"
msgstr "Retour au début via bouton précédent"
#: src/mpdevil.py:1076
msgid "Stop playback on quit"
msgstr "Arrêt de la lecture en quittant"
#: src/mpdevil.py:1103
msgid "Choose directory"
msgstr "Choisir le répertoire"
#. labels and entries
#: src/mpdevil.py:1118
msgid "Connect via Unix domain socket"
msgstr "Connexion via socket Unix"
#: src/mpdevil.py:1137
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 ""
"La première image dans le même répertoire que le fichier de la chanson "
"correspondant à l'expression régulière sera affiché. %AlbumArtist% et "
"%Album% seront replacés par les étiquettes correspondantes de la chanson."
#: src/mpdevil.py:1142
msgid "Socket:"
msgstr "Socket :"
#: src/mpdevil.py:1144
msgid "Host:"
msgstr "Hôte :"
#: src/mpdevil.py:1146
msgid "Password:"
msgstr "Mot de passe :"
#: src/mpdevil.py:1147
msgid "Music lib:"
msgstr "Bibliothèque musicale :"
#: src/mpdevil.py:1149
msgid "Cover regex:"
msgstr "Regex des couvertures :"
#. connect button
#: src/mpdevil.py:1152 src/mpdevil.py:3155
msgid "Connect"
msgstr "Se connecter"
#: src/mpdevil.py:1175 src/mpdevil.py:1177 src/mpdevil.py:3156
#: src/mpdevil.py:3245
msgid "Preferences"
msgstr "Préférences"
#: src/mpdevil.py:1189 src/mpdevil.py:1199
msgid "View"
msgstr "Vue"
#: src/mpdevil.py:1190 src/mpdevil.py:1200
msgid "Behavior"
msgstr "Comportement"
#: src/mpdevil.py:1191 src/mpdevil.py:1201
msgid "Connection"
msgstr "Connexion"
#: src/mpdevil.py:1218
msgid "Stats"
msgstr "Statistiques"
#: src/mpdevil.py:1227
msgid "<b>Protocol:</b>"
msgstr "<b>Protocole :</b>"
#: src/mpdevil.py:1228
msgid "<b>Uptime:</b>"
msgstr "<b>Durée dactivité :</b>"
#: src/mpdevil.py:1229
msgid "<b>Playtime:</b>"
msgstr "<b>Durée de lecture :</b>"
#: src/mpdevil.py:1230
msgid "<b>Artists:</b>"
msgstr "<b>Artistes :</b>"
#: src/mpdevil.py:1231
msgid "<b>Albums:</b>"
msgstr "<b>Albums :</b>"
#: src/mpdevil.py:1232
msgid "<b>Songs:</b>"
msgstr "<b>Chansons :</b>"
#: src/mpdevil.py:1233
msgid "<b>Total Playtime:</b>"
msgstr "<b>Temps total de lecture :</b>"
#: src/mpdevil.py:1234
msgid "<b>Database Update:</b>"
msgstr "<b>Mise à jour de la base :</b>"
#: src/mpdevil.py:1301 src/mpdevil.py:2175
msgid "No"
msgstr "Non"
#: src/mpdevil.py:1302 src/mpdevil.py:2176
msgid "Title"
msgstr "Titre"
#: src/mpdevil.py:1303 src/mpdevil.py:2177
msgid "Length"
msgstr "Longueur"
#: src/mpdevil.py:1317 src/mpdevil.py:1339
msgid "Append"
msgstr "Ajouter"
#: src/mpdevil.py:1318 src/mpdevil.py:1340 src/mpdevil.py:2668
#: src/mpdevil.py:2701
msgid "Play"
msgstr "Jouer"
#: src/mpdevil.py:1341 src/mpdevil.py:2197
msgid "Show"
msgstr "Montrer"
#: src/mpdevil.py:1432
#, python-brace-format
msgid "{hits} hit"
msgid_plural "{hits} hits"
msgstr[0] "{hits} hit"
msgstr[1] "{hits} hits"
#: src/mpdevil.py:1517
msgid "all tags"
msgstr "toutes les étiquettes"
#: src/mpdevil.py:1652
msgid "all genres"
msgstr "tous les genres"
#: src/mpdevil.py:1675
msgid "all artists"
msgstr "tous les artistes"
#: src/mpdevil.py:2041
#, python-brace-format
msgid "{number} song ({duration})"
msgid_plural "{number} songs ({duration})"
msgstr[0] "{number} chanson ({duration})"
msgstr[1] "{number} chansons ({duration})"
#: src/mpdevil.py:2196
msgid "Remove"
msgstr "Supprimer"
#: src/mpdevil.py:2199
msgid "Enqueue Album"
msgstr "Ajouter l'album"
#: src/mpdevil.py:2200
msgid "Tidy"
msgstr "Épurer"
#: src/mpdevil.py:2202
msgid "Clear"
msgstr "Vider"
#: src/mpdevil.py:2375
msgid "Scroll to current song"
msgstr "Défiler jusqu'à la chanson courante"
#: src/mpdevil.py:2493
msgid "searching…"
msgstr "recherche…"
#: src/mpdevil.py:2498
msgid "connection error"
msgstr "erreur de connexion"
#: src/mpdevil.py:2500
msgid "lyrics not found"
msgstr "paroles introuvables"
#: src/mpdevil.py:2612
msgid "Lyrics"
msgstr "Paroles"
#: src/mpdevil.py:2670 data/ShortcutsWindow.ui:105
msgid "Stop"
msgstr "Stop"
#: src/mpdevil.py:2674 data/ShortcutsWindow.ui:126
msgid "Previous title"
msgstr "Titre précédent"
#: src/mpdevil.py:2677 data/ShortcutsWindow.ui:119
msgid "Next title"
msgstr "Titre suivant"
#: src/mpdevil.py:2698
msgid "Pause"
msgstr "Pause"
#: src/mpdevil.py:2901
msgid "Repeat mode"
msgstr "Mode répétition"
#: src/mpdevil.py:2902
msgid "Random mode"
msgstr "Mode aléatoire"
#: src/mpdevil.py:2903
msgid "Single mode"
msgstr "Mode chanson unique"
#: src/mpdevil.py:2904
msgid "Consume mode"
msgstr "Mode consommer"
#: src/mpdevil.py:3125
msgid "Updating Database…"
msgstr "Mise à jour de la base…"
#: src/mpdevil.py:3173
#, python-brace-format
msgid "Connection to “{socket}” failed"
msgstr "La connexion à “{socket}” a échoué"
#: src/mpdevil.py:3175
#, python-brace-format
msgid "Connection to “{host}:{port}” failed"
msgstr "La connexion à “{host}:{port}” a échoué"
#: src/mpdevil.py:3229
msgid "Search"
msgstr "Rechercher"
#: src/mpdevil.py:3232
msgid "Back"
msgstr "Retour"
#: src/mpdevil.py:3246
msgid "Keyboard Shortcuts"
msgstr "Raccourcis clavier"
#: src/mpdevil.py:3247
msgid "Help"
msgstr "Aide"
#: src/mpdevil.py:3248
msgid "About mpdevil"
msgstr "À propos de mpdevil"
#: src/mpdevil.py:3250
msgid "Update Database"
msgstr "Mettre à jour la base"
#: src/mpdevil.py:3251
msgid "Server Stats"
msgstr "Statistiques serveur"
#: src/mpdevil.py:3253
msgid "Mini Player"
msgstr "Mini lecteur"
#: src/mpdevil.py:3254
msgid "Genre Filter"
msgstr "Filtre genre"
#: src/mpdevil.py:3263
msgid "Menu"
msgstr "Menu"
#: src/mpdevil.py:3437 src/mpdevil.py:3439
msgid "connecting…"
msgstr "connexion…"
#: src/mpdevil.py:3477
msgid "Debug mode"
msgstr "Mode debug"
#: data/org.mpdevil.mpdevil.desktop.in:3
msgid "mpdevil"
msgstr "mpdevil"
#: data/org.mpdevil.mpdevil.desktop.in:4
msgid "MPD Client"
msgstr "Client MPD"
#: data/org.mpdevil.mpdevil.desktop.in:5 data/AboutDialog.ui:7
msgid "A simple music browser for MPD"
msgstr "Un simple navigateur de musique pour MPD"
#: data/ShortcutsWindow.ui:12
msgid "General"
msgstr "Général"
#: data/ShortcutsWindow.ui:16
msgid "Open online help"
msgstr "Ouvrir l'aide en ligne"
#: data/ShortcutsWindow.ui:23
msgid "Open shortcuts window"
msgstr "Ouvrir la fenêtre des raccourcis"
#: data/ShortcutsWindow.ui:30
msgid "Open menu"
msgstr "Ouvrir le menu"
#: data/ShortcutsWindow.ui:37
msgid "Update database"
msgstr "Mettre à jour la base"
#: data/ShortcutsWindow.ui:44
msgid "Clear playlist"
msgstr "Effacer la liste de lecture"
#: data/ShortcutsWindow.ui:51
msgid "Quit"
msgstr "Quitter"
#: data/ShortcutsWindow.ui:60
msgid "Window"
msgstr "Fenêtre"
#: data/ShortcutsWindow.ui:64
msgid "Toggle mini player"
msgstr "(Dés-)activer mini lecteur"
#: data/ShortcutsWindow.ui:71
msgid "Toggle genre filter"
msgstr "(Dés-)activer le filtre de genre"
#: data/ShortcutsWindow.ui:78
msgid "Toggle lyrics"
msgstr "(Dés-)activer les paroles"
#: data/ShortcutsWindow.ui:85
msgid "Toggle search"
msgstr "(Dés-)activer la recherche"
#: data/ShortcutsWindow.ui:94
msgid "Playback"
msgstr "Playback"
#: data/ShortcutsWindow.ui:98
msgid "Play/Pause"
msgstr "Jouer/Pause"
#: data/ShortcutsWindow.ui:112
msgid "Stop after current title"
msgstr "Arrêter après le titre courant"
#: data/ShortcutsWindow.ui:133
msgid "Seek forward"
msgstr "Atteindre vers l'avant"
#: data/ShortcutsWindow.ui:140
msgid "Seek backward"
msgstr "Atteindre vers l'arrière"
#: data/ShortcutsWindow.ui:147
msgid "Toggle repeat mode"
msgstr "(Dés-)activer le mode répétition"
#: data/ShortcutsWindow.ui:154
msgid "Toggle random mode"
msgstr "(Dés-)activer le mode aléatoire"
#: data/ShortcutsWindow.ui:161
msgid "Toggle single mode"
msgstr "(Dés-)activer le mode titre unique"
#: data/ShortcutsWindow.ui:168
msgid "Toggle consume mode"
msgstr "(Dés-)activer le mode consommer"
#~ msgid "Play selected albums and titles immediately"
#~ msgstr "Jouer l'album sélectionné et les titres immédiatement"
#~ msgid "Show in file manager"
#~ msgstr "Afficher dans le gestionnaire de fichiers"
#~ msgid "MPD-Tag"
#~ msgstr "Étiquette MPD"
#~ msgid "Value"
#~ msgstr "Valeur"
#~ msgid "Add all titles to playlist"
#~ msgstr "Ajouter tous les titres à la liste de lecture"
#~ msgid "Directly play all titles"
#~ msgstr "Jouer directement tous les titres"
#~ msgid "Back to current album"
#~ msgstr "Retour à l'album courant"
#~ msgid "Playlist"
#~ msgstr "Liste de lecture"
#~ msgid "Show information"
#~ msgstr "Afficher les informations"
#~ msgid "Search, Album Dialog and Album List"
#~ msgstr "Recherche, Boîte de dialogue album et Liste dalbum"
#~ msgid "Play immediately"
#~ msgstr "Jouer immédiatement"

1
po/meson.build Normal file
View File

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

View File

@ -1,243 +1,456 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# This file is distributed under the same license as the mpdevil package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Project-Id-Version: mpdevil\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-01-17 22:33+0100\n"
"POT-Creation-Date: 2022-12-26 20:43+0100\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: mpdevil.py:120 mpdevil.py:328 mpdevil.py:1302
msgid "No"
#: src/mpdevil.py:502
#, python-brace-format
msgid "{days} day"
msgid_plural "{days} days"
msgstr[0] ""
msgstr[1] ""
#: src/mpdevil.py:539
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] ""
msgstr[1] ""
#: src/mpdevil.py:1005
msgid "(restart required)"
msgstr ""
#: mpdevil.py:125 mpdevil.py:333 mpdevil.py:1307
msgid "Title"
#: src/mpdevil.py:1051
msgid "Use Client-side decoration"
msgstr ""
#: mpdevil.py:130 mpdevil.py:338 mpdevil.py:1312
msgid "Artist"
msgstr ""
#: mpdevil.py:135 mpdevil.py:343 mpdevil.py:1322
msgid "Length"
msgstr ""
#: mpdevil.py:174 mpdevil.py:431 mpdevil.py:1358
msgid "Unknown Title"
msgstr ""
#: mpdevil.py:178 mpdevil.py:439 mpdevil.py:1366
msgid "Unknown Artist"
msgstr ""
#: mpdevil.py:214
msgid "Album Artist"
msgstr ""
#: mpdevil.py:273
#, python-format
msgid "%(total_tracks)i titles (%(total_length)s)"
msgstr ""
#: mpdevil.py:443 mpdevil.py:1370
msgid "Unknown Album"
msgstr ""
#: mpdevil.py:669
msgid "Select"
msgstr ""
#: mpdevil.py:671
msgid "Profile:"
msgstr ""
#: mpdevil.py:673
msgid "Name:"
msgstr ""
#: mpdevil.py:675
msgid "Host:"
msgstr ""
#: mpdevil.py:677
msgid "Port:"
msgstr ""
#: mpdevil.py:679
msgid "Music lib:"
msgstr ""
#: mpdevil.py:769
msgid "Choose directory"
msgstr ""
#: mpdevil.py:805
msgid "Main cover size:"
msgstr ""
#: mpdevil.py:807
msgid "Album-view cover size:"
msgstr ""
#: mpdevil.py:813
#: src/mpdevil.py:1052
msgid "Show stop button"
msgstr ""
#: mpdevil.py:816
msgid "Show tooltips in album view"
#: src/mpdevil.py:1053
msgid "Show audio format"
msgstr ""
#: mpdevil.py:819
#: src/mpdevil.py:1054
msgid "Show lyrics button"
msgstr ""
#: src/mpdevil.py:1055
msgid "Place playlist at the side"
msgstr ""
#: src/mpdevil.py:1061
msgid "Album view cover size"
msgstr ""
#: src/mpdevil.py:1062
msgid "Action bar icon size"
msgstr ""
#: src/mpdevil.py:1072
msgid "Support “MPRIS”"
msgstr ""
#: src/mpdevil.py:1073
msgid "Sort albums by year"
msgstr ""
#: src/mpdevil.py:1074
msgid "Send notification on title change"
msgstr ""
#: mpdevil.py:822
#: src/mpdevil.py:1075
msgid "Rewind via previous button"
msgstr ""
#: src/mpdevil.py:1076
msgid "Stop playback on quit"
msgstr ""
#: mpdevil.py:825
msgid "Play selected album after current title"
#: src/mpdevil.py:1103
msgid "Choose directory"
msgstr ""
#: mpdevil.py:856 mpdevil.py:1534
msgid "Settings"
#. labels and entries
#: src/mpdevil.py:1118
msgid "Connect via Unix domain socket"
msgstr ""
#: mpdevil.py:869
msgid "General"
msgstr ""
#: mpdevil.py:870
msgid "Profiles"
msgstr ""
#: mpdevil.py:1018
msgid "Random mode"
msgstr ""
#: mpdevil.py:1020
msgid "Repeat mode"
msgstr ""
#: mpdevil.py:1022
msgid "Single mode"
msgstr ""
#: mpdevil.py:1024
msgid "Consume mode"
msgstr ""
#: mpdevil.py:1118
msgid "Right click to show additional information"
msgstr ""
#: mpdevil.py:1141
msgid "MPD-Tag"
msgstr ""
#: mpdevil.py:1144 mpdevil.py:1252
msgid "Value"
msgstr ""
#: mpdevil.py:1165
#, python-format
#: src/mpdevil.py:1137
msgid ""
"%(bitrate)s kb/s, %(frequency)s kHz, %(resolution)s bit, %(channels)s "
"channels, %(file_type)s"
"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.py:1231
#: src/mpdevil.py:1142
msgid "Socket:"
msgstr ""
#: src/mpdevil.py:1144
msgid "Host:"
msgstr ""
#: src/mpdevil.py:1146
msgid "Password:"
msgstr ""
#: src/mpdevil.py:1147
msgid "Music lib:"
msgstr ""
#: src/mpdevil.py:1149
msgid "Cover regex:"
msgstr ""
#. connect button
#: src/mpdevil.py:1152 src/mpdevil.py:3155
msgid "Connect"
msgstr ""
#: src/mpdevil.py:1175 src/mpdevil.py:1177 src/mpdevil.py:3156
#: src/mpdevil.py:3245
msgid "Preferences"
msgstr ""
#: src/mpdevil.py:1189 src/mpdevil.py:1199
msgid "View"
msgstr ""
#: src/mpdevil.py:1190 src/mpdevil.py:1200
msgid "Behavior"
msgstr ""
#: src/mpdevil.py:1191 src/mpdevil.py:1201
msgid "Connection"
msgstr ""
#: src/mpdevil.py:1218
msgid "Stats"
msgstr ""
#: mpdevil.py:1249
msgid "Tag"
#: src/mpdevil.py:1227
msgid "<b>Protocol:</b>"
msgstr ""
#: mpdevil.py:1269
msgid "Search"
#: src/mpdevil.py:1228
msgid "<b>Uptime:</b>"
msgstr ""
#: mpdevil.py:1317
msgid "Album"
#: src/mpdevil.py:1229
msgid "<b>Playtime:</b>"
msgstr ""
#: mpdevil.py:1377
#, python-format
msgid "Hits: %i"
#: src/mpdevil.py:1230
msgid "<b>Artists:</b>"
msgstr ""
#: mpdevil.py:1381
#: src/mpdevil.py:1231
msgid "<b>Albums:</b>"
msgstr ""
#: src/mpdevil.py:1232
msgid "<b>Songs:</b>"
msgstr ""
#: src/mpdevil.py:1233
msgid "<b>Total Playtime:</b>"
msgstr ""
#: src/mpdevil.py:1234
msgid "<b>Database Update:</b>"
msgstr ""
#: src/mpdevil.py:1301 src/mpdevil.py:2175
msgid "No"
msgstr ""
#: src/mpdevil.py:1302 src/mpdevil.py:2176
msgid "Title"
msgstr ""
#: src/mpdevil.py:1303 src/mpdevil.py:2177
msgid "Length"
msgstr ""
#: src/mpdevil.py:1317 src/mpdevil.py:1339
msgid "Append"
msgstr ""
#: src/mpdevil.py:1318 src/mpdevil.py:1340 src/mpdevil.py:2668
#: src/mpdevil.py:2701
msgid "Play"
msgstr ""
#: src/mpdevil.py:1341 src/mpdevil.py:2197
msgid "Show"
msgstr ""
#: src/mpdevil.py:1432
#, python-brace-format
msgid "{hits} hit"
msgid_plural "{hits} hits"
msgstr[0] ""
msgstr[1] ""
#: src/mpdevil.py:1517
msgid "all tags"
msgstr ""
#: src/mpdevil.py:1652
msgid "all genres"
msgstr ""
#: src/mpdevil.py:1675
msgid "all artists"
msgstr ""
#: src/mpdevil.py:2041
#, python-brace-format
msgid "{number} song ({duration})"
msgid_plural "{number} songs ({duration})"
msgstr[0] ""
msgstr[1] ""
#: src/mpdevil.py:2196
msgid "Remove"
msgstr ""
#: src/mpdevil.py:2199
msgid "Enqueue Album"
msgstr ""
#: src/mpdevil.py:2200
msgid "Tidy"
msgstr ""
#: src/mpdevil.py:2202
msgid "Clear"
msgstr ""
#: src/mpdevil.py:2375
msgid "Scroll to current song"
msgstr ""
#: src/mpdevil.py:2493
msgid "searching…"
msgstr ""
#: src/mpdevil.py:2498
msgid "connection error"
msgstr ""
#: src/mpdevil.py:2500
msgid "lyrics not found"
msgstr ""
#: src/mpdevil.py:2612
msgid "Lyrics"
msgstr ""
#: mpdevil.py:1425
msgid "searching..."
#: src/mpdevil.py:2670 data/ShortcutsWindow.ui:105
msgid "Stop"
msgstr ""
#: mpdevil.py:1429
msgid "not found"
#: src/mpdevil.py:2674 data/ShortcutsWindow.ui:126
msgid "Previous title"
msgstr ""
#: mpdevil.py:1434
msgid "not connected"
#: src/mpdevil.py:2677 data/ShortcutsWindow.ui:119
msgid "Next title"
msgstr ""
#: mpdevil.py:1514
msgid "Select profile"
#: src/mpdevil.py:2698
msgid "Pause"
msgstr ""
#: mpdevil.py:1518
msgid "Return to album of current title"
#: src/mpdevil.py:2901
msgid "Repeat mode"
msgstr ""
#: mpdevil.py:1520
msgid "Title search"
#: src/mpdevil.py:2902
msgid "Random mode"
msgstr ""
#: mpdevil.py:1522
msgid "Show lyrics"
#: src/mpdevil.py:2903
msgid "Single mode"
msgstr ""
#: mpdevil.py:1529
msgid "Not connected to MPD-server. Reconnect?"
#: src/mpdevil.py:2904
msgid "Consume mode"
msgstr ""
#: mpdevil.py:1533
msgid "Save window size"
#: src/mpdevil.py:3125
msgid "Updating Database…"
msgstr ""
#: mpdevil.py:1535
#: src/mpdevil.py:3173
#, python-brace-format
msgid "Connection to “{socket}” failed"
msgstr ""
#: src/mpdevil.py:3175
#, python-brace-format
msgid "Connection to “{host}:{port}” failed"
msgstr ""
#: src/mpdevil.py:3229
msgid "Search"
msgstr ""
#: src/mpdevil.py:3232
msgid "Back"
msgstr ""
#: src/mpdevil.py:3246
msgid "Keyboard Shortcuts"
msgstr ""
#: src/mpdevil.py:3247
msgid "Help"
msgstr ""
#: src/mpdevil.py:3248
msgid "About mpdevil"
msgstr ""
#: src/mpdevil.py:3250
msgid "Update Database"
msgstr ""
#: src/mpdevil.py:3251
msgid "Server Stats"
msgstr ""
#: src/mpdevil.py:3253
msgid "Mini Player"
msgstr ""
#: src/mpdevil.py:3254
msgid "Genre Filter"
msgstr ""
#: src/mpdevil.py:3263
msgid "Menu"
msgstr ""
#: src/mpdevil.py:3437 src/mpdevil.py:3439
msgid "connecting…"
msgstr ""
#: src/mpdevil.py:3477
msgid "Debug mode"
msgstr ""
#: data/org.mpdevil.mpdevil.desktop.in:3
msgid "mpdevil"
msgstr ""
#: data/org.mpdevil.mpdevil.desktop.in:4
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 ""
#: mpdevil.py:1536
msgid "Server stats"
#: data/ShortcutsWindow.ui:44
msgid "Clear playlist"
msgstr ""
#: mpdevil.py:1537
msgid "About"
msgstr ""
#: mpdevil.py:1538
#: data/ShortcutsWindow.ui:51
msgid "Quit"
msgstr ""
#: mpdevil.py:1543
msgid "Main menu"
#: data/ShortcutsWindow.ui:60
msgid "Window"
msgstr ""
#: mpdevil.py:1696
msgid "A small MPD client written in python"
#: data/ShortcutsWindow.ui:64
msgid "Toggle mini player"
msgstr ""
#: data/ShortcutsWindow.ui:71
msgid "Toggle genre filter"
msgstr ""
#: data/ShortcutsWindow.ui:78
msgid "Toggle lyrics"
msgstr ""
#: data/ShortcutsWindow.ui:85
msgid "Toggle search"
msgstr ""
#: data/ShortcutsWindow.ui:94
msgid "Playback"
msgstr ""
#: data/ShortcutsWindow.ui:98
msgid "Play/Pause"
msgstr ""
#: data/ShortcutsWindow.ui:112
msgid "Stop after current title"
msgstr ""
#: data/ShortcutsWindow.ui:133
msgid "Seek forward"
msgstr ""
#: data/ShortcutsWindow.ui:140
msgid "Seek backward"
msgstr ""
#: data/ShortcutsWindow.ui:147
msgid "Toggle repeat mode"
msgstr ""
#: data/ShortcutsWindow.ui:154
msgid "Toggle random mode"
msgstr ""
#: data/ShortcutsWindow.ui:161
msgid "Toggle single mode"
msgstr ""
#: data/ShortcutsWindow.ui:168
msgid "Toggle consume mode"
msgstr ""

588
po/nl.po Normal file
View File

@ -0,0 +1,588 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-26 20:43+0100\n"
"PO-Revision-Date: 2023-01-15 18:17+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.3.1\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: src/mpdevil.py:502
#, python-brace-format
msgid "{days} day"
msgid_plural "{days} days"
msgstr[0] "{days} dag"
msgstr[1] "{days} dagen"
#: src/mpdevil.py:539
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] "{channels} kanaal"
msgstr[1] "{channels} kanalen"
#: src/mpdevil.py:1005
msgid "(restart required)"
msgstr "(herstart vereist)"
#: src/mpdevil.py:1051
msgid "Use Client-side decoration"
msgstr "Gebruik vensterdecoratie van mpdevil"
#: src/mpdevil.py:1052
msgid "Show stop button"
msgstr "Toon stopknop"
#: src/mpdevil.py:1053
msgid "Show audio format"
msgstr "Toon audioformaat"
#: src/mpdevil.py:1054
msgid "Show lyrics button"
msgstr "Toon songtekstknop"
#: src/mpdevil.py:1055
msgid "Place playlist at the side"
msgstr "Plaats afspeellijst aan de zijkant"
#: src/mpdevil.py:1061
msgid "Album view cover size"
msgstr "Hoesgrootte in albumlijst"
#: src/mpdevil.py:1062
msgid "Action bar icon size"
msgstr "Grootte iconen werkbalk"
#: src/mpdevil.py:1072
msgid "Support “MPRIS”"
msgstr "Ondersteun „MPRIS”"
#: src/mpdevil.py:1073
msgid "Sort albums by year"
msgstr "Sorteer albums op jaar"
#: src/mpdevil.py:1074
msgid "Send notification on title change"
msgstr "Verstuur een melding bij titelwisseling"
#: src/mpdevil.py:1075
msgid "Rewind via previous button"
msgstr "Terugspoelen met „vorige” knop"
#: src/mpdevil.py:1076
msgid "Stop playback on quit"
msgstr "Stop afspelen bij afsluiten"
#: src/mpdevil.py:1103
msgid "Choose directory"
msgstr "Kies een map"
#. labels and entries
#: src/mpdevil.py:1118
msgid "Connect via Unix domain socket"
msgstr "Verbinden via Unix domain socket"
#: src/mpdevil.py:1137
msgid ""
"The first image in the same directory as the song file matching this regex "
"will be displayed. %AlbumArtist% and %Album% will be replaced by the "
"corresponding tags of the song."
msgstr ""
"De eerste afbeelding in dezelfde map als het muziekbestand die overeenkomt "
"met deze regex wordt getoond. %AlbumArtist% en %Album% worden vervangen door "
"de bijbehorende tags van het muziekbestand."
#: src/mpdevil.py:1142
msgid "Socket:"
msgstr "Socket:"
#: src/mpdevil.py:1144
msgid "Host:"
msgstr "Host:"
#: src/mpdevil.py:1146
msgid "Password:"
msgstr "Wachtwoord:"
#: src/mpdevil.py:1147
msgid "Music lib:"
msgstr "Muziekmap:"
#: src/mpdevil.py:1149
msgid "Cover regex:"
msgstr "Regex albumhoes:"
#. connect button
#: src/mpdevil.py:1152 src/mpdevil.py:3155
msgid "Connect"
msgstr "Verbinden"
#: src/mpdevil.py:1175 src/mpdevil.py:1177 src/mpdevil.py:3156
#: src/mpdevil.py:3245
msgid "Preferences"
msgstr "Voorkeuren"
#: src/mpdevil.py:1189 src/mpdevil.py:1199
msgid "View"
msgstr "Beeld"
#: src/mpdevil.py:1190 src/mpdevil.py:1200
msgid "Behavior"
msgstr "Gedrag"
#: src/mpdevil.py:1191 src/mpdevil.py:1201
msgid "Connection"
msgstr "Verbinding"
#: src/mpdevil.py:1218
msgid "Stats"
msgstr "Statistieken"
#: src/mpdevil.py:1227
msgid "<b>Protocol:</b>"
msgstr "<b>Protocol:</b>"
#: src/mpdevil.py:1228
msgid "<b>Uptime:</b>"
msgstr "<b>Uptime:</b>"
#: src/mpdevil.py:1229
msgid "<b>Playtime:</b>"
msgstr "<b>Afspeeltijd:</b>"
#: src/mpdevil.py:1230
msgid "<b>Artists:</b>"
msgstr "<b>Artiesten:</b>"
#: src/mpdevil.py:1231
msgid "<b>Albums:</b>"
msgstr "<b>Albums:</b>"
#: src/mpdevil.py:1232
msgid "<b>Songs:</b>"
msgstr "<b>Titels:</b>"
#: src/mpdevil.py:1233
msgid "<b>Total Playtime:</b>"
msgstr "<b>Totale speelduur:</b>"
#: src/mpdevil.py:1234
msgid "<b>Database Update:</b>"
msgstr "<b>Database bijgewerkt:</b>"
#: src/mpdevil.py:1301 src/mpdevil.py:2175
msgid "No"
msgstr "Nr"
#: src/mpdevil.py:1302 src/mpdevil.py:2176
msgid "Title"
msgstr "Titel"
#: src/mpdevil.py:1303 src/mpdevil.py:2177
msgid "Length"
msgstr "Lengte"
#: src/mpdevil.py:1317 src/mpdevil.py:1339
msgid "Append"
msgstr "Toevoegen"
#: src/mpdevil.py:1318 src/mpdevil.py:1340 src/mpdevil.py:2668
#: src/mpdevil.py:2701
msgid "Play"
msgstr "Afspelen"
#: src/mpdevil.py:1341 src/mpdevil.py:2197
msgid "Show"
msgstr "Tonen"
#: src/mpdevil.py:1432
#, python-brace-format
msgid "{hits} hit"
msgid_plural "{hits} hits"
msgstr[0] "{hits} hit"
msgstr[1] "{hits} treffers"
#: src/mpdevil.py:1517
msgid "all tags"
msgstr "alle tags"
#: src/mpdevil.py:1652
msgid "all genres"
msgstr "alle genres"
#: src/mpdevil.py:1675
msgid "all artists"
msgstr "alle artiesten"
#: src/mpdevil.py:2041
#, python-brace-format
msgid "{number} song ({duration})"
msgid_plural "{number} songs ({duration})"
msgstr[0] "{number} nummer ({duration})"
msgstr[1] "{number} nummers ({duration})"
#: src/mpdevil.py:2196
msgid "Remove"
msgstr "Verwijderen"
#: src/mpdevil.py:2199
msgid "Enqueue Album"
msgstr "Album invoegen"
#: src/mpdevil.py:2200
msgid "Tidy"
msgstr "Opruimen"
#: src/mpdevil.py:2202
msgid "Clear"
msgstr "Wissen"
#: src/mpdevil.py:2375
msgid "Scroll to current song"
msgstr "Naar de huidige titel scrollen"
#: src/mpdevil.py:2493
msgid "searching…"
msgstr "bezig met zoeken…"
#: src/mpdevil.py:2498
msgid "connection error"
msgstr "verbindingsfout"
#: src/mpdevil.py:2500
msgid "lyrics not found"
msgstr "geen songtekst gevonden"
#: src/mpdevil.py:2612
msgid "Lyrics"
msgstr "Songtekst"
#: src/mpdevil.py:2670 data/ShortcutsWindow.ui:105
msgid "Stop"
msgstr "Stoppen"
#: src/mpdevil.py:2674 data/ShortcutsWindow.ui:126
msgid "Previous title"
msgstr "Vorige titel"
#: src/mpdevil.py:2677 data/ShortcutsWindow.ui:119
msgid "Next title"
msgstr "Volgende titel"
#: src/mpdevil.py:2698
msgid "Pause"
msgstr "Pauzeren"
#: src/mpdevil.py:2901
msgid "Repeat mode"
msgstr "Herhaalmodus"
#: src/mpdevil.py:2902
msgid "Random mode"
msgstr "Willekeurige modus"
#: src/mpdevil.py:2903
msgid "Single mode"
msgstr "Enkele modus"
#: src/mpdevil.py:2904
msgid "Consume mode"
msgstr "Verbruiksmodus"
#: src/mpdevil.py:3125
msgid "Updating Database…"
msgstr "Database bijwerken…"
#: src/mpdevil.py:3173
#, python-brace-format
msgid "Connection to “{socket}” failed"
msgstr "Verbinding met „{socket}” mislukt"
#: src/mpdevil.py:3175
#, python-brace-format
msgid "Connection to “{host}:{port}” failed"
msgstr "Verbinding met „{host}:{port}” mislukt"
#: src/mpdevil.py:3229
msgid "Search"
msgstr "Zoeken"
#: src/mpdevil.py:3232
msgid "Back"
msgstr "Terug"
#: src/mpdevil.py:3246
msgid "Keyboard Shortcuts"
msgstr "Sneltoetsen"
#: src/mpdevil.py:3247
msgid "Help"
msgstr "Hulp"
#: src/mpdevil.py:3248
msgid "About mpdevil"
msgstr "Over mpdevil"
#: src/mpdevil.py:3250
msgid "Update Database"
msgstr "Database bijwerken"
#: src/mpdevil.py:3251
msgid "Server Stats"
msgstr "Serverstatistieken"
#: src/mpdevil.py:3253
msgid "Mini Player"
msgstr "Minispeler"
#: src/mpdevil.py:3254
msgid "Genre Filter"
msgstr "Genrefilter"
#: src/mpdevil.py:3263
msgid "Menu"
msgstr "Menu"
#: src/mpdevil.py:3437 src/mpdevil.py:3439
msgid "connecting…"
msgstr "verbinding maken…"
#: src/mpdevil.py:3477
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 "Clear playlist"
msgstr "Afspeellijst legen"
#: data/ShortcutsWindow.ui:51
msgid "Quit"
msgstr "Stoppen"
#: data/ShortcutsWindow.ui:60
msgid "Window"
msgstr "Venster"
#: data/ShortcutsWindow.ui:64
msgid "Toggle mini player"
msgstr "Omschakelen naar minispeler"
#: data/ShortcutsWindow.ui:71
msgid "Toggle genre filter"
msgstr "Genrefilter aan/uitzetten"
#: data/ShortcutsWindow.ui:78
msgid "Toggle lyrics"
msgstr "Omschakelen naar songtekst"
#: data/ShortcutsWindow.ui:85
msgid "Toggle search"
msgstr "Omschakelen naar zoeken"
#: data/ShortcutsWindow.ui:94
msgid "Playback"
msgstr "Afspelen"
#: data/ShortcutsWindow.ui:98
msgid "Play/Pause"
msgstr "Afspelen/Pauzeren"
#: data/ShortcutsWindow.ui:112
msgid "Stop after current title"
msgstr "Stop na huidige titel"
#: data/ShortcutsWindow.ui:133
msgid "Seek forward"
msgstr "Vooruit spoelen"
#: data/ShortcutsWindow.ui:140
msgid "Seek backward"
msgstr "Achteruit spoelen"
#: data/ShortcutsWindow.ui:147
msgid "Toggle repeat mode"
msgstr "Omschakelen naar herhaalmodus"
#: data/ShortcutsWindow.ui:154
msgid "Toggle random mode"
msgstr "Omschakelen naar willekeurige modus"
#: data/ShortcutsWindow.ui:161
msgid "Toggle single mode"
msgstr "Omschakelen naar enkele modus"
#: data/ShortcutsWindow.ui:168
msgid "Toggle consume mode"
msgstr "Omschakelen naar verbruiksmodus"
#~ msgid "Play selected albums and titles immediately"
#~ msgstr "Geselecteerde albums en titels direct afspelen"
#~ msgid "MPD-Tag"
#~ msgstr "MPD-Tag"
#~ msgid "Value"
#~ msgstr "Waarde"
#~ msgid "Add all titles to playlist"
#~ msgstr "Voeg alle titels toe aan de afspeellijst"
#~ msgid "Directly play all titles"
#~ msgstr "Alle titels direct afspelen"
#~ msgid "Back to current album"
#~ msgstr "Terug naar huidige album"
#~ msgid "Playlist"
#~ msgstr "Afspeellijst"
#, fuzzy
#~ msgid "Show information"
#~ msgstr "Toon informatie"
#~ msgid "Search, Album Dialog and Album List"
#~ msgstr "Zoeken, Albumdialoog en Albumlijst"
#, fuzzy
#~ msgid "Play immediately"
#~ msgstr "Direct afspelen"
#~ msgid "Profile 1"
#~ msgstr "Profiel 1"
#~ msgid "Profile 2"
#~ msgstr "Profiel 2"
#~ msgid "Profile 3"
#~ msgstr "Profiel 3"
#~ msgid "Profiles"
#~ msgstr "Profielen"
#~ msgid ""
#~ "Append all titles after the currently playing track and clear the "
#~ "playlist from all other songs"
#~ msgstr ""
#~ "Alle titels toevoegen na de nu spelende titel en alle overige titels uit "
#~ "de afspeellijst verwijderen"
#~ msgid "Save"
#~ msgstr "Opslaan"
#~ msgid "Delete"
#~ msgstr "Verwijderen"
#~ msgid "Playlists"
#~ msgstr "Afspeellijsten"
#~ msgid "Cycle through profiles"
#~ msgstr "Profielen doorlopen"
#~ msgid "Cycle through profiles in reversed order"
#~ msgstr "Profielen doorlopen in omgekeerde volgorde"
#~ msgid "Enqueue selected item"
#~ msgstr "Geselecteerde item in wachtrij plaatsen"
#~ msgid "Append selected item"
#~ msgstr "Geselecteerde item toevoegen"
#~ msgid "Middle-click"
#~ msgstr "Middelklik"
#~ msgid "Double-click"
#~ msgstr "Dubbelklik"
#~ msgid "Right-click"
#~ msgstr "Rechtsklik"
#~ msgid "Main cover size"
#~ msgstr "Grootte albumhoes"
#, python-brace-format
#~ msgid "{number} song"
#~ msgid_plural "{number} songs"
#~ msgstr[0] "{number} nummer"
#~ msgstr[1] "{number} nummers"
#~ msgid "Open with…"
#~ msgstr "Openen met…"
#~ msgid "Choose the order of information to appear in the playlist:"
#~ msgstr "Kies de volgorde van de informatie getoond in de afspeellijst:"
#~ msgid "Disc"
#~ msgstr "Disc"
#~ msgid "Artist"
#~ msgstr "Artiest"
#~ msgid "Album"
#~ msgstr "Album"
#~ msgid "Year"
#~ msgstr "Jaar"
#~ msgid "Genre"
#~ msgstr "Genre"
#~ msgid "_Append"
#~ msgstr "_Toevoegen"
#~ msgid "_Play"
#~ msgstr "_Afspelen"
#~ msgid "_Enqueue"
#~ msgstr "_In wachtrij plaatsen"
#~ msgid "Use “Album Artist” tag"
#~ msgstr "Gebruik tag „Album Artist”"
#~ msgid "Filter by genre"
#~ msgstr "Filter op genre"
#~ msgid "Show lyrics"
#~ msgstr "Toon songtekst"

561
po/pl.po Normal file
View File

@ -0,0 +1,561 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mpdevil package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: mpdevil\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-26 20:43+0100\n"
"PO-Revision-Date: 2023-01-19 12:52+0100\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 "
"|| n%100>14) ? 1 : 2);\n"
"X-Generator: Poedit 3.2.2\n"
#: src/mpdevil.py:502
#, python-brace-format
msgid "{days} day"
msgid_plural "{days} days"
msgstr[0] "{days} dzień"
msgstr[1] "{days} dni"
msgstr[2] "{days} dni"
#: src/mpdevil.py:539
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] "{channels} kanał"
msgstr[1] "{channels} kanały"
msgstr[2] "{channels} kanałów"
#: src/mpdevil.py:1005
msgid "(restart required)"
msgstr "(wymagane ponowne uruchomienie)"
#: src/mpdevil.py:1051
msgid "Use Client-side decoration"
msgstr "Używaj dekoracji po stronie klienta"
#: src/mpdevil.py:1052
msgid "Show stop button"
msgstr "Pokaż przycisk „stop”"
#: src/mpdevil.py:1053
msgid "Show audio format"
msgstr "Pokaż format audio"
#: src/mpdevil.py:1054
msgid "Show lyrics button"
msgstr "Pokaż przycisk tekstu utworu"
#: src/mpdevil.py:1055
msgid "Place playlist at the side"
msgstr "Umieść playlistę z boku"
#: src/mpdevil.py:1061
msgid "Album view cover size"
msgstr "Rozmiar okładek w przeglądarce"
#: src/mpdevil.py:1062
msgid "Action bar icon size"
msgstr "Rozmiar ikon na pasku akcji"
#: src/mpdevil.py:1072
msgid "Support “MPRIS”"
msgstr "Wspieraj „MPRIS”"
#: src/mpdevil.py:1073
msgid "Sort albums by year"
msgstr "Sortuj albumy według roku"
#: src/mpdevil.py:1074
msgid "Send notification on title change"
msgstr "Wysyłaj powiadomienie przy zmianie utworu"
#: src/mpdevil.py:1075
msgid "Rewind via previous button"
msgstr "Przewijaj w tył za pomocą przycisku „poprzedni”"
#: src/mpdevil.py:1076
msgid "Stop playback on quit"
msgstr "Zatrzymaj odtwarzanie przy wyjściu"
#: src/mpdevil.py:1103
msgid "Choose directory"
msgstr "Wybierz katalog"
#. labels and entries
#: src/mpdevil.py:1118
msgid "Connect via Unix domain socket"
msgstr "Połącz się poprzez Unix domain socket"
#: src/mpdevil.py:1137
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 ""
"Pierwszy obrazek w tym samym katalogu co plik utworu, który pasuje do tego "
"wyrażenia regularnego, zostanie wyświetlony. %AlbumArtist% oraz %Album% "
"zostaną zastąpione odpowiednimi tagami utworu."
#: src/mpdevil.py:1142
msgid "Socket:"
msgstr "Socket:"
#: src/mpdevil.py:1144
msgid "Host:"
msgstr "Host:"
#: src/mpdevil.py:1146
msgid "Password:"
msgstr "Hasło:"
#: src/mpdevil.py:1147
msgid "Music lib:"
msgstr "Biblioteka muzyczna:"
#: src/mpdevil.py:1149
msgid "Cover regex:"
msgstr "Wyrażenie regularne okładki:"
#. connect button
#: src/mpdevil.py:1152 src/mpdevil.py:3155
msgid "Connect"
msgstr "Połącz się"
#: src/mpdevil.py:1175 src/mpdevil.py:1177 src/mpdevil.py:3156
#: src/mpdevil.py:3245
msgid "Preferences"
msgstr "Preferencje"
#: src/mpdevil.py:1189 src/mpdevil.py:1199
msgid "View"
msgstr "Widok"
#: src/mpdevil.py:1190 src/mpdevil.py:1200
msgid "Behavior"
msgstr "Zachowanie"
#: src/mpdevil.py:1191 src/mpdevil.py:1201
msgid "Connection"
msgstr "Połączenie"
#: src/mpdevil.py:1218
msgid "Stats"
msgstr "Statystyki"
#: src/mpdevil.py:1227
msgid "<b>Protocol:</b>"
msgstr "<b>Protokół:</b>"
#: src/mpdevil.py:1228
msgid "<b>Uptime:</b>"
msgstr "<b>Czas działania:</b>"
#: src/mpdevil.py:1229
msgid "<b>Playtime:</b>"
msgstr "<b>Czas odtwarzania:</b>"
#: src/mpdevil.py:1230
msgid "<b>Artists:</b>"
msgstr "<b>Artyści:</b>"
#: src/mpdevil.py:1231
msgid "<b>Albums:</b>"
msgstr "<b>Albumy:</b>"
#: src/mpdevil.py:1232
msgid "<b>Songs:</b>"
msgstr "<b>Utwory:</b>"
#: src/mpdevil.py:1233
msgid "<b>Total Playtime:</b>"
msgstr "<b>Całkowity czas odtwarzania:</b>"
#: src/mpdevil.py:1234
msgid "<b>Database Update:</b>"
msgstr "<b>Aktualizacja bazy danych:</b>"
#: src/mpdevil.py:1301 src/mpdevil.py:2175
msgid "No"
msgstr "Nie"
#: src/mpdevil.py:1302 src/mpdevil.py:2176
msgid "Title"
msgstr "Tytuł"
#: src/mpdevil.py:1303 src/mpdevil.py:2177
msgid "Length"
msgstr "Długość"
#: src/mpdevil.py:1317 src/mpdevil.py:1339
msgid "Append"
msgstr "Dodaj"
#: src/mpdevil.py:1318 src/mpdevil.py:1340 src/mpdevil.py:2668
#: src/mpdevil.py:2701
msgid "Play"
msgstr "Odtwórz"
#: src/mpdevil.py:1341 src/mpdevil.py:2197
msgid "Show"
msgstr "Pokaż"
#: src/mpdevil.py:1432
#, python-brace-format
msgid "{hits} hit"
msgid_plural "{hits} hits"
msgstr[0] "{hits} trafienie"
msgstr[1] "{hits} trafienia"
msgstr[2] "{hits} trafień"
#: src/mpdevil.py:1517
msgid "all tags"
msgstr "wszystkie tagi"
#: src/mpdevil.py:1652
msgid "all genres"
msgstr "wszystkie gatunki"
#: src/mpdevil.py:1675
msgid "all artists"
msgstr "wszyscy artyści"
#: src/mpdevil.py:2041
#, python-brace-format
msgid "{number} song ({duration})"
msgid_plural "{number} songs ({duration})"
msgstr[0] "{number} utwór ({duration})"
msgstr[1] "{number} utwory ({duration})"
msgstr[2] "{number} utworów ({duration})"
#: src/mpdevil.py:2196
msgid "Remove"
msgstr "Usuń wybrany utwór"
#: src/mpdevil.py:2199
msgid "Enqueue Album"
msgstr "Dodaj album do kolejki"
#: src/mpdevil.py:2200
msgid "Tidy"
msgstr "Uporządkuj"
#: src/mpdevil.py:2202
msgid "Clear"
msgstr "Wyczyść"
#: src/mpdevil.py:2375
msgid "Scroll to current song"
msgstr "Przewiń do aktualnego utworu"
#: src/mpdevil.py:2493
msgid "searching…"
msgstr "wyszukiwanie…"
#: src/mpdevil.py:2498
msgid "connection error"
msgstr "błąd połączenia"
#: src/mpdevil.py:2500
msgid "lyrics not found"
msgstr "nie znaleziono tekstu utworu"
#: src/mpdevil.py:2612
msgid "Lyrics"
msgstr "Tekst utworu"
#: src/mpdevil.py:2670 data/ShortcutsWindow.ui:105
msgid "Stop"
msgstr "Stop"
#: src/mpdevil.py:2674 data/ShortcutsWindow.ui:126
msgid "Previous title"
msgstr "Poprzedni utwór"
#: src/mpdevil.py:2677 data/ShortcutsWindow.ui:119
msgid "Next title"
msgstr "Następny utwór"
#: src/mpdevil.py:2698
msgid "Pause"
msgstr "Pauza"
#: src/mpdevil.py:2901
msgid "Repeat mode"
msgstr "Tryb powtarzania"
#: src/mpdevil.py:2902
msgid "Random mode"
msgstr "Tryb losowy"
#: src/mpdevil.py:2903
msgid "Single mode"
msgstr "Tryb pojedynczy"
#: src/mpdevil.py:2904
msgid "Consume mode"
msgstr "Tryb wyczerpywania"
#: src/mpdevil.py:3125
msgid "Updating Database…"
msgstr "Aktualizowanie bazy danych…"
#: src/mpdevil.py:3173
#, python-brace-format
msgid "Connection to “{socket}” failed"
msgstr "Nie udało połączyć się do „{socket}”"
#: src/mpdevil.py:3175
#, python-brace-format
msgid "Connection to “{host}:{port}” failed"
msgstr "Nie udało połączyć się do „{host}:{port}”"
#: src/mpdevil.py:3229
msgid "Search"
msgstr "Szukaj"
#: src/mpdevil.py:3232
msgid "Back"
msgstr "Cofnij"
#: src/mpdevil.py:3246
msgid "Keyboard Shortcuts"
msgstr "Skróty klawiszowe"
#: src/mpdevil.py:3247
msgid "Help"
msgstr "Pomoc"
#: src/mpdevil.py:3248
msgid "About mpdevil"
msgstr "O mpdevil"
#: src/mpdevil.py:3250
msgid "Update Database"
msgstr "Aktualizuj bazę danych"
#: src/mpdevil.py:3251
msgid "Server Stats"
msgstr "Statystyki serwera"
#: src/mpdevil.py:3253
msgid "Mini Player"
msgstr "Mini odtwarzacz"
#: src/mpdevil.py:3254
msgid "Genre Filter"
msgstr "Filtr gatunku"
#: src/mpdevil.py:3263
msgid "Menu"
msgstr "Menu"
#: src/mpdevil.py:3437 src/mpdevil.py:3439
msgid "connecting…"
msgstr "łączenie…"
#: src/mpdevil.py:3477
msgid "Debug mode"
msgstr "Tryb debugowania"
#: data/org.mpdevil.mpdevil.desktop.in:3
msgid "mpdevil"
msgstr "mpdevil"
#: data/org.mpdevil.mpdevil.desktop.in:4
msgid "MPD Client"
msgstr "Klient MPD"
#: data/org.mpdevil.mpdevil.desktop.in:5 data/AboutDialog.ui:7
msgid "A simple music browser for MPD"
msgstr "Prosta przeglądarka muzyki do MPD"
#: data/ShortcutsWindow.ui:12
msgid "General"
msgstr "Ogólne"
#: data/ShortcutsWindow.ui:16
msgid "Open online help"
msgstr "Otwórz pomoc online"
#: data/ShortcutsWindow.ui:23
msgid "Open shortcuts window"
msgstr "Otwórz okno skrótów klawiszowych"
#: data/ShortcutsWindow.ui:30
msgid "Open menu"
msgstr "Otwórz menu"
#: data/ShortcutsWindow.ui:37
msgid "Update database"
msgstr "Aktualizuj bazę danych"
#: data/ShortcutsWindow.ui:44
msgid "Clear playlist"
msgstr "Wyczyść playlistę"
#: data/ShortcutsWindow.ui:51
msgid "Quit"
msgstr "Wyjdź"
#: data/ShortcutsWindow.ui:60
msgid "Window"
msgstr "Okno"
#: data/ShortcutsWindow.ui:64
msgid "Toggle mini player"
msgstr "Włącz/wyłącz mini odtwarzacz"
#: data/ShortcutsWindow.ui:71
msgid "Toggle genre filter"
msgstr "Włącz/wyłącz filtr gatunku"
#: data/ShortcutsWindow.ui:78
msgid "Toggle lyrics"
msgstr "Włącz/wyłącz tekst utworu"
#: data/ShortcutsWindow.ui:85
msgid "Toggle search"
msgstr "Włącz/wyłącz wyszukiwanie"
#: data/ShortcutsWindow.ui:94
msgid "Playback"
msgstr "Odtwarzanie"
#: data/ShortcutsWindow.ui:98
msgid "Play/Pause"
msgstr "Odtwórz/Pauza"
#: data/ShortcutsWindow.ui:112
msgid "Stop after current title"
msgstr "Stop po tym utworze"
#: data/ShortcutsWindow.ui:133
msgid "Seek forward"
msgstr "Przewiń do przodu"
#: data/ShortcutsWindow.ui:140
msgid "Seek backward"
msgstr "Przewiń do tyłu"
#: data/ShortcutsWindow.ui:147
msgid "Toggle repeat mode"
msgstr "Włącz/wyłącz tryb powtarzania"
#: data/ShortcutsWindow.ui:154
msgid "Toggle random mode"
msgstr "Włącz/wyłącz tryb losowy"
#: data/ShortcutsWindow.ui:161
msgid "Toggle single mode"
msgstr "Włącz/wyłącz tryb pojedynczy"
#: data/ShortcutsWindow.ui:168
msgid "Toggle consume mode"
msgstr "Włącz/wyłącz tryb wyczerpywania"
#~ msgid "Play selected albums and titles immediately"
#~ msgstr "Odtwarzaj wybrane albumy i utwory od razu"
#~ msgid "Show in file manager"
#~ msgstr "Pokaż w menedżerze plików"
#~ msgid "MPD-Tag"
#~ msgstr "Tag MPD"
#~ msgid "Value"
#~ msgstr "Wartość"
#~ msgid "Add all titles to playlist"
#~ msgstr "Dodaj wszystkie utwory do playlisty"
#~ msgid "Directly play all titles"
#~ msgstr "Bezpośrednio odtwórz wszystkie utwory"
#~ msgid "Back to current album"
#~ msgstr "Wróć do aktualnego albumu"
#~ msgid "Playlist"
#~ msgstr "Playlista"
#, fuzzy
#~ msgid "Show information"
#~ msgstr "Wyświetl dodatkowe informacje"
#~ msgid "Search, Album Dialog and Album List"
#~ msgstr "Wyszukiwanie, Okno albumu i Lista albumów"
#, fuzzy
#~ msgid "Play immediately"
#~ msgstr "Odtwórz wybraną pozycję natychmiast"
#~ msgid "Profile 1"
#~ msgstr "Profil 1"
#~ msgid "Profile 2"
#~ msgstr "Profil 2"
#~ msgid "Profile 3"
#~ msgstr "Profil 3"
#~ msgid "Profiles"
#~ msgstr "Profile"
#~ msgid "Add to playlist"
#~ msgstr "Dodaj do playlisty"
#~ msgid ""
#~ "Append all titles after the currently playing track and clear the "
#~ "playlist from all other songs"
#~ msgstr ""
#~ "Dodaj wszystkie utwory po aktualnie odtwarzanym i usuń wszystkie inne z "
#~ "playlisty"
#~ msgid "Save"
#~ msgstr "Zapisz"
#~ msgid "Delete"
#~ msgstr "Usuń"
#~ msgid "Playlists"
#~ msgstr "Playlisty"
#~ msgid "Cycle through profiles"
#~ msgstr "Przełącz między profilami"
#~ msgid "Cycle through profiles in reversed order"
#~ msgstr "Przełącz między profilami w odwrotnej kolejności"
#~ msgid "Enqueue selected item"
#~ msgstr "Dodaj wybraną pozycję do kolejki"
#~ msgid "Append selected item"
#~ msgstr "Dodaj wybraną pozycję"
#~ msgid "Middle-click"
#~ msgstr "Kółko myszy"
#~ msgid "Double-click"
#~ msgstr "Podwójne kliknięcie"
#~ msgid "Right-click"
#~ msgstr "Prawy przycisk myszy"
#~ msgid "Main cover size"
#~ msgstr "Rozmiar głównej okładki"
#, python-brace-format
#~ msgid "{number} song"
#~ msgid_plural "{number} songs"
#~ msgstr[0] "{number} utwór"
#~ msgstr[1] "{number} utwory"
#~ msgstr[2] "{number} utworów"

547
po/tr.po Normal file
View File

@ -0,0 +1,547 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mpdevil package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# Oğuz Ersen <oguz@ersen.moe>, 2022-2023.
#
msgid ""
msgstr ""
"Project-Id-Version: mpdevil\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-12-26 20:43+0100\n"
"PO-Revision-Date: 2023-01-13 21:01+0300\n"
"Last-Translator: Oğuz Ersen <oguz@ersen.moe>\n"
"Language-Team: Turkish <tr>\n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: src/mpdevil.py:502
#, python-brace-format
msgid "{days} day"
msgid_plural "{days} days"
msgstr[0] "{days} gün"
#: src/mpdevil.py:539
#, python-brace-format
msgid "{channels} channel"
msgid_plural "{channels} channels"
msgstr[0] "{channels} kanal"
#: src/mpdevil.py:1005
msgid "(restart required)"
msgstr "(yeniden başlatma gerekli)"
#: src/mpdevil.py:1051
msgid "Use Client-side decoration"
msgstr "İstemci tarafı süslemelerini kullan"
#: src/mpdevil.py:1052
msgid "Show stop button"
msgstr "Durdur düğmesini göster"
#: src/mpdevil.py:1053
msgid "Show audio format"
msgstr "Ses biçimini göster"
#: src/mpdevil.py:1054
msgid "Show lyrics button"
msgstr "Şarkı sözleri düğmesini göster"
#: src/mpdevil.py:1055
msgid "Place playlist at the side"
msgstr "Oynatma listesini yan tarafa yerleştir"
#: src/mpdevil.py:1061
msgid "Album view cover size"
msgstr "Albüm görünümü kapak resmi boyutu"
#: src/mpdevil.py:1062
msgid "Action bar icon size"
msgstr "Eylem çubuğu simge boyutu"
#: src/mpdevil.py:1072
msgid "Support “MPRIS”"
msgstr "“MPRIS” destekle"
#: src/mpdevil.py:1073
msgid "Sort albums by year"
msgstr "Albümleri yıla göre sırala"
#: src/mpdevil.py:1074
msgid "Send notification on title change"
msgstr "Şarkı değişikliğinde bildirim gönder"
#: src/mpdevil.py:1075
msgid "Rewind via previous button"
msgstr "Önceki düğmesi ile geri sar"
#: src/mpdevil.py:1076
msgid "Stop playback on quit"
msgstr "Çıkışta oynatmayı durdur"
#: src/mpdevil.py:1103
msgid "Choose directory"
msgstr "Dizin seç"
#. labels and entries
#: src/mpdevil.py:1118
msgid "Connect via Unix domain socket"
msgstr "Unix etki alanı soketi ile bağlan"
#: src/mpdevil.py:1137
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 ""
"Bu düzenli ifadeyle eşleşen şarkı dosyasıyla aynı dizindeki ilk resim "
"görüntülenecektir. %AlbumArtist% ve %Album% şarkının ilgili etiketleri ile "
"değiştirilecektir."
#: src/mpdevil.py:1142
msgid "Socket:"
msgstr "Soket:"
#: src/mpdevil.py:1144
msgid "Host:"
msgstr "Ana makine:"
#: src/mpdevil.py:1146
msgid "Password:"
msgstr "Parola:"
#: src/mpdevil.py:1147
msgid "Music lib:"
msgstr "Müzik kütüphanesi:"
#: src/mpdevil.py:1149
msgid "Cover regex:"
msgstr "Kapak resmi düzenli ifadesi:"
#. connect button
#: src/mpdevil.py:1152 src/mpdevil.py:3155
msgid "Connect"
msgstr "Bağlan"
#: src/mpdevil.py:1175 src/mpdevil.py:1177 src/mpdevil.py:3156
#: src/mpdevil.py:3245
msgid "Preferences"
msgstr "Tercihler"
#: src/mpdevil.py:1189 src/mpdevil.py:1199
msgid "View"
msgstr "Gürünüm"
#: src/mpdevil.py:1190 src/mpdevil.py:1200
msgid "Behavior"
msgstr "Davranış"
#: src/mpdevil.py:1191 src/mpdevil.py:1201
msgid "Connection"
msgstr "Bağlantı"
#: src/mpdevil.py:1218
msgid "Stats"
msgstr "İstatistikler"
#: src/mpdevil.py:1227
msgid "<b>Protocol:</b>"
msgstr "<b>Protokol:</b>"
#: src/mpdevil.py:1228
msgid "<b>Uptime:</b>"
msgstr "<b>Çalışma Süresi:</b>"
#: src/mpdevil.py:1229
msgid "<b>Playtime:</b>"
msgstr "<b>Oynatma Süresi:</b>"
#: src/mpdevil.py:1230
msgid "<b>Artists:</b>"
msgstr "<b>Sanatçılar:</b>"
#: src/mpdevil.py:1231
msgid "<b>Albums:</b>"
msgstr "<b>Albümler:</b>"
#: src/mpdevil.py:1232
msgid "<b>Songs:</b>"
msgstr "<b>Şarkılar:</b>"
#: src/mpdevil.py:1233
msgid "<b>Total Playtime:</b>"
msgstr "<b>Toplam Oynatma Süresi:</b>"
#: src/mpdevil.py:1234
msgid "<b>Database Update:</b>"
msgstr "<b>Veri Tabanı Güncellemesi:</b>"
#: src/mpdevil.py:1301 src/mpdevil.py:2175
msgid "No"
msgstr "Sayı"
#: src/mpdevil.py:1302 src/mpdevil.py:2176
msgid "Title"
msgstr "Şarkı"
#: src/mpdevil.py:1303 src/mpdevil.py:2177
msgid "Length"
msgstr "Uzunluk"
#: src/mpdevil.py:1317 src/mpdevil.py:1339
msgid "Append"
msgstr "Sona ekle"
#: src/mpdevil.py:1318 src/mpdevil.py:1340 src/mpdevil.py:2668
#: src/mpdevil.py:2701
msgid "Play"
msgstr "Oynat"
#: src/mpdevil.py:1341 src/mpdevil.py:2197
msgid "Show"
msgstr "Göster"
#: src/mpdevil.py:1432
#, python-brace-format
msgid "{hits} hit"
msgid_plural "{hits} hits"
msgstr[0] "{hits} oynatma"
#: src/mpdevil.py:1517
msgid "all tags"
msgstr "tüm etiketler"
#: src/mpdevil.py:1652
msgid "all genres"
msgstr "tüm türler"
#: src/mpdevil.py:1675
msgid "all artists"
msgstr "tüm sanatçılar"
#: src/mpdevil.py:2041
#, python-brace-format
msgid "{number} song ({duration})"
msgid_plural "{number} songs ({duration})"
msgstr[0] "{number} şarkı ({duration})"
#: src/mpdevil.py:2196
msgid "Remove"
msgstr "Kaldır"
#: src/mpdevil.py:2199
msgid "Enqueue Album"
msgstr "Albümü sıraya al"
#: src/mpdevil.py:2200
msgid "Tidy"
msgstr "Düzenle"
#: src/mpdevil.py:2202
msgid "Clear"
msgstr "Temizle"
#: src/mpdevil.py:2375
msgid "Scroll to current song"
msgstr "Geçerli şarkıya kaydır"
#: src/mpdevil.py:2493
msgid "searching…"
msgstr "aranıyor…"
#: src/mpdevil.py:2498
msgid "connection error"
msgstr "bağlantı hatası"
#: src/mpdevil.py:2500
msgid "lyrics not found"
msgstr "şarkı sözleri bulunamadı"
#: src/mpdevil.py:2612
msgid "Lyrics"
msgstr "Şarkı sözleri"
#: src/mpdevil.py:2670 data/ShortcutsWindow.ui:105
msgid "Stop"
msgstr "Durdur"
#: src/mpdevil.py:2674 data/ShortcutsWindow.ui:126
msgid "Previous title"
msgstr "Önceki şarkı"
#: src/mpdevil.py:2677 data/ShortcutsWindow.ui:119
msgid "Next title"
msgstr "Sonraki şarkı"
#: src/mpdevil.py:2698
msgid "Pause"
msgstr "Duraklat"
#: src/mpdevil.py:2901
msgid "Repeat mode"
msgstr "Tekrar modu"
#: src/mpdevil.py:2902
msgid "Random mode"
msgstr "Rastgele modu"
#: src/mpdevil.py:2903
msgid "Single mode"
msgstr "Tekli modu"
#: src/mpdevil.py:2904
msgid "Consume mode"
msgstr "Tüketim modu"
#: src/mpdevil.py:3125
msgid "Updating Database…"
msgstr "Veri Tabanı Güncelleniyor…"
#: src/mpdevil.py:3173
#, python-brace-format
msgid "Connection to “{socket}” failed"
msgstr "“{socket}” bağlantısı başarısız"
#: src/mpdevil.py:3175
#, python-brace-format
msgid "Connection to “{host}:{port}” failed"
msgstr "“{host}:{port}” bağlantısı başarısız"
#: src/mpdevil.py:3229
msgid "Search"
msgstr "Ara"
#: src/mpdevil.py:3232
msgid "Back"
msgstr "Geri"
#: src/mpdevil.py:3246
msgid "Keyboard Shortcuts"
msgstr "Klavye Kısayolları"
#: src/mpdevil.py:3247
msgid "Help"
msgstr "Yardım"
#: src/mpdevil.py:3248
msgid "About mpdevil"
msgstr "mpdevil Hakkında"
#: src/mpdevil.py:3250
msgid "Update Database"
msgstr "Veri Tabanını Güncelle"
#: src/mpdevil.py:3251
msgid "Server Stats"
msgstr "Sunucu İstatistikleri"
#: src/mpdevil.py:3253
msgid "Mini Player"
msgstr "Küçük Oynatıcı"
#: src/mpdevil.py:3254
msgid "Genre Filter"
msgstr "Tür Filtresi"
#: src/mpdevil.py:3263
msgid "Menu"
msgstr "Menü"
#: src/mpdevil.py:3437 src/mpdevil.py:3439
msgid "connecting…"
msgstr "bağlanıyor…"
#: src/mpdevil.py:3477
msgid "Debug mode"
msgstr "Hata ayıklama modu"
#: data/org.mpdevil.mpdevil.desktop.in:3
msgid "mpdevil"
msgstr "mpdevil"
#: data/org.mpdevil.mpdevil.desktop.in:4
msgid "MPD Client"
msgstr "MPD İstemcisi"
#: data/org.mpdevil.mpdevil.desktop.in:5 data/AboutDialog.ui:7
msgid "A simple music browser for MPD"
msgstr "MPD için basit bir müzik tarayıcısı"
#: data/ShortcutsWindow.ui:12
msgid "General"
msgstr "Genel"
#: data/ShortcutsWindow.ui:16
msgid "Open online help"
msgstr "Çevrim içi yardımı aç"
#: data/ShortcutsWindow.ui:23
msgid "Open shortcuts window"
msgstr "Kısayollar penceresini aç"
#: data/ShortcutsWindow.ui:30
msgid "Open menu"
msgstr "Menüyü aç"
#: data/ShortcutsWindow.ui:37
msgid "Update database"
msgstr "Veri tabanını güncelle"
#: data/ShortcutsWindow.ui:44
msgid "Clear playlist"
msgstr "Oynatma listesini temizle"
#: data/ShortcutsWindow.ui:51
msgid "Quit"
msgstr "Çıkış"
#: data/ShortcutsWindow.ui:60
msgid "Window"
msgstr "Pencere"
#: data/ShortcutsWindow.ui:64
msgid "Toggle mini player"
msgstr "Küçük oynatıcıyı aç/kapat"
#: data/ShortcutsWindow.ui:71
msgid "Toggle genre filter"
msgstr "Tür filtresini aç/kapat"
#: data/ShortcutsWindow.ui:78
msgid "Toggle lyrics"
msgstr "Şarkı sözlerini aç/kapat"
#: data/ShortcutsWindow.ui:85
msgid "Toggle search"
msgstr "Aramayı aç/kapat"
#: data/ShortcutsWindow.ui:94
msgid "Playback"
msgstr "Oynatım"
#: data/ShortcutsWindow.ui:98
msgid "Play/Pause"
msgstr "Oynat/Duraklat"
#: data/ShortcutsWindow.ui:112
msgid "Stop after current title"
msgstr "Oynatılan şarkıdan sonra durdur"
#: data/ShortcutsWindow.ui:133
msgid "Seek forward"
msgstr "İleri sar"
#: data/ShortcutsWindow.ui:140
msgid "Seek backward"
msgstr "Geri sar"
#: data/ShortcutsWindow.ui:147
msgid "Toggle repeat mode"
msgstr "Tekrar modunu aç/kapat"
#: data/ShortcutsWindow.ui:154
msgid "Toggle random mode"
msgstr "Rastgele modunu aç/kapat"
#: data/ShortcutsWindow.ui:161
msgid "Toggle single mode"
msgstr "Tekli modunu aç/kapat"
#: data/ShortcutsWindow.ui:168
msgid "Toggle consume mode"
msgstr "Tüketim modunu aç/kapat"
#~ msgid "Play selected albums and titles immediately"
#~ msgstr "Seçilen albümleri ve şarkıları hemen oynat"
#~ msgid "Show in file manager"
#~ msgstr "Dosya yöneticisinde göster"
#~ msgid "MPD-Tag"
#~ msgstr "MPD-Etiketi"
#~ msgid "Value"
#~ msgstr "Değer"
#~ msgid "Add all titles to playlist"
#~ msgstr "Tüm şarkıları oynatma listesine ekle"
#~ msgid "Directly play all titles"
#~ msgstr "Tüm şarkıları doğrudan oynat"
#~ msgid "Back to current album"
#~ msgstr "Geçerli albüme geri dön"
#~ msgid "Playlist"
#~ msgstr "Oynatma listesi"
#, fuzzy
#~ msgid "Show information"
#~ msgstr "Ek bilgileri göster"
#~ msgid "Search, Album Dialog and Album List"
#~ msgstr "Ara, Albüm İletişim Kutusu ve Albüm Listesi"
#, fuzzy
#~ msgid "Play immediately"
#~ msgstr "Seçilen ögeyi hemen oynat"
#~ msgid "Profile 1"
#~ msgstr "Profil 1"
#~ msgid "Profile 2"
#~ msgstr "Profil 2"
#~ msgid "Profile 3"
#~ msgstr "Profil 3"
#~ msgid "Profiles"
#~ msgstr "Profiller"
#~ msgid ""
#~ "Append all titles after the currently playing track and clear the "
#~ "playlist from all other songs"
#~ msgstr ""
#~ "Tüm şarkıları oynatılan parçadan sonra ekle ve diğer şarkıları oynatma "
#~ "listesinden kaldır"
#~ msgid "Save"
#~ msgstr "Kaydet"
#~ msgid "Delete"
#~ msgstr "Sil"
#~ msgid "Playlists"
#~ msgstr "Oynatma listeleri"
#~ msgid "Cycle through profiles"
#~ msgstr "Profiller arasında geçiş yap"
#~ msgid "Cycle through profiles in reversed order"
#~ msgstr "Profiller arasında ters sırada geçiş yap"
#~ msgid "Enqueue selected item"
#~ msgstr "Seçilen ögeyi sıraya al"
#~ msgid "Append selected item"
#~ msgstr "Seçilen ögeyi sona ekle"
#~ msgid "Middle-click"
#~ msgstr "Orta tık"
#~ msgid "Double-click"
#~ msgstr "Çift tık"
#~ msgid "Right-click"
#~ msgstr "Sağ tık"
#~ msgid "Main cover size"
#~ msgstr "Ana kapak resmi boyutu"
#, python-brace-format
#~ msgid "{number} song"
#~ msgid_plural "{number} songs"
#~ msgstr[0] "{number} şarkı"

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
python-mpd2 >=3.1
PyGObject
pycairo

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1005 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 966 KiB

10
src/meson.build Normal file
View File

@ -0,0 +1,10 @@
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'))
)

3553
src/mpdevil.py Executable file

File diff suppressed because it is too large Load Diff