|
2016-03-01
, 19:09
|
Posts: 210 |
Thanked: 841 times |
Joined on Feb 2013
|
#12
|
|
2016-03-03
, 19:20
|
Posts: 210 |
Thanked: 841 times |
Joined on Feb 2013
|
#14
|
|
2018-11-14
, 19:29
|
Posts: 986 |
Thanked: 1,526 times |
Joined on Jul 2010
|
#17
|
usage: qtcmdplayer [-h] [--loop] [--volume VOLUME] [--mp3] [--nomp3] FILE [POSITION_MILLIS] [COMMAND_FIFO] Play music/sound files from the command line using PyQt5 media tools. positional arguments: FILE sound file to play POSITION_MILLIS optional starting position in millis COMMAND_FIFO optional path to existing FIFO for listening to commands optional arguments: -h, --help show this help message and exit --loop, -loop when playback is finished, play again immediately forever --volume VOLUME, -volume VOLUME set volume 0 - 100(values greater than 100 are allowed only for MP3s, or with --mp3) --mp3 force MP3 mode regardless of file extension (use QAudioDecoder+QAudioOutput instead of QMediaPlayer) --nomp3 force non-MP3 mode regardless of file extension (use QMediaPlayer instead of QAudioDecoder+QAudioOutput)
The Following 5 Users Say Thank You to wolke For This Useful Post: | ||
I need just a console version to play music and radio streams.
Can you share the compiled version? Or compile it without video support at all?
And add to openrepos.
I believe can do that, I used to compile mplayer in the past often. But I have a lot of work these couple of days, and no Jolla sdk environment, and would appreciate if some one would do that.