6.6.0 commit

This commit is contained in:
Xilin Jia 2024-09-12 13:22:34 +01:00
parent 1141938b73
commit f98463934d
3 changed files with 5 additions and 5 deletions

View File

@ -130,7 +130,7 @@ While podcast subscriptions' OPML files (from AntennaPod or any other sources) c
* Youtube channels can be searched in podcast search view, can also be shared from other apps (such as Youtube) to Podcini * Youtube channels can be searched in podcast search view, can also be shared from other apps (such as Youtube) to Podcini
* Youtube channels can be subscribed as normal podcasts * Youtube channels can be subscribed as normal podcasts
* Single Youtube media can also be shared from other apps, once received, are added to artificial podcast "Youtube Syndicate" * Single Youtube media can also be shared from other apps, once received, are added to synthetic podcast "Youtube Syndicate"
* All Youtube media can be played (only streamed) with video in fullscreen and in window as well as in audio only mode * All Youtube media can be played (only streamed) with video in fullscreen and in window as well as in audio only mode
* Every Youtube media comes with the lowest video quality and highest audio quality * Every Youtube media comes with the lowest video quality and highest audio quality
* If a Youtube channel podcast is set for "audio only", then only audio stream is fetched at play time for every media in the podcast * If a Youtube channel podcast is set for "audio only", then only audio stream is fetched at play time for every media in the podcast

View File

@ -2,8 +2,8 @@
* added ability to receive shared Youtube media, * added ability to receive shared Youtube media,
* once received, the user can choose to set it as "audio only" before confirm * once received, the user can choose to set it as "audio only" before confirm
* the media is then added as an episode to one of the two artificial podcasts: "Youtube Syndicate" or "Youtube Syndicate Audio" (for audio-only media) * the media is then added as an episode to one of the two synthetic podcasts: "Youtube Syndicate" or "Youtube Syndicate Audio" (for audio-only media)
* the two artificial podcasts behave as normal Youtube-channel podcasts except that they can not be updated, and video mode and authentication can not be changed, * the two synthetic podcasts behave as normal Youtube-channel podcasts except that they can not be updated, and video mode and authentication can not be changed,
* the episodes can be handled in the same fashion as normal podcast episodes, except that those in "Youtube Syndicate Audio" can not be played with video * the episodes can be handled in the same fashion as normal podcast episodes, except that those in "Youtube Syndicate Audio" can not be played with video
* fixed info display on notification panel for Youtube episodes * fixed info display on notification panel for Youtube episodes
* added a setting to disable "swipe to refresh all subscriptions" under Settings -> Interface -> Subscriptions * added a setting to disable "swipe to refresh all subscriptions" under Settings -> Interface -> Subscriptions

View File

@ -2,8 +2,8 @@
* added ability to receive shared Youtube media, * added ability to receive shared Youtube media,
* once received, the user can choose to set it as "audio only" before confirm * once received, the user can choose to set it as "audio only" before confirm
* the media is then added as an episode to one of the two artificial podcasts: "Youtube Syndicate" or "Youtube Syndicate Audio" (for audio-only media) * the media is then added as an episode to one of the two synthetic podcasts: "Youtube Syndicate" or "Youtube Syndicate Audio" (for audio-only media)
* the two artificial podcasts behave as normal Youtube-channel podcasts except that they can not be updated, and video mode and authentication can not be changed, * the two synthetic podcasts behave as normal Youtube-channel podcasts except that they can not be updated, and video mode and authentication can not be changed,
* the episodes can be handled in the same fashion as normal podcast episodes, except that those in "Youtube Syndicate Audio" can not be played with video * the episodes can be handled in the same fashion as normal podcast episodes, except that those in "Youtube Syndicate Audio" can not be played with video
* fixed info display on notification panel for Youtube episodes * fixed info display on notification panel for Youtube episodes
* added a setting to disable "swipe to refresh all subscriptions" under Settings -> Interface -> Subscriptions * added a setting to disable "swipe to refresh all subscriptions" under Settings -> Interface -> Subscriptions