Package Details: go2tv 2.4.0-1

Git Clone URL: https://aur.archlinux.org/go2tv.git (read-only, click to copy)
Package Base: go2tv
Description: Cast media files to Smart TVs and Chromecast devices
Upstream URL: https://github.com/alexballas/go2tv
Licenses: MIT
Submitter: gdamjan
Maintainer: gdamjan
Last Packager: gdamjan
Votes: 2
Popularity: 0.27
First Submitted: 2021-03-25 00:42 (UTC)
Last Updated: 2026-07-13 19:05 (UTC)

Latest Comments

gdamjan commented on 2026-07-14 09:22 (UTC)

@some

would you consider maintaining a go2tv-bin package as well?

I personally don't really like -bin packages, so I'm gonna skip that. (I agree they can be handy).

some commented on 2026-07-14 06:25 (UTC)

Hi! Thanks for maintaining go2tv.

Since upstream publishes prebuilt Linux binaries for every release, would you consider maintaining a go2tv-bin package as well? It would save users from compiling Go sources on every update.

newcomb-paradox commented on 2026-05-16 23:10 (UTC)

there's no .desktop file.

wget -O ~/.local/share/icons/hicolor/512x512/apps/go2tv.png \
  https://raw.githubusercontent.com/alexballas/go2tv/main/assets/go2tv-icon-desktop-512.png

create .desktop file

micro ~/.local/share/applications/go2tv.desktop
[Desktop Entry]
Name=Go2TV
Comment=Cast videos to UPnP/DLNA MediaRenderer
Exec=go2tv
Icon=go2tv
Terminal=false
Type=Application
Categories=AudioVideo;Video;Network;
update-desktop-database ~/.local/share/applications/

gdamjan commented on 2022-04-19 14:30 (UTC)

Requires the following dependencies to compile libxcursor libxrandr libxinerama libxi.

ah, those were added with the GUI addition. let me fix that.

loathingkernel commented on 2022-04-19 12:08 (UTC)

Requires the following dependencies to compile libxcursor libxrandr libxinerama libxi.