Commit Graph

5177 Commits

Author SHA1 Message Date
auouymous 353a4cc8b6 Add EQL adjectives 'failed' and 'paused'.
Allowing all failed downloads to be filtered with `(failed)`, all paused
episodes with `(paused)`, and all downloading episodes, excluding paused
episodes with `(downloading and not paused)`.
2023-03-04 19:26:36 -07:00
auouymous 8d31d9dd40 Display feed name when logging update errors.
Avoids worthless log entries such as "Error: not found".
2023-02-21 21:23:47 -07:00
auouymous 34d7d5da2b Fix typo in label.
Reported-by: Karl Ove Hufthammer <karl@huftis.org>
2023-02-20 04:06:05 -07:00
auouymous 4143d36fcf
Merge pull request #1479 from huftis/update-nn-translation-2023-feb
Update Norwegian Nynorsk translation for 3.11.1 release
2023-02-20 03:58:29 -07:00
auouymous fd7d65d9ca
Merge pull request #1480 from tpikonen/appdata-3.11.1
appdata: Update to version 3.11.1, fixes
2023-02-20 00:49:03 -07:00
Teemu Ikonen 530d026516 appdata: Add release 3.11.1 2023-02-19 17:23:44 +02:00
Teemu Ikonen 3cef7a3e11 appdata: Fix syntax, add 3.9-series release dates 2023-02-19 15:56:49 +02:00
Karl Ove Hufthammer 69a7089f94 Update Norwegian Nynorsk translation for 3.11.1 release 2023-02-19 09:18:01 +01:00
auouymous 943c402743
Merge pull request #1477 from Vistaus/master
Updated Dutch translation
2023-02-18 23:06:39 -07:00
Heimen Stoffels c15514b416
Updated Dutch translation 2023-02-18 14:15:35 +01:00
auouymous 38b8cba0e3 prepare 3.11.1 release 2023-02-17 19:18:40 -07:00
auouymous 1452cacbd1 update dependencies 2023-02-17 19:01:45 -07:00
auouymous 44bed10df0 Require new version of youtube-dl/yt-dlp to fix youtube.com change. 2023-02-17 17:56:57 -07:00
auouymous cfc058e4b6 make messages 2023-02-17 00:15:42 -07:00
auouymous f59d688e89
Merge pull request #1465 from steviehs/fix/playlist_absolute_path
correct absolute path config settings for playlist
2023-02-16 22:22:31 -07:00
steviehs 6db358ebb8
additional config to set playlist file extension (#1463)
additional config to set playlist extension, as e.g. Sony NW-MS* players need: m3u8 instead of m3u.
2023-02-16 21:53:54 -07:00
auouymous 96e56482fe
Merge pull request #1464 from tpikonen/svg-cover
Accept coverart as SVG
2023-02-16 21:32:10 -07:00
auouymous 0faa406316 Upgrade deprecated github setup-python action to v4. 2023-02-07 17:28:30 -07:00
auouymous 76c32efdcf Upgrade deprecated github checkout action to v3. 2023-02-07 17:08:42 -07:00
auouymous a3cf8b96ed
Merge pull request #1297 from tpikonen/update-really-new
Treat only really new episodes as new after an update
2023-02-07 02:08:21 -07:00
Stephan Skrodzki 47f2b620c3 absolute path should also be checked in two_way_sync 2023-01-29 19:53:10 +01:00
Stephan Skrodzki b9bb64cc2d self._config.device_sync.playlists.use_absolute_path when checking if absolute path in playlists was desired
This lead to always have the absolute path (which does lead usin non existing config variables not to an error?)
2023-01-29 12:43:04 +01:00
Teemu Ikonen aed3a9fabc Accept coverart as SVG 2023-01-29 13:16:43 +02:00
Eric Le Lay 255d74ffc9
Merge pull request #1461 from auouymous/select-channel-from-episode-menu
Allow channel to be selected from both episode menus.
2023-01-26 21:17:04 +01:00
auouymous 96e3b3bfe9 Allow channel to be selected from both episode menus.
Closes #1170.
2023-01-25 19:26:23 -07:00
auouymous f64440867d Don't display stacktrace for common download errors. 2023-01-25 16:44:06 -07:00
auouymous eb02ddd9d5 Add 'url', 'link' and 'filename' EQL nouns. 2023-01-25 16:30:47 -07:00
auouymous 92c741b02f Log URL when youtube.py can't get channel ID. 2023-01-22 17:21:23 -07:00
auouymous 7c2b8621a3 Document the episode description fields. 2023-01-12 15:04:26 -07:00
auouymous 9d46b2d3de Add comment about unknown external files for youtube-dl/yt-dlp downloads. 2023-01-12 04:10:08 -07:00
auouymous 993b7a5428 Use list of channels and episodes instead of the episode list model.
The model is initialized with 'None' for each entry, and then sets
episode for each one. Renaming immediately after selecting a channel
causes 'state' to be accessed on 'NoneType'.

Fixes #1446.
2023-01-12 03:28:59 -07:00
auouymous 87d9018918 Change 'Finishing...' to something more descriptive of the operation. 2023-01-12 01:17:56 -07:00
auouymous ba93b66382 Use the same dialog title to reduce translation strings. 2023-01-12 00:40:14 -07:00
auouymous ec23dc86b5 Show dialog if no downloaded episodes to rename. 2023-01-12 00:35:05 -07:00
auouymous 9b7d53f9b2 Don't use parameter labels when calling __for_each_task_set_status().
They make the call harder to read and cause it to wrap lines.
2023-01-12 00:26:03 -07:00
auouymous bdecd607c1
Merge pull request #1452 from auouymous/fix-ui-issues
Fix UI issues
2023-01-12 00:12:22 -07:00
Teemu Ikonen f929212d3e preferences.ui: Set 'can-focus' to False on GtkFlowBoxChild widgets 2023-01-06 13:55:20 +02:00
Teemu Ikonen b5ac4034f3 preferences: Add a checkbutton for ui.gtk.only_added_are_new config var 2023-01-06 13:55:20 +02:00
Teemu Ikonen 2552e6e0ec Treat only really new episodes as new after an update
Make PodcastChannel.update() return a list of new episodes. Add a new
config variable ui.gtk.only_added_are_new. If this variable is True,
download, queue or show (depending on the value of config var
auto_download) only these new episodes, instead of all episodes marked
as new, after an update.
2023-01-06 13:55:07 +02:00
auouymous 8b5bf2c361
Merge pull request #1444 from auouymous/add-trim-episode-title-prefix-setting
Add setting to disable trimming episode title prefix.
2023-01-04 01:38:41 -07:00
auouymous 3adfcf7b2f Speed up queueing by not updating download list a second time. 2023-01-04 01:34:02 -07:00
auouymous 9d16460571 Show progress indicator when pausing tasks.
This also significantly speeds up pausing by disabling download update
timer and download queue manager.
2023-01-04 01:27:48 -07:00
auouymous 43afafcc23 Show progress indicator when queueing paused and failed tasks.
The indicator was previously shown only while queueing new tasks, but
not when queueing failed tasks or unpausing paused tasks. It is now
displayed while scanning the episodes and then restarts when queueing
new tasks.

The download update timer and download queue manager are also disabled
earlier to significantly speed up the process.
2023-01-04 01:03:08 -07:00
auouymous bda12a53c1 Allow IdleTimeout to scale based on how long the callback took.
upload_downloads_list() is now called at upto 5 second intervals when
there are a lot of tasks. Previously, it could take 5 seconds to run and
then only sleep for 1.5 seconds, making the UI unresponsive for long
periods.
2023-01-03 15:33:31 -07:00
auouymous 6470ed5484 Add a progress dialog when cancelling tasks. 2023-01-03 15:33:03 -07:00
auouymous 6c7337f5fb Process episode list selection changes every 250ms.
A fast key repeat rate can cause on_episode_list_selection_changed to be
called quicker than it can update the UI. This slows down
shift-selections and results in continued processing long after the key
has been released.

The 250ms timer batches multiple events into a single update, and
improves responsiveness on slower machines.
2023-01-03 06:01:15 -07:00
auouymous e1fc290ef2 Remove all timer deadlocks by using idle_add priority for them.
Add util.idle_timeout_add() to register timers with the same priority as
idle_add(). Change the IdleTimeout to also use the idle_add() priority.
This eliminates the chance of a timer blocking any idle_add from
running.

Change most timeout_add's to idle_timeout_add. Change the timer in
DownloadStatusModel::get_next() back to an idle_add.
2023-01-03 06:01:15 -07:00
auouymous d2f34d0d87 Disable background operations while progress dialogs are open.
Changing task state causes UI to hang while DownloadQueueManager spawns
threads and updates progress tab. And the update_downloads_list() timer
can hang UI for several seconds at a time when thousands of tasks are
queued.

Disabling both of these while a progress dialog is open allows tasks to
be queued faster and the dialog closed sooner.
2023-01-03 06:01:15 -07:00
auouymous 36dbad9c53 Refactor ProgressIndicator.
Add on_ticks() and max_ticks to simplify code using progress indicators.
And support final ticks to set progress to 100% before a final long
operation.

Change interval from 100ms to 250ms, to allow more time to be spent on
the operation.
2023-01-03 05:58:42 -07:00
auouymous 733cdd2169 The rename downloads extension should not improt Gtk when used in gpo. 2022-12-26 13:28:31 -07:00