RhythmBox'ın herhangi bir komut satırı arayüzü veya süreçler arası iletişim yöntemi var mı?


21

Akıllı telefonumdan çalan müziği uzaktan değiştirebilmem için ritim kutusuyla gerçekten bir web sunucusuyla iletişim kurmak istiyorum. Ritim kutusunun aşağıdaki (kurgusal) komutlar gibi şeyleri yapması için bir komut satırı arayüzü var mı?

rhythmbox next
rhythmbox shuffle=false
rhythmbox change album='Dark Side of the Moon' artist='Pink Floyd' song='Time' 

Bunun yerine bir soket veya mesaj geçirme arayüzü var mı? Banshee veya başka bir sunucu türü gibi işi yapabilecek yedek programlar var mı?




2
@foss no, soruların hiçbirinin Geppetos ile benzer bir cevabı yok.
Braiam

Yanıtlar:


16

Temel olarak, kısa cevap "Evet" ve bu cevabın tamamlayıcısı " rhythmbox-clientHalihazırda çalışan Rhythmbox'ınızı kontrol etmek için bir terminalden komutu kullanın , eğer önceden yüklenmediyse komutlarınızın ilk örneği onu çağırır."

Örneğin: rhythmbox-client --playgeçerli Rhythmbox oturumunun geçerli şarkıyı (veya listedeki ilk şarkıyı) çalmaya başlamasını sağlar. Rhythmbox kapalı ise, çalmaya başlamak için önce onu açacaktır.

rhythmbox-clientVe kullanımı hakkında daha fazla bilgiye ritim kutusu-istemci kılavuz sayfasından ulaşılabilir . Ben burada sadece referans için manpage'in bir kısmını yerleştiriyorum.

NAME
       rhythmbox-client - controls a running instance of rhythmbox

SYNOPSIS
       rhythmbox-client [option...][file...]

DESCRIPTION
       rhythmbox-client  is a tool for controlling an already running instance
       of  rhythmbox.   It's  useful  for  remote  control  scripting,  adding
       specific  files  to  the library from the shell, or printing details of
       what's playing. It also has an interactive mode, useful for controlling
       playback  remotely  via  ssh.  Any  files  specified  after  the option
       arguments will be added to the library.  If  the  --enqueue  option  is
       given, the files will also be added to the play queue.

OPTIONS
       -?,--help
              Show help options

       --debug
              Enable debug output

       --no-start
              Do not start a new instance of rhythmbox

       --quit Quit rhythmbox

       -i,--interactive
              Start  interactive  mode  --no-present Don't present an existing
              rhythmbox window

       --next Jump to next song

       --previous
              Jump to previous song

       --play Resume playback if currently paused

       --pause
              Pause playback if currently playing

       --play-pause
              Toggle play/pause mode

       --stop Stop playback if currently playing

       --play-uri=URI
              Play a specified URI, importing it if necessary

       --enqueue
              Add specified tracks already in the library to the play queue

       --clear-queue
              Empty the play queue before adding new tracks

       --print-playing
              Print the title and artist of the playing song

       --print-playing-format=format
              Print formatted details of the song (see FORMAT OPTIONS below).

       --set-volume
              Set the playback volume

       --volume-up
              Increase the playback volume

       --volume-down
              Decrease the playback volume

       --print-volume
              Print the current playback volume

       --select-source=URI
              Select the source corresponding to a URI (device or mount point)

       --activate-source=URI
              Select the source corresponding to a URI (device or mount point)
              and start playing from it if not already playing.

       --play-source=URI
              Select the source corresponding to a URI (device or mount point)
              and start playing from it.

FORMAT OPTIONS
       %at    album title

       %aa    album artist

       %aA    album artist (lowercase)

       %as    album artist sortname

       %aS    album artist sortname (lowercase)

       %ay    album year

       %ag    album genre

       %aG    album genre (lowercase)

       %an    album disc number

       %aN    album disc number, zero padded

       %st    stream title

       %tn    track number (i.e 8)

       %tN    track number, zero padded (i.e 08)

       %tt    track title

       %ta    track artist

       %tA    track artist (lowercase)

       %ts    track artist sortname

       %tS    track artist sortname (lowercase)

       %td    track duration

       %te    track elapsed time

       Variables can be combined using quotes. For example "%tn %aa %tt", will
       print  the  track  number  followed  by the artist and the title of the
       track.

AUTHOR
       This manual page was written by Sven Arvidsson  <sa@whiz.se>,  for  the
       Debian system (but may be used by others).

Düzenle

Bu konuya biraz ilgi duydum, bu yüzden bir sonraki komutla bir test yaptım:

dbus-send --print-reply --dest=org.mpris.MediaPlayer2.rhythmbox /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Seek int64:60000000

Burada gönderilen orijinal yanıttan. Gerçekten de şu anda çalan şarkıyı arama görevi için çalışır (sorucunun yorumuna dayanarak).

İyi şanslar!


Müthiş! Bu beni çok ağrıyor. Bir --seekyetenek olup olmadığını biliyor musun ? Bunu man sayfalarına dahil etmez.
Athan Clark

Maalesef ritim kutusu-istemci seçenekleri sınırlıdır. Size kolaylık olması için bu cevaba detayları ekledim.
Geppettvs D'Constanzo

Şu cevaba bir göz atın: unix.stackexchange.com/a/75680 , eski --seek seçeneği kullanımdan kaldırılmış gibi görünüyor, ancak başka bir çözüm var gibi görünüyor. Eğer başarılı olursa lütfen bize bildirin. Teşekkür ederim.
Geppettvs D'Constanzo

Oh şey ... Senin için başka bir düzenleme daha bıraktım. İyi şanslar!
Geppettvs D'Constanzo

Banshee'nin hem mevcut oyuncu bilgilerini sorgulama (parça çalma, imleç konumu, oyuncu durumu vb.) Hem de oynatmayı kontrol etme yeteneği var! banshee --helpHer şeyi açıklıyor! Yardımlarınız için teşekkür ederim, umarım harika bir gün geçirirsiniz!
Athan Clark
Sitemizi kullandığınızda şunları okuyup anladığınızı kabul etmiş olursunuz: Çerez Politikası ve Gizlilik Politikası.
Licensed under cc by-sa 3.0 with attribution required.