Commit Graph

  • ec23dc86b5 Show dialog if no downloaded episodes to rename. auouymous 2023-01-12 00:35:05 -0700
  • 9b7d53f9b2 Don't use parameter labels when calling __for_each_task_set_status(). auouymous 2023-01-12 00:26:03 -0700
  • bdecd607c1
    Merge pull request #1452 from auouymous/fix-ui-issues auouymous 2023-01-12 00:12:22 -0700
  • f929212d3e preferences.ui: Set 'can-focus' to False on GtkFlowBoxChild widgets Teemu Ikonen 2022-06-16 12:50:37 +0300
  • b5ac4034f3 preferences: Add a checkbutton for ui.gtk.only_added_are_new config var Teemu Ikonen 2022-06-16 12:45:45 +0300
  • 2552e6e0ec Treat only really new episodes as new after an update Teemu Ikonen 2022-06-03 14:06:04 +0300
  • 8b5bf2c361
    Merge pull request #1444 from auouymous/add-trim-episode-title-prefix-setting auouymous 2023-01-04 01:38:41 -0700
  • 3adfcf7b2f Speed up queueing by not updating download list a second time. auouymous 2023-01-04 01:34:02 -0700
  • 9d16460571 Show progress indicator when pausing tasks. auouymous 2023-01-04 01:27:48 -0700
  • 43afafcc23 Show progress indicator when queueing paused and failed tasks. auouymous 2023-01-04 01:03:08 -0700
  • bda12a53c1 Allow IdleTimeout to scale based on how long the callback took. auouymous 2022-12-17 19:45:26 -0700
  • 6470ed5484 Add a progress dialog when cancelling tasks. auouymous 2023-01-03 15:33:03 -0700
  • 6c7337f5fb Process episode list selection changes every 250ms. auouymous 2022-12-17 17:49:42 -0700
  • e1fc290ef2 Remove all timer deadlocks by using idle_add priority for them. auouymous 2022-12-17 15:49:52 -0700
  • d2f34d0d87 Disable background operations while progress dialogs are open. auouymous 2022-12-17 18:28:13 -0700
  • 36dbad9c53 Refactor ProgressIndicator. auouymous 2023-01-03 05:58:42 -0700
  • 733cdd2169 The rename downloads extension should not improt Gtk when used in gpo. auouymous 2022-12-26 13:28:31 -0700
  • f00eef5e5c Merge branch 'master' into dev-adaptive Teemu Ikonen 2022-12-19 22:36:39 +0200
  • 54c86d6023
    Merge pull request #1363 from tpikonen/ytdl-subs auouymous 2022-12-17 14:49:22 -0700
  • e7a32f9371 Download and embed subtitles in youtube-dl downloader Teemu Ikonen 2022-06-12 22:16:25 +0300
  • 9df414560d Show message when rename extension finishes renaming all episodes. auouymous 2022-12-17 05:54:33 -0700
  • d9f05e666a Only update downloads list when no tasks were queued. auouymous 2022-12-17 01:54:03 -0700
  • 58e678b33f Use length of tasks, not episodes, for download progress indicator. auouymous 2022-12-16 18:17:09 -0700
  • 9babf0eb44 Set download list state only once after batch queueing tasks. auouymous 2022-12-16 16:04:33 -0700
  • e05ba2e929 Don't show episodes without URLs in "new episodes available" when subscribing. auouymous 2022-12-15 06:34:00 -0700
  • 6e38e1b527 Set error icon for episodes with invalid URLs. auouymous 2022-12-15 06:08:47 -0700
  • 2e7b1678d4 Don't discard episodes with invalid urls and links. auouymous 2022-12-15 05:50:27 -0700
  • 6e29aa12ce Add setting to disable trimming episode title prefix. auouymous 2022-12-15 03:25:59 -0700
  • 526c335662 Rename showEpisodeDescription's internal names to match other items. auouymous 2022-12-15 03:34:24 -0700
  • b842e86101 Organize View menu. auouymous 2022-12-15 02:46:18 -0700
  • d2253d4acd Cache episode list config values. auouymous 2022-12-15 00:44:37 -0700
  • f967fa9bda Change include_description parameter to required. auouymous 2022-12-14 06:29:54 -0700
  • 808895f287
    Merge pull request #1443 from auouymous/remove-legacy-settings auouymous 2022-12-09 20:00:58 -0700
  • 3203a0ef81 Remove gPodderSettings_LegacySupport. auouymous 2022-12-08 15:59:17 -0700
  • 7aa649e6d1 episode_list_columns -> ui.gtk.episode_list.columns auouymous 2022-12-08 15:57:46 -0700
  • 2daa5e9550 podcast_list_hide_boring -> ui.gtk.podcast_list.hide_empty auouymous 2022-12-08 15:56:26 -0700
  • f62e4294e0 podcast_list_view_mode -> ui.gtk.podcast_list.view_mode auouymous 2022-12-08 15:55:08 -0700
  • fcfb9efe1a episode_list_view_mode -> ui.gtk.episode_list.view_mode auouymous 2022-12-08 15:54:24 -0700
  • fe969e8c15 podcast_list_sections -> ui.gtk.podcast_list.sections auouymous 2022-12-08 15:52:23 -0700
  • 8ca292e5a5 podcast_list_view_all -> ui.gtk.podcast_list.all_episodes auouymous 2022-12-08 15:50:56 -0700
  • ff2c19e186 auto_cleanup_downloads -> ui.gtk.download_list.remove_finished auouymous 2022-12-08 15:48:16 -0700
  • bcf84cbdf7 auto_update_feeds -> auto.update.enabled auouymous 2022-12-08 15:47:33 -0700
  • f19632c426 auto_update_frequency -> auto.update.frequency auouymous 2022-12-08 15:46:11 -0700
  • 599682f4f2 auto_download -> ui.gtk.new_episodes auouymous 2022-12-08 15:43:51 -0700
  • 816b5c15f3 show_toolbar -> ui.gtk.toolbar auouymous 2022-12-08 15:39:34 -0700
  • b39edcfe83 max_episodes_per_feed -> limit.episodes auouymous 2022-12-08 15:37:36 -0700
  • dd269d7b88 auto_remove_unplayed_episodes -> auto.cleanup.unplayed auouymous 2022-12-08 15:35:08 -0700
  • b812c62775 auto_remove_unfinished_episodes -> auto.cleanup.unfinished auouymous 2022-12-08 15:33:35 -0700
  • 0bcfd29d76 auto_remove_played_episodes -> auto.cleanup.played auouymous 2022-12-08 15:32:05 -0700
  • c6695f5b69 episode_old_age -> auto.cleanup.days auouymous 2022-12-08 15:25:26 -0700
  • 84c35c76fd max_downloads -> limit.downloads.concurrent auouymous 2022-12-08 14:49:33 -0700
  • 04cb6583da max_downloads_enabled -> limit.downloads.enabled auouymous 2022-12-08 14:47:03 -0700
  • 8eb60b8ccf limit_rate -> limit.bandwidth.enabled auouymous 2022-12-08 14:45:24 -0700
  • 39f0376c81 limit_rate_value -> limit.bandwidth.kbps auouymous 2022-12-08 14:41:32 -0700
  • 47aa09199d Get rid of custom icons for each type of audio and video file. auouymous 2022-12-08 04:46:06 -0700
  • e8af8603a0
    Merge pull request #1435 from auouymous/optimize-episode-list auouymous 2022-12-08 04:39:57 -0700
  • 486fa9df7b
    add : rename all episodes function (#1442) Yuvraj Singh Pathania 2022-12-08 03:22:56 -0800
  • 2fd0e41308
    delete tags before modifying (#1441) Skitals 2022-12-07 17:41:26 -0500
  • d842a78e4c
    Merge pull request #1440 from auouymous/fix-old-versions-of-ytdlp auouymous 2022-11-22 08:55:48 +0000
  • 87421c83b3 Fix support for old versions of yt-dlp. auouymous 2022-11-21 20:59:42 -0700
  • fa4196525c Allow different required versions for youtube-dl and yt-dlp. auouymous 2022-11-21 20:04:02 -0700
  • d64c06fa92
    Merge pull request #1434 from auouymous/resync-on-file-size-change auouymous 2022-11-18 10:50:25 +0000
  • 0e27494361
    Merge pull request #1433 from auouymous/remove-localdepends.py auouymous 2022-11-18 10:44:45 +0000
  • 25991ef8bb Throw exception if youtube channelId is empty. auouymous 2022-11-18 03:09:53 -0700
  • c90e84b45c Show youtube-dl/yt-dlp name and version in preferences. auouymous 2022-11-15 02:28:58 -0700
  • a815c345e4
    Merge pull request #1431 from tpikonen/flake8 auouymous 2022-11-14 22:53:43 +0000
  • d87ac85506 Fix 'W504 line break after binary operator' flake8 warnings Teemu Ikonen 2022-09-06 23:28:39 +0300
  • 6bd0bb0530 Remove unused imports and pass statements Teemu Ikonen 2022-09-06 22:42:46 +0300
  • 80cec0d024 setup.cfg: Add section for flake8 config Teemu Ikonen 2022-09-06 22:33:04 +0300
  • 1b9ed37064
    Merge pull request #1382 from tpikonen/ytdl-rename auouymous 2022-11-14 04:08:49 +0000
  • 9bdc9d966e
    Merge pull request #1303 from auouymous/setting-to-disable-find-as-you-type auouymous 2022-11-09 03:42:05 +0000
  • 3f614a1497 Update episode list in 500ms intervals instead 20ms. auouymous 2022-09-27 06:28:00 -0600
  • 57d6f6305c Optimize get_update_fields() tooltip branching. auouymous 2022-09-27 06:11:58 -0600
  • f1357ea149 Don't wrap episode fields in tuples, only to immediately unwrap them. auouymous 2022-09-26 05:42:59 -0600
  • f9afa2ccaa Only query time and filesize once, instead of three times per episode. auouymous 2022-09-26 17:50:31 -0600
  • fa27760a3c Join description while formatting it. auouymous 2022-09-26 04:05:28 -0600
  • 980ad522a9 Get default icon theme once, instead of for each call. auouymous 2022-09-26 01:44:26 -0600
  • 5c277639de Check for size mismatch when syncing and send to device again. auouymous 2022-11-08 01:05:05 -0700
  • c90c58013d Remove localdepends.py. auouymous 2022-11-07 22:51:07 -0700
  • 98208d4444
    Merge pull request #1374 from tpikonen/channel-buttons auouymous 2022-11-08 04:46:23 +0000
  • 44befb77f1 Add can_preview to play_or_download() output Teemu Ikonen 2022-11-05 01:25:26 +0200
  • 9690b13a3a Get preview file name from CustomDownload.partial_filename Teemu Ikonen 2022-10-27 23:57:05 +0300
  • 642bf7e738 youtube-dl: Add 'partial_filename' to YoutubeCustomDownload Teemu Ikonen 2022-10-27 23:56:16 +0300
  • 7b051d245b Add 'partial_filename' property to DefaultDownload Teemu Ikonen 2022-10-27 23:54:52 +0300
  • abc6370729 youtube-dl: Fix output file renaming Teemu Ikonen 2022-07-02 20:55:22 +0300
  • ccb23494a1
    Merge pull request #1429 from auouymous/queue-gpo-episodes-to-allow-resuming auouymous 2022-11-04 06:32:47 +0000
  • 236a4c9966 Replace is_on_mobile_screen() with have_touchscreen() Teemu Ikonen 2022-11-03 15:03:52 +0200
  • 46dbc80d8b Merge branch 'master' into dev-adaptive Teemu Ikonen 2022-10-28 21:59:50 +0300
  • 1594d64813 Queue all episodes before download to allow resuming. auouymous 2022-10-27 16:31:16 -0600
  • 89b4b6e796
    Merge pull request #1372 from tpikonen/resume-infobar auouymous 2022-10-27 07:24:01 +0000
  • 9130f39e8c Do not hide Progress tab resume infobar on page switch Teemu Ikonen 2022-10-24 11:41:08 +0300
  • 70c97522e6 Replace SimpleMessageArea with GtkInfoBar when resuming Teemu Ikonen 2022-08-12 22:00:22 +0300
  • 30f087fae7
    Merge pull request #1420 from neodyne/sk-translation-update-6 Eric Le Lay 2022-10-13 21:47:03 +0200
  • e31591bcc1
    Merge pull request #1421 from rene-coty/master Eric Le Lay 2022-10-13 21:39:30 +0200
  • 41ac91ba3f
    Correction rene-coty 2022-10-12 00:18:04 +0200
  • 220cf8cf05 Updated French translation rene-coty 2022-10-11 18:00:41 +0200
  • 23e60bed57 Update Slovak translation (sk.po) neodyne 2022-10-10 17:02:49 +0200
  • c41ca22e5d
    Merge pull request #1404 from auouymous/use-symbolic-toolbar-icons Eric Le Lay 2022-10-09 12:18:17 +0200
  • fbcc72a906 Disable progress spinbuttons if unchecked at startup. auouymous 2022-10-01 05:39:40 -0600
  • 7b07602374
    Merge pull request #1412 from huftis/update-nn-translation-2022-sep auouymous 2022-09-30 06:47:06 +0000