6.6.0 commit
This commit is contained in:
parent
1141938b73
commit
f98463934d
|
@ -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 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
|
||||
* 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
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
* added ability to receive shared Youtube media,
|
||||
* 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 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 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 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
|
||||
* fixed info display on notification panel for Youtube episodes
|
||||
* added a setting to disable "swipe to refresh all subscriptions" under Settings -> Interface -> Subscriptions
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
* added ability to receive shared Youtube media,
|
||||
* 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 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 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 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
|
||||
* fixed info display on notification panel for Youtube episodes
|
||||
* added a setting to disable "swipe to refresh all subscriptions" under Settings -> Interface -> Subscriptions
|
||||
|
|
Loading…
Reference in New Issue