Results 1 to 10 of 10

Thread: Android remote for rhythmbox

  1. #1
    Join Date
    May 2009
    Location
    England
    Beans
    194
    Distro
    Ubuntu 10.04 Lucid Lynx

    Android remote for rhythmbox

    I've installed this banshee remote on my htc desire HD phone (android 2.2.1) (http://www.dartmouth.edu/~nstamato/android.html) from the marketplace and a python script (http://www.navarin.de/projects/rbox/) to run a server on my ubuntu netbook remix 10.10 so that I play/pause/skip etc from my phone. So far so good but there was a couple more things I can't get working...
    Because the phone app is designed for banshee it has a feature that lets you search the library but you have to copy the banshee.db file to the phones sdcard. What is the rythembox alternative and will I be able to get it to work?
    Also do you think it will be able to get it to work over bluetooth (so far it is working though the wifi)

    Thanks in advance

  2. #2
    Join Date
    Mar 2009
    Location
    Lund,Sweden
    Beans
    59
    Distro
    Lubuntu

    Re: Android remote for rhythmbox

    Same here, been spending days looking for some Android/Linux combination to control music in my home, Sonos style. Been amazed how little interest the linux community has in this.

  3. #3
    Join Date
    Apr 2008
    Location
    California Republic
    Beans
    2,657

    Re: Android remote for rhythmbox

    seen uremotedesktop? http://www.guatedroid.com/?p=46

    it isn't designed for any specific media app, just sends generic 'play', 'next track', etc, commands.

    i can't speak for everything, but it works great in rhythmbox and the default ubuntu movie player.
    Semper Fi

    My Non-Ubuntu Blog.
    All posts by me are Public Domain.

  4. #4
    Join Date
    May 2009
    Location
    England
    Beans
    194
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Android remote for rhythmbox

    I was using Uremotedroid for a while. It was good but now I've changed to banshee and am using the banshee remote from above. It seems good so far.

  5. #5
    Join Date
    May 2009
    Location
    England
    Beans
    194
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Android remote for rhythmbox

    I've ben using banshee remote for a while now and it's really good with banshee (which I'm using on my desktop and notebook at the moment) I particularly like the feature that lets you choose the songs from your library to play rather than just skipping forward or back.
    For that feature to work properly you need an updated banshee.db on your phone. I was thinking about a simple script to copy it across if it gets changed maybe using dropbox to get it on my phone.
    Something along the lines of "if the banshee.db in my ~/ is newer than banshe.db in dropbox then... cp" and something similar on the phone end.
    Is there a way of using BASH to tell if one file has been modified more recently than another? Or am I going about this completly the wrong way?
    Any suggestions would be appreciated!

  6. #6
    Join Date
    Apr 2008
    Location
    California Republic
    Beans
    2,657

    Re: Android remote for rhythmbox

    Quote Originally Posted by pieman711 View Post
    I've ben using banshee remote for a while now and it's really good with banshee (which I'm using on my desktop and notebook at the moment) I particularly like the feature that lets you choose the songs from your library to play rather than just skipping forward or back.
    For that feature to work properly you need an updated banshee.db on your phone. I was thinking about a simple script to copy it across if it gets changed maybe using dropbox to get it on my phone.
    Something along the lines of "if the banshee.db in my ~/ is newer than banshe.db in dropbox then... cp" and something similar on the phone end.
    Is there a way of using BASH to tell if one file has been modified more recently than another? Or am I going about this completly the wrong way?
    Any suggestions would be appreciated!
    rsync

    Code:
    man rsync
    i can't offer up an exact sample command, because that is one of those commands wherein a typo could be a very bad thing and i've only used the command a few times.

    edit: here ya go http://www.thegeekstuff.com/2010/09/...mand-examples/
    Last edited by earthpigg; May 15th, 2011 at 08:53 PM.
    Semper Fi

    My Non-Ubuntu Blog.
    All posts by me are Public Domain.

  7. #7
    Join Date
    May 2009
    Location
    England
    Beans
    194
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Android remote for rhythmbox

    Cheers. I'll get stuck in and see how I get on.

  8. #8
    Join Date
    May 2009
    Location
    England
    Beans
    194
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Android remote for rhythmbox

    A qucik update for anyone using banshee remote...
    There is a really nifty app called rsync back up for android. You have to know a bit about what you're doing (or at least be willing to learn) as it's not straight forward to set up.
    It means now I can update the banshee.db file on my phone with just one click.

    I've also set up a folder to back up the photos and videos on my phone to my harddrive, again with one click. Cheers for the pointer earthpigg.

    --EDIT

    The most recent update to Banshee remote and the plugin to banshee now supports syncing of the .db file through the app.
    Last edited by pieman711; May 20th, 2011 at 12:32 PM.

  9. #9
    Join Date
    May 2007
    Location
    Vác, Hungary
    Beans
    2
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Android remote for rhythmbox

    best android rhythmbox remote control:
    http://www.joaomak.net/projetos/rhythmote
    just a plugin in rhythmbox, accessed via http from your android or anything else

  10. #10
    Join Date
    Dec 2011
    Beans
    1

    Re: Android remote for rhythmbox

    You can try this App (Rhythmbox remote) from the market

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •