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 |
|