Skip to content

Commit f8768dc

Browse files
committed
docs: Add alt text to all screenshots and add more user-friendly descriptions
1 parent 7a9b940 commit f8768dc

File tree

6 files changed

+554
-552
lines changed

6 files changed

+554
-552
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ Watch torrents with your friends.
1919

2020
Multiplex is an app to watch torrents together, providing an experience similar to Apple's [SharePlay](https://support.apple.com/en-us/HT212823) and Amazon's [Prime Video Watch Party](https://www.amazon.com/adlp/watchparty).
2121

22-
It enables you to ...
22+
It enables you to:
2323

24-
- **Stream any torrent**: By utilizing the mpv video player, Multiplex has support for a wide range of video and audio formats.
25-
- **Synchronize playback between remote peers**: Thanks to [weron](https://github.com/pojntfx/weron), Multiplex can be used to host online watch parties by synchronizing playback position, magnet links and other data between peers.
26-
- **Circumvent BitTorrent protocol censorship**: By splitting the core [hTorrent HTTP to BitTorrent gateway](https://github.com/pojntfx/htorrent) and UI into two separate projects, Multiplex can be used without having to connect a client to the BitTorrent protocol.
24+
- **Stream any file directly** using a wide range of video and audio formats with the mpv video player
25+
- **Host online watch parties while preserving your privacy** by synchronizing video playback with friends without a central server using [weron](https://github.com/pojntfx/weron)
26+
- **Bypass internet restrictions** by optionally separating the [hTorrent HTTP to BitTorrent gateway](https://github.com/pojntfx/htorrent) and user interface into two separate components
2727

2828
## Installation
2929

@@ -108,47 +108,47 @@ For more preferences, see the [screenshots](#screenshots).
108108
Click on an image to see a larger version.
109109

110110
<a display="inline" href="./docs/screenshot-initial.png?raw=true">
111-
<img src="./docs/screenshot-initial.png" width="45%" alt="Screenshot of the initial screen" title="Screenshot of the initial screen">
111+
<img src="./docs/screenshot-initial.png" width="45%" alt="Entering a magnet link or stream code" title="Entering a magnet link or stream code">
112112
</a>
113113

114114
<a display="inline" href="./docs/screenshot-media-selection.png?raw=true">
115-
<img src="./docs/screenshot-media-selection.png" width="45%" alt="Screenshot of the media selection screen" title="Screenshot of the media selection screen">
115+
<img src="./docs/screenshot-media-selection.png" width="45%" alt="Media selection" title="Media selection">
116116
</a>
117117

118118
<a display="inline" href="./docs/screenshot-confirmation.png?raw=true">
119-
<img src="./docs/screenshot-confirmation.png" width="45%" alt="Screenshot of the confirmation screen" title="Screenshot of the confirmation screen">
119+
<img src="./docs/screenshot-confirmation.png" width="45%" alt="Confirming playback" title="Confirming playback">
120120
</a>
121121

122122
<a display="inline" href="./docs/screenshot-playback.png?raw=true">
123-
<img src="./docs/screenshot-playback.png" width="45%" alt="Screenshot of the playback screen" title="Screenshot of the playback screen">
123+
<img src="./docs/screenshot-playback.png" width="45%" alt="Playing media" title="Playing media">
124124
</a>
125125

126126
<a display="inline" href="./docs/screenshot-audiotracks.png?raw=true">
127-
<img src="./docs/screenshot-audiotracks.png" width="45%" alt="Screenshot of the audio tracks screen" title="Screenshot of the audio tracks screen">
127+
<img src="./docs/screenshot-audiotracks.png" width="45%" alt="Selecting audio tracks" title="Selecting audio tracks">
128128
</a>
129129

130130
<a display="inline" href="./docs/screenshot-subtitles.png?raw=true">
131-
<img src="./docs/screenshot-subtitles.png" width="45%" alt="Screenshot of the subtitles screen" title="Screenshot of the subtitles screen">
131+
<img src="./docs/screenshot-subtitles.png" width="45%" alt="Selecting subtitles" title="Selecting subtitles">
132132
</a>
133133

134134
<a display="inline" href="./docs/screenshot-join.png?raw=true">
135-
<img src="./docs/screenshot-join.png" width="45%" alt="Screenshot of the join screen" title="Screenshot of the join screen">
135+
<img src="./docs/screenshot-join.png" width="45%" alt="Getting a stream code to join playback" title="Getting a stream code to join playback">
136136
</a>
137137

138138
<a display="inline" href="./docs/screenshot-sync-playback.png?raw=true">
139-
<img src="./docs/screenshot-sync-playback.png" width="45%" alt="Screenshot of two peers synchronizing playback" title="Screenshot of two peers synchronizing playback">
139+
<img src="./docs/screenshot-sync-playback.png" width="45%" alt="Two peers synchronizing media playback" title="Two peers synchronizing media playback">
140140
</a>
141141

142142
<a display="inline" href="./docs/screenshot-prefs-playback.png?raw=true">
143-
<img src="./docs/screenshot-prefs-playback.png" width="45%" alt="Screenshot of the playback preferences" title="Screenshot of the playback preferences">
143+
<img src="./docs/screenshot-prefs-playback.png" width="45%" alt="Playback preferences" title="Playback preferences">
144144
</a>
145145

146146
<a display="inline" href="./docs/screenshot-prefs-remoting.png?raw=true">
147-
<img src="./docs/screenshot-prefs-remoting.png" width="45%" alt="Screenshot of the playback remoting preferences" title="Screenshot of the playback remoting preferences">
147+
<img src="./docs/screenshot-prefs-remoting.png" width="45%" alt="Remoting preferences" title="Remoting preferences">
148148
</a>
149149

150150
<a display="inline" href="./docs/screenshot-prefs-sync.png?raw=true">
151-
<img src="./docs/screenshot-prefs-sync.png" width="45%" alt="Screenshot of the synchronization preferences" title="Screenshot of the synchronization preferences">
151+
<img src="./docs/screenshot-prefs-sync.png" width="45%" alt="Synchronization preferences" title="Synchronization preferences">
152152
</a>
153153

154154
## Acknowledgements

com.pojtinger.felicitas.Multiplex.metainfo.xml

Lines changed: 44 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -29,56 +29,81 @@
2929
<description>
3030
<p>Multiplex is an app to watch torrents together, providing an experience similar to
3131
Apple&#39;s SharePlay and Amazon&#39;s Prime Video Watch Party.</p>
32-
<p>It enables you to ...</p>
32+
<p>It enables you to:</p>
3333
<ul>
34-
<li>Stream any torrent: By utilizing the mpv video player, Multiplex has support for a
35-
wide range of video and audio formats.</li>
36-
<li>Synchronize playback between remote peers: Thanks to weron, Multiplex can be used to
37-
host online watch parties by synchronizing playback position, magnet links and other
38-
data between peers.</li>
39-
<li>Circumvent BitTorrent protocol censorship: By splitting the core hTorrent backend
40-
and UI into two separate projects, Multiplex can be used without having to connect a
41-
client to the BitTorrent protocol.</li>
34+
<li>Stream any file directly using a wide range of video and audio formats with the mpv
35+
video player</li>
36+
<li>Host online watch parties while preserving your privacy by synchronizing video
37+
playback with friends without a central server</li>
38+
<li>Bypass internet restrictions by optionally separating the backend and user interface
39+
into two separate components</li>
4240
</ul>
4341
</description>
4442

4543
<screenshots>
4644
<screenshot type="default">
47-
<image>https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-sync-playback.png</image>
45+
<image>
46+
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-sync-playback.png</image>
47+
<caption>Two peers synchronizing media playback</caption>
4848
</screenshot>
4949
<screenshot>
50-
<image>https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-initial.png</image>
50+
<image>
51+
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-initial.png</image>
52+
<caption>Entering a magnet link or stream code</caption>
5153
</screenshot>
5254
<screenshot>
53-
<image>https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-media-selection.png</image>
55+
<image>
56+
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-media-selection.png</image>
57+
<caption>Media selection</caption>
5458
</screenshot>
5559
<screenshot>
56-
<image>https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-confirmation.png</image>
60+
<image>
61+
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-confirmation.png</image>
62+
<caption>Confirming playback</caption>
5763
</screenshot>
5864
<screenshot>
59-
<image>https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-playback.png</image>
65+
<image>
66+
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-playback.png</image>
67+
<caption>Playing media</caption>
6068
</screenshot>
6169
<screenshot>
62-
<image>https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-audiotracks.png</image>
70+
<image>
71+
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-audiotracks.png</image>
72+
<caption>Selecting audio tracks</caption>
6373
</screenshot>
6474
<screenshot>
65-
<image>https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-subtitles.png</image>
75+
<image>
76+
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-subtitles.png</image>
77+
<caption>Selecting subtitles</caption>
6678
</screenshot>
6779
<screenshot>
6880
<image>https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-join.png</image>
81+
<caption>Getting a stream code to join playback</caption>
6982
</screenshot>
7083
<screenshot>
71-
<image>https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-prefs-playback.png</image>
84+
<image>
85+
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-prefs-playback.png</image>
86+
<caption>Playback preferences</caption>
7287
</screenshot>
7388
<screenshot>
74-
<image>https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-prefs-remoting.png</image>
89+
<image>
90+
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-prefs-remoting.png</image>
91+
<caption>Remoting preferences</caption>
7592
</screenshot>
7693
<screenshot>
77-
<image>https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-prefs-sync.png</image>
94+
<image>
95+
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-prefs-sync.png</image>
96+
<caption>Synchronization preferences</caption>
7897
</screenshot>
7998
</screenshots>
8099

81100
<releases>
101+
<release version="0.1.3" date='2024-04-20T19:08:00Z07:00'>
102+
<description>
103+
<p>Refinements to the screenshots and app metadata</p>
104+
</description>
105+
</release>
106+
82107
<release version="0.1.2" date='2023-09-22T19:08:00Z07:00'>
83108
<description>
84109
<p>Visual refinements to match the state of the art of GNOME apps</p>

0 commit comments

Comments
 (0)