Sixthhokage2 / remuco

Automatically exported from code.google.com/p/remuco
1 stars 1 forks source link

Deadbeef #107

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What feature or enhancement would you like to see in Remuco?

I would like that one of the new feature of remuco will support the deadbeef 
player.

Please describe a use case that motivates this feature:

It's very good player for me and others.

Original issue reported on code.google.com by drak...@gmail.com on 17 Jun 2010 at 1:28

GoogleCodeExporter commented 9 years ago
Maybe one of the 'others' likes to contribute here :-P

(By the way .. I've never heard of this player until know so I can't say how 
much work needs to be done for a player adapter. It depends on whether deadbeef 
has an API to be controlled externally.)

Original comment by obensonne@googlemail.com on 17 Jun 2010 at 5:49

GoogleCodeExporter commented 9 years ago
I was talked to developer of deadbeef player and he was answered that you can 
control the player by terminal. But if this not suitable you have to write a 
plugin. What do you think? 

Original comment by drak...@gmail.com on 9 Jul 2010 at 11:41

GoogleCodeExporter commented 9 years ago
Can you give us more detail on controlling by terminal?
A quick look on the website didn't help much.

Original comment by igor.con...@gmail.com on 9 Jul 2010 at 8:41

GoogleCodeExporter commented 9 years ago
Вы же говорите по-русски? Наверное да, 
исходя из вашего ника если я не ошибаюсь. Я 
написал разработчику письмо, надеюсь, что 
он ответит довольно скоро.

Original comment by drak...@gmail.com on 9 Jul 2010 at 9:09

GoogleCodeExporter commented 9 years ago
From google translator: "You say in Russian? Probably yes, according to your 
nick if I'm not mistaken. I wrote a letter to the developer, I hope that he 
will answer soon enough."

So no, I don't speak any russian, despite the name :)
Please update the issue once you have the information.

Original comment by igor.con...@gmail.com on 10 Jul 2010 at 3:37

GoogleCodeExporter commented 9 years ago
An external MPRIS plugin exists for deadbeef.  Might be better than commandline 
as you can get album art, play with volume, and so on:
https://github.com/kernelhcy/DeaDBeeF-MPRIS-plugin

Commandline control is (as of deadbeef-0.5.4) rudimentary (here goes, skipping 
irrelevant entries):
Usage: deadbeef [options] [--] [file(s)]
Options:
   --play             Start playback
   --stop             Stop playback
   --pause            Pause playback
   --toggle-pause     Toggle pause
   --play-pause       Start playback if stopped, toggle pause otherwise
   --next             Next song in playlist
   --prev             Previous song in playlist
   --random           Random song in playlist
   --queue            Append file(s) to existing playlist
   --nowplaying FMT   Print formatted track name to stdout
                      FMT %-syntax: [a]rtist, [t]itle, al[b]um,
                      [l]ength, track[n]umber, [y]ear, [c]omment,
                      copy[r]ight, [e]lapsed
                      e.g.: --nowplaying "%a - %t" should print "artist - title"
                      for more info, see http://sourceforge.net/apps/mediawiki/deadbeef/index.php?title=Title_Formatting

Original comment by wapt...@gmail.com on 3 Jun 2012 at 5:53