@@ -18,6 +18,7 @@ layout: default
1818* Allow download files to the device
1919* Allow sharing of URLs and sending them to the current media renderers
2020* Use your device as an proxy if your media renderer can't process https media URLs
21+ * Download files to the device for offline access
2122* A Shutdown timer stops the running players and the app after a given time
2223
2324# Usage
@@ -26,13 +27,13 @@ On the first screen all UPnP/DLNA servers in your network are listed.
2627Select one and the app will automatically switch to the content tab.
2728It allows to browse the content provided by the selected server.
2829
29- ![ browse_servers] ( ./screenshots/5.0 .x/browse_servers.png ) {: height ="30%" width="30%"}
30+ ![ browse_servers] ( ./screenshots/5.1 .x/browse_servers.png ) {: height ="30%" width="30%"}
3031
3132Before selecting content make sure you have chosen an receiver on
3233the receiver tab. Receivers are either UPnP/DLNA media renderers in
3334your network or the android device itself.
3435
35- ![ browse_receiver] ( ./screenshots/5.0 .x/browse_receiver.png ) {: height ="30%" width="30%"}
36+ ![ browse_receiver] ( ./screenshots/5.1 .x/browse_receiver.png ) {: height ="30%" width="30%"}
3637
3738Normally senders and receivers will appear automatically.
3839If not you can use the refresh button at the bottom of
@@ -50,7 +51,7 @@ Behind each content entry different symbols are showing the possible actions:
5051
5152At the bottom of the screen the currently selected sender and receiver is displayed.
5253
53- ![ browse_music_folder] ( ./screenshots/5.0 .x/browse_music_folder.png ) {: height ="30%" width="30%"}
54+ ![ browse_music_folder] ( ./screenshots/5.1 .x/browse_music_folder.png ) {: height ="30%" width="30%"}
5455
5556## Playing content
5657
@@ -62,15 +63,15 @@ smart speaker at the same time.
6263Each player is displayed in the player tab. Depending on the content type
6364and if the content is played by YAACC itself or a network device, the player ui differs.
6465
65- ![ browse_player] ( ./screenshots/5.0 .x/browse_player.png ) {: height ="30%" width="30%"}
66+ ![ browse_player] ( ./screenshots/5.1 .x/browse_player.png ) {: height ="30%" width="30%"}
6667
6768YAACC includes a player for music and image shows.
6869Videos are played using a third parties app on the device.
6970The video app will start automatically, if video content is selected for playing
7071
71- ![ music_player] ( ./screenshots/5.0 .x/music_player.png ) {: height ="30%" width="30%"}
72+ ![ music_player] ( ./screenshots/5.1 .x/music_player.png ) {: height ="30%" width="30%"}
7273
73- ![ image_player_show_menu] ( ./screenshots/5.0 .x/image_player_show_menu.png ) {: height ="30%" width="30%"}
74+ ![ image_player_show_menu] ( ./screenshots/5.1 .x/image_player_show_menu.png ) {: height ="30%" width="30%"}
7475
7576### Receiver controls
7677
@@ -83,7 +84,7 @@ Each renderer displays:
8384* Volume control
8485* Mute button
8586
86- ![ browse_receiver] ( ./screenshots/5.0 .x/browse_receiver.png ) {: height ="30%" width="30%"}
87+ ![ browse_receiver] ( ./screenshots/5.1 .x/browse_receiver.png ) {: height ="30%" width="30%"}
8788
8889You can control playback directly from the receiver tab without opening the player view.
8990The controls work for both local playback and remote UPnP devices.
@@ -148,7 +149,7 @@ In the server control view, you can add SAF folders to share:
1481493 . Grant permission when prompted
1491504 . The folder appears in the server content directory
150151
151- ![ server_control] ( ./screenshots/5.0 .x/server_control.png ) {: height ="30%" width="30%"}
152+ ![ server_control] ( ./screenshots/5.1 .x/server_control.png ) {: height ="30%" width="30%"}
152153
153154### Performance optimization
154155
@@ -198,7 +199,7 @@ YAACC uses modern Android APIs for better performance and system integration:
198199YAACC includes a media server service, which has to be enabled separately.
199200A switch for this is located at the bottom of the server list tab.
200201
201- ![ browse_servers] ( ./screenshots/5.0 .x/browse_servers.png ) {: height ="30%" width="30%"}
202+ ![ browse_servers] ( ./screenshots/5.1 .x/browse_servers.png ) {: height ="30%" width="30%"}
202203
203204Depending on the configurations for the server in the settings,
204205the server service is used as media provider, media renderer or proxy.
@@ -212,7 +213,7 @@ are accessible for other UPnP/DLNA devices in you network.
212213The shareable folders have to be configured using the server control view.
213214All included files and folders are accessible for other devices in your network.
214215
215- ![ server_control] ( ./screenshots/5.0 .x/server_control.png ) {: height ="30%" width="30%"}
216+ ![ server_control] ( ./screenshots/5.1 .x/server_control.png ) {: height ="30%" width="30%"}
216217
217218The server control view is accessible through the YAACC entry in the server list tab or
218219the YAACC server service notification.
@@ -243,9 +244,9 @@ The shutdown timer stops all running players and the app after a certain time.
243244The timer is settable and can be enabled at the bottom of the server list tab and the remaining time
244245is displayed.
245246
246- ![ browse_servers] ( ./screenshots/5.0 .x/browse_servers.png ) {: height ="30%" width="30%"}
247+ ![ browse_servers] ( ./screenshots/5.1 .x/browse_servers.png ) {: height ="30%" width="30%"}
247248
248- ![ shutdown_timer] ( ./screenshots/5.0 .x/shutdown_timer.png ) {: height ="30%" width="30%"}
249+ ![ shutdown_timer] ( ./screenshots/5.1 .x/shutdown_timer.png ) {: height ="30%" width="30%"}
249250
250251| [ Screenshots] ( screenshots/ ) | [ Settings] ( settings/ ) | [ About] ( about/ ) | [ Code] ( doxygen/html/inherits.html )
251252
0 commit comments