all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* On youtube-viewer first use (GTK)
@ 2019-06-15 18:49 sirgazil
  2019-06-15 19:03 ` Raghav Gururajan
  2019-06-15 19:56 ` sirgazil
  0 siblings, 2 replies; 8+ messages in thread
From: sirgazil @ 2019-06-15 18:49 UTC (permalink / raw)
  To: Guix Help

Hello,

I've seen some mentions of this application around here and wanted to try it out. When you launch it, it seems to be broken, you can search videos, but you can't watch them (you double-click on them and nothing happens). I had to start "gtk-youtube-viewer" from a terminal to check for errors. I had a bad experience, but, in summary, I'm now able to watch the videos after doing the following:

1. Install "youtube-dl".
2. Install one of the players listed in the "video_players" field in the application "Menu → Preferences" (I went with mpv, after failing to use vlc).
3. Got to "Menu → Preferences" and set the value of "video_player_selected" to the player installed in (2).

I wonder if you are really supposed to configure and install dependencies manually before you can actually use the application. I see this as a bug. I would expect the Guix package to install the dependencies and the application set a default value for the "video_player_selected" field. But I haven't tried this application in other systems and the application has no manual, so I'm not sure if this is the intended behavior.

Despite that, I'm glad to be able to watch YouTube videos without using their Web interface.


---
https://sirgazil.bitbucket.io/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: On youtube-viewer first use (GTK)
  2019-06-15 18:49 On youtube-viewer first use (GTK) sirgazil
@ 2019-06-15 19:03 ` Raghav Gururajan
  2019-06-15 19:33   ` sirgazil
  2019-06-15 19:56 ` sirgazil
  1 sibling, 1 reply; 8+ messages in thread
From: Raghav Gururajan @ 2019-06-15 19:03 UTC (permalink / raw)
  To: sirgazil, Guix Help


> I've seen some mentions of this application around here and wanted to try it out. When you launch it, it seems to be broken, you can search videos, but you can't watch them (you double-click on them and nothing happens). I had to start "gtk-youtube-viewer" from a terminal to check for errors. I had a bad experience, but, in summary, I'm now able to watch the videos after doing the following:

Same thing happening to me. There was a discussion about this in this mail-list. 
But cou;dn't figure out what was the issue. Seems like a bug.

> 1. Install "youtube-dl".

I am afraid it's actually `Install "youtube-viewer"`.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: On youtube-viewer first use (GTK)
  2019-06-15 19:03 ` Raghav Gururajan
@ 2019-06-15 19:33   ` sirgazil
  2019-06-15 19:36     ` Raghav Gururajan
                       ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: sirgazil @ 2019-06-15 19:33 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: Guix Help

---- On Sat, 15 Jun 2019 14:03:28 -0500 Raghav Gururajan <rvgn@disroot.org> wrote ----

 > 
 > > I've seen some mentions of this application around here and wanted to try it out. When you launch it, it seems to be broken, you can search videos, but you can't watch them (you double-click on them and nothing happens). I had to start "gtk-youtube-viewer" from a terminal to check for errors. I had a bad experience, but, in summary, I'm now able to watch the videos after doing the following: 
 >  
 > Same thing happening to me. There was a discussion about this in this mail-list. 
 > But cou;dn't figure out what was the issue. Seems like a bug. 
 >  
 > > 1. Install "youtube-dl". 
 >  
 > I am afraid it's actually `Install "youtube-viewer"`. 


No, I mean that after having "youtube-viewer" installed, I had to install "youtube-dl" manually because the former seems to depend on the latter. Launching "gtk-youtube-viewer" from a terminal would display a message about "youtube-dl" not found or something like that. That's why I say it seems like a bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: On youtube-viewer first use (GTK)
  2019-06-15 19:33   ` sirgazil
@ 2019-06-15 19:36     ` Raghav Gururajan
  2019-06-16 23:52     ` Raghav Gururajan
  2019-06-17  1:49     ` Tobias Geerinckx-Rice
  2 siblings, 0 replies; 8+ messages in thread
From: Raghav Gururajan @ 2019-06-15 19:36 UTC (permalink / raw)
  To: sirgazil; +Cc: Guix Help


> No, I mean that after having "youtube-viewer" installed, I had to install "youtube-dl" manually because the former seems to depend on the latter. Launching "gtk-youtube-viewer" from a terminal would display a message about "youtube-dl" not found or something like that. That's why I say it seems like a bug.

Intresting! For me, youtube-dl got included as a dependency of youtube-viewer.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: On youtube-viewer first use (GTK)
  2019-06-15 18:49 On youtube-viewer first use (GTK) sirgazil
  2019-06-15 19:03 ` Raghav Gururajan
@ 2019-06-15 19:56 ` sirgazil
  1 sibling, 0 replies; 8+ messages in thread
From: sirgazil @ 2019-06-15 19:56 UTC (permalink / raw)
  To: sirgazil; +Cc: Guix Help

---- On Sat, 15 Jun 2019 13:49:59 -0500 sirgazil <sirgazil@zoho.com> wrote ----

 > Hello, 
 >  
 > I've seen some mentions of this application around here and wanted to try it out. When you launch it, it seems to be broken, you can search videos, but you can't watch them (you double-click on them and nothing happens). I had to start "gtk-youtube-viewer" from a terminal to check for errors. I had a bad experience, but, in summary, I'm now able to watch the videos after doing the following: 
 >  
 > 1. Install "youtube-dl". 
 > 2. Install one of the players listed in the "video_players" field in the application "Menu → Preferences" (I went with mpv, after failing to use vlc). 
 > 3. Got to "Menu → Preferences" and set the value of "video_player_selected" to the player installed in (2). 
 >  
 > I wonder if you are really supposed to configure and install dependencies manually before you can actually use the application. I see this as a bug. I would expect the Guix package to install the dependencies and the application set a default value for the "video_player_selected" field. But I haven't tried this application in other systems and the application has no manual, so I'm not sure if this is the intended behavior. 
 >  
 > Despite that, I'm glad to be able to watch YouTube videos without using their Web interface. 


This is using this Guix, by the way:

$ LANG=C guix describe
Generation 3	Jun 15 2019 09:49:31	(current)
  guix ddd401d
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: ddd401d28fb09f1f8ce96f2fc24226887a812412

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: On youtube-viewer first use (GTK)
  2019-06-15 19:33   ` sirgazil
  2019-06-15 19:36     ` Raghav Gururajan
@ 2019-06-16 23:52     ` Raghav Gururajan
  2019-06-17  1:49     ` Tobias Geerinckx-Rice
  2 siblings, 0 replies; 8+ messages in thread
From: Raghav Gururajan @ 2019-06-16 23:52 UTC (permalink / raw)
  To: sirgazil; +Cc: Guix Help

> 
> No, I mean that after having "youtube-viewer" installed, I had to install "youtube-dl" manually because the former seems to depend on the latter. Launching "gtk-youtube-viewer" from a terminal would display a message about "youtube-dl" not found or something like that. That's why I say it seems like a bug.
> 

I filed the bug at https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36254. ☺

Regards,
RG.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: On youtube-viewer first use (GTK)
  2019-06-15 19:33   ` sirgazil
  2019-06-15 19:36     ` Raghav Gururajan
  2019-06-16 23:52     ` Raghav Gururajan
@ 2019-06-17  1:49     ` Tobias Geerinckx-Rice
  2019-06-17 13:00       ` sirgazil
  2 siblings, 1 reply; 8+ messages in thread
From: Tobias Geerinckx-Rice @ 2019-06-17  1:49 UTC (permalink / raw)
  To: sirgazil; +Cc: Guix Help

[-- Attachment #1: Type: text/plain, Size: 381 bytes --]

Sirgazil,

Raghav Gururajan reported the same problem on IRC.

While youtube-dl is technically an optional dependency (‘some’ 
videos work without it, maybe even most), the failure mode is so 
bad (complete silence, not even a ‘please install...’ hint) that 
I've patched youtube-viewer to unconditionally refer to youtube-dl 
on master.

Kind regards,

T G-R

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: On youtube-viewer first use (GTK)
  2019-06-17  1:49     ` Tobias Geerinckx-Rice
@ 2019-06-17 13:00       ` sirgazil
  0 siblings, 0 replies; 8+ messages in thread
From: sirgazil @ 2019-06-17 13:00 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: Guix Help

---- On Sun, 16 Jun 2019 20:49:39 -0500 Tobias Geerinckx-Rice <me@tobias.gr> wrote ----

 > Sirgazil, 
 >  
 > Raghav Gururajan reported the same problem on IRC. 
 >  
 > While youtube-dl is technically an optional dependency (‘some’ 
 > videos work without it, maybe even most), the failure mode is so 
 > bad (complete silence, not even a ‘please install...’ hint) that 
 > I've patched youtube-viewer to unconditionally refer to youtube-dl 
 > on master. 


Thank you :)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-06-17 13:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-15 18:49 On youtube-viewer first use (GTK) sirgazil
2019-06-15 19:03 ` Raghav Gururajan
2019-06-15 19:33   ` sirgazil
2019-06-15 19:36     ` Raghav Gururajan
2019-06-16 23:52     ` Raghav Gururajan
2019-06-17  1:49     ` Tobias Geerinckx-Rice
2019-06-17 13:00       ` sirgazil
2019-06-15 19:56 ` sirgazil

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.