Skip to content

Commit

Permalink
docs: Decrease default window size to be Flathub-compliant and update…
Browse files Browse the repository at this point in the history
… screenshots
  • Loading branch information
pojntfx committed Apr 22, 2024
1 parent ef7c963 commit c41c23b
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 11 deletions.
32 changes: 23 additions & 9 deletions com.pojtinger.felicitas.Multiplex.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@

<screenshots>
<screenshot type="default">
<image>
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-sync-playback.png</image>
<caption>Two peers synchronizing media playback</caption>
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-initial.png</image>
<caption>Entering a magnet link or stream code</caption>
Expand All @@ -71,8 +66,13 @@
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-playback.png</image>
<caption>Playing media</caption>
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-playback-controls.png</image>
<caption>Media controls</caption>
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-playback-player.png</image>
<caption>Playing media with MPV</caption>
</screenshot>
<screenshot>
<image>
Expand All @@ -85,17 +85,31 @@
<caption>Selecting subtitles</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-join.png</image>
<caption>Getting a stream code to join playback</caption>
<image>
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-prefs-playback.png</image>
<caption>Playback preferences</caption>
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-prefs-remoting.png</image>
<caption>Remoting preferences</caption>
</screenshot>
<screenshot>
<image>
https://raw.githubusercontent.com/pojntfx/multiplex/main/docs/screenshot-prefs-sync.png</image>
<caption>Synchronization preferences</caption>
</screenshot>
</screenshots>

<releases>
<release version="0.1.4" date='2024-04-22T10:09:00Z07:00'>
<url type="details">https://github.com/pojntfx/multiplex/releases/tag/v0.1.4</url>

<description>
<p>Refinements to the screenshots and descriptions</p>
</description>
</release>

<release version="0.1.3" date='2024-04-20T19:08:00Z07:00'>
<url type="details">https://github.com/pojntfx/multiplex/releases/tag/v0.1.3</url>

Expand Down
Binary file modified docs/screenshot-audiotracks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshot-confirmation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshot-enter-stream-code.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshot-initial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshot-link-entered.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshot-media-selection.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshot-playback-controls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/screenshot-playback-player.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/screenshot-subtitles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions internal/ressources/assistant.ui
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<requires lib="gtk" version="4.0" />

<object class="AdwApplicationWindow" id="main-window">
<property name="default-width">1024</property>
<property name="default-height">680</property>
<property name="default-width">960</property>
<property name="default-height">540</property>
<property name="title">Multiplex</property>

<child type="content">
Expand Down

0 comments on commit c41c23b

Please sign in to comment.