Update 1.5 Podcast & TTS.md

This commit is contained in:
seazon 2017-03-19 16:58:08 +08:00 committed by GitHub
parent 35b4f2357a
commit 521d22717e

View File

@ -1,25 +1,25 @@
FeedMe now support TTS and podcast, you can read articles with your ear. <p>FeedMe now support TTS and podcast, you can read articles with your ear.</p>
For podcast feed, FeedMe support manual download for offline reading. <p>For podcast feed, FeedMe support manual download for offline reading.</p>
For normal feed, FeedMe compliance with the standard Android TTS specification, you can read with your favorite TTS engine, such as Google TTS or Ivona. <p>For normal feed, FeedMe compliance with the standard Android TTS specification, you can read with your favorite TTS engine, such as Google TTS or Ivona.</p>
FeedMe integrates these two different forms, and you can listen all items like listening to music. <p>FeedMe integrates these two different forms, and you can listen all items like listening to music.</p>
FeedMe provides play section into the playlist in the left navigation bar. To simplify the logic, FeedMe has only one playlist. <p>FeedMe provides play section into the playlist in the left navigation bar. To simplify the logic, FeedMe has only one playlist.</p>
==== Play control ==== <h1>Play control</h1>
There are 4 play menus in article list long-tap dialog: <p>There are 4 play menus in article list long-tap dialog:</p>
1: single play (add to top of playlist, mark with stop tag, and play this item) <li>1: single play (add to top of playlist, mark with stop tag, and play this item)</li>
2: play (add to playlist and play, if playing now, stop the playing item) <li>2: play (add to playlist and play, if playing now, stop the playing item)</li>
3: Next play (add after the playing item) <li>3: Next play (add after the playing item)</li>
4: Add to playlist (add to last of playlist) <li>4: Add to playlist (add to last of playlist)</li>
Stop tag: When played a item with Stop tag, stop play and clear it. <p>Stop tag: When played a item with Stop tag, stop play and clear it.</p>
==== Playlist ==== <h1>Playlist</h1>
1: The played item will be automatically removed from playlist, including podcast audio files. So no need to remove item by yourself. <li>1: The played item will be automatically removed from playlist, including podcast audio files. So no need to remove item by yourself.</li>
2: FeedMe can remember the play position automatically. <li>2: FeedMe can remember the play position automatically.</li>
3: You can remove item via swipe from right to left. <li>3: You can remove item via swipe from right to left.</li>
4: Now FeedMe does not support podcast online playing. <li>4: Now FeedMe does not support podcast online playing.</li>
5: Playlist only supports order playback, no single loop, loop, random play. <li>5: Playlist only supports order playback, no single loop, loop, random play.</li>
6: You can reorder playlist via long-tap and drag. <li>6: You can reorder playlist via long-tap and drag.</li>
7: It skips the played items when play the playlist. <li>7: It skips the played items when play the playlist.</li>