-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #95 from alexballas/devel
v1.17.1
- Loading branch information
Showing
24 changed files
with
4,298 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.17.1-bullseye | ||
FROM golang:1.23 | ||
|
||
ARG DEBIAN_FRONTEND=noninteractive | ||
RUN \ | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<component type="desktop-application"> | ||
<id>app.go2tv.go2tv</id> | ||
|
||
<name>Go2TV</name> | ||
<developer_name>Alexandros Ballas</developer_name> | ||
<summary>Cast media files to UPnP/DLNA Media Renderers and Smart TVs</summary> | ||
|
||
<metadata_license>MIT</metadata_license> | ||
<project_license>MIT</project_license> | ||
|
||
<supports> | ||
<control>pointing</control> | ||
<control>keyboard</control> | ||
</supports> | ||
|
||
<description> | ||
<p>Go2TV is a lightweight app designed to cast media files from your device directly to a Smart TV or any DLNA-compatible device on the same network. It supports various file formats and allows seamless streaming of videos, music, or images without the need for complicated setups or additional hardware. With its intuitive interface, Go2TV makes it simple to browse and select files, enabling users to enjoy their favorite content on the big screen with just a few taps. Perfect for casual media sharing or presentations, it's a convenient tool for enhancing your home entertainment experience.</p> | ||
</description> | ||
|
||
<launchable type="desktop-id">app.go2tv.go2tv.desktop</launchable> | ||
<screenshots> | ||
<screenshot type="default"> | ||
<image>https://raw.githubusercontent.com/alexballas/go2tv/devel/assets/screenshots/Screenshot_light.png</image> | ||
<caption>Main window (light mode)</caption> | ||
</screenshot> | ||
<screenshot> | ||
<image>https://raw.githubusercontent.com/alexballas/go2tv/devel/assets/screenshots/Screenshot_dark.png</image> | ||
<caption>Main window (dark mode)</caption> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<url type="bugtracker">https://github.com/alexballas/go2tv/issues</url> | ||
<url type="donation">https://ko-fi.com/alexballas</url> | ||
<url type="homepage">https://go2tv.app</url> | ||
|
||
|
||
<content_rating type="oars-1.1"/> | ||
|
||
<releases> | ||
<release version="1.17.1" date="2024-09-05" type="stable"> | ||
<description> | ||
<ul> | ||
<li>Update assets to follow the packaging guidelines for Linux GUI applications..</li> | ||
</ul> | ||
</description> | ||
<url type="details">https://github.com/alexballas/go2tv/releases/tag/v1.17.1</url> | ||
</release> | ||
<release version="1.17.0" date="2024-09-05" type="stable"> | ||
<description> | ||
<ul> | ||
<li>Added support for Chinese language with an option for a fully localized Chinese UI.</li> | ||
<li>Introduced a new language settings feature, offering both English and Chinese translations.</li> | ||
<li>Implemented the ability to select subtitles directly from MKV and MP4 containers when available.</li> | ||
<li>Added the option to specify the FFmpeg path in settings.</li> | ||
<li>Now using faster FFmpeg presets for transcoding.</li> | ||
</ul> | ||
</description> | ||
<url type="details">https://github.com/alexballas/go2tv/releases/tag/v1.17.0</url> | ||
</release> | ||
</releases> | ||
|
||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
|
||
Name=Go2TV | ||
GenericName=Media Streaming | ||
Comment=Cast media files to UPnP/DLNA Media Renderers and Smart TVs. | ||
Categories=AudioVideo;Video;TV;Music; | ||
Keywords=streaming;video;audio;media; | ||
|
||
Icon=app.go2tv.go2tv | ||
Exec=go2tv | ||
Terminal=false |
Oops, something went wrong.