Skip to content

Commit a53f50c

Browse files
authored
Merge pull request #226 from tobexyz/feat/issue214
Feat/issue214
2 parents e89841c + 2b5ad26 commit a53f50c

44 files changed

Lines changed: 448 additions & 114 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/index.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
2627
Select one and the app will automatically switch to the content tab.
2728
It 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

3132
Before selecting content make sure you have chosen an receiver on
3233
the receiver tab. Receivers are either UPnP/DLNA media renderers in
3334
your 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

3738
Normally senders and receivers will appear automatically.
3839
If 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

5152
At 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.
6263
Each player is displayed in the player tab. Depending on the content type
6364
and 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

6768
YAACC includes a player for music and image shows.
6869
Videos are played using a third parties app on the device.
6970
The 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

8889
You can control playback directly from the receiver tab without opening the player view.
8990
The 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:
148149
3. Grant permission when prompted
149150
4. 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:
198199
YAACC includes a media server service, which has to be enabled separately.
199200
A 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

203204
Depending on the configurations for the server in the settings,
204205
the 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.
212213
The shareable folders have to be configured using the server control view.
213214
All 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

217218
The server control view is accessible through the YAACC entry in the server list tab or
218219
the YAACC server service notification.
@@ -243,9 +244,9 @@ The shutdown timer stops all running players and the app after a certain time.
243244
The timer is settable and can be enabled at the bottom of the server list tab and the remaining time
244245
is 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

74.2 KB
Loading
77 KB
Loading
118 KB
Loading
78.7 KB
Loading
99 KB
Loading
182 KB
Loading
110 KB
Loading
1.25 MB
Loading
1.26 MB
Loading

0 commit comments

Comments
 (0)