New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change command-line options, .desktop files to allow launching from xdg-open #67
Comments
Comment #1 originally posted by glenkirkup on 2009-11-24T20:38:28.000Z: Always read the --help output and the manual page of an application first when you're --play-file=filename Play a file as an available option. Therefore, you can play a song via the following command: quodlibet --play-file path_to_song.ogg To do this from a file manager, right click on the file and choose the 'Open with..' quodlibet --play-file There should also be an option for making this command the default command for this If you want further help feel free to join the #quodlibet IRC channel on irc.oftc.net |
Comment #2 originally posted by steven.strobe.cc on 2010-02-25T18:41:52.000Z: <empty> |
Comment #3 originally posted by nomnex on 2011-07-21T09:10:47.000Z: I read the help file: --play-file=filename does not work with PCmanFM on LXDE. Can you help? I would like to open the files from my filemanager. thanks. |
Comment #4 originally posted by nomnex on 2011-07-21T09:12:19.000Z: edit: this command to set qt the default player does not work with pcmanfm: |
Comment #5 originally posted by nomnex on 2011-07-21T09:13:40.000Z: edit: I meant the command: quodlibet --play-file |
Comment #6 originally posted by finnpanther@yahoo.com on 2011-07-21T11:54:58.000Z: I have in my ~/.local/share/applications/defaults.list: audio/flac=quodlibet_queue.desktop; and in my ~/.local/share/applications/quodlibet_queue.desktop: Exec=/usr/programs/quodlibet/quodlibet --enqueue=%f and it's working OK. I just tried with --play-file=%f and it worked also. Note that Quod Libet must be running when you make the call. Are you sure your file manager is passing the whole path to the file and not just the filename? |
Comment #7 originally posted by nodatalog on 2011-07-26T22:55:51.000Z:
Was the missing part. The command works, thank you. although, I am limited playing a single file (I can't right-select a bunch of files and play them). |
Comment #8 originally posted by nick.boultbee on 2011-10-12T12:26:33.000Z: I'm also sick of this gotcha - it's fine for me most of the time but only since I have QL running a lot, but it's poor that it can't be started up to play a file, like nearly every media player out there. I'll have a look into this when I get some time (@devs is there a good reason for this I'm missing?) |
Comment #9 originally posted by reiter.christoph on 2011-10-12T13:30:50.000Z: I remember that I tried it once but gave up. We could create the socket, fork, send the args and wait for the child to react to that (and redirect stdout for the child maybe, so --print-playing etc works ??) or something completely different... |
Comment #13 originally posted by arijspieter on 2014-09-28T20:52:23.000Z: I would like to insist that quodlibet would get support for opening files passed as an argument(-list) just like about all other applications |
Comment #14 originally posted by josh@joshtriplett.org on 2014-11-29T07:34:41.000Z: I'm interested in this as well, for another reason: GNOME extensions for MPRIS typically allow launching the default audio player if they don't detect an MPRIS-compatible player running. |
Comment #17 originally posted by reiter.christoph on 2015-03-09T15:15:47.000Z: Meh, desktop files get started by just stripping the path.. which breaks normal QL start. Reopening, sorry for the noise. |
e.g. quodlibet --play-file somefile.mp3 --run
A (hacky) workaround was added in a895811 Closing. |
Original issue 67 created by mocaeruk@guerrillamail.org on 2008-12-02T06:56:50.000Z:
double click to open a media file with quodlibet need
The text was updated successfully, but these errors were encountered: