Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Feature Ideas
| | |-+  How about a WinAmp-ish app that plays a USB connected Rockbox device?
« previous next »
  • Print
Pages: [1] 2

Author Topic: How about a WinAmp-ish app that plays a USB connected Rockbox device?  (Read 7029 times)

Offline coiley

  • Member
  • *
  • Posts: 34
How about a WinAmp-ish app that plays a USB connected Rockbox device?
« on: February 21, 2009, 10:10:47 PM »
How about a Windows USB interface that looks like a Rockbox but operates A USB CONNECTED device  - like WinAmp, but running a USB connected Rockbox device.
Logged

Offline cool_walking_

  • Rockbox Expert
  • Member
  • *
  • Posts: 695
Re: How about a WinAmp-ish app that plays a USB connected Rockbox device?
« Reply #1 on: February 21, 2009, 10:14:40 PM »
I don't understand what you're saying, but I have a feeling this should be in the Feature Ideas forum.
Logged

Offline Chronon

  • Rockbox Expert
  • Member
  • *
  • Posts: 4379
Re: How about a WinAmp-ish app that plays a USB connected Rockbox device?
« Reply #2 on: February 22, 2009, 02:23:45 AM »
This really doesn't seem to have anything to do with Rockbox, though.  A player running Rockbox generally just connects as a UMS device.  You seem to be making a request about a PC program to play files from a USB drive.
Logged
Sansa e280, Gigabeat F40, Gigabeat S60, Sansa Clip+, iPod Mini 2g

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: How about a WinAmp-ish app that plays a USB connected Rockbox device?
« Reply #3 on: February 22, 2009, 07:39:32 AM »
Quote from: coiley on February 21, 2009, 10:10:47 PM
How about a Windows USB interface that looks like a Rockbox but operates A USB CONNECTED device  - like WinAmp, but running a USB connected Rockbox device.

Why not just use WinAmp and point it to the songs on your player?
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline coiley

  • Member
  • *
  • Posts: 34
Re: How about a WinAmp-ish app that plays a USB connected Rockbox device?
« Reply #4 on: February 22, 2009, 05:26:59 PM »
Quote from: Chronon on February 22, 2009, 02:23:45 AM
This really doesn't seem to have anything to do with Rockbox, though.  A player running Rockbox generally just connects as a UMS device.  You seem to be making a request about a PC program to play files from a USB drive.

I am referring to a PC program that acts as a remote control - and is skinned to look like the player.
Logged

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 826
  • Every Silver Lining has a Cloud
    • My Blog
Re: How about a WinAmp-ish app that plays a USB connected Rockbox device?
« Reply #5 on: February 22, 2009, 06:13:54 PM »
So Rockbox would do the playing, but be controlled by the computer and the output would go out the computer speakers?

That seems like a lot of work to do something that Winamp, or any other music program, can already do without involving the DAP (other than the hard drive) at all.
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

Offline coiley

  • Member
  • *
  • Posts: 34
Re: How about a WinAmp-ish app that plays a USB connected Rockbox device?
« Reply #6 on: February 22, 2009, 07:30:34 PM »
Quote from: Yotto on February 22, 2009, 06:13:54 PM
So Rockbox would do the playing, but be controlled by the computer and the output would go out the computer speakers?

That seems like a lot of work to do something that Winamp, or any other music program, can already do without involving the DAP (other than the hard drive) at all.

WinAmp does not offer a user interface to the RockBox'd player's settings.

All I am suggesting is a simple PC program that presses the players buttons (via USB). It seems like most of the work has already been done in that...

[1] each player's buttons are already successfully hooked in the RockBox OS, and...

[2] the RockBox PC simulator (http://rasher.dk/rockbox/simulator/) already incorporates a themeable graphical user interface for many devices.



Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: How about a WinAmp-ish app that plays a USB connected Rockbox device?
« Reply #7 on: February 22, 2009, 07:44:24 PM »
At this point, why not just use the player directly? Why is this worth the work, and adding custom code to Rockbox, exactly?
Logged

Offline motionman95

  • Member
  • *
  • Posts: 108
  • aka coderkid
    • coderkid
Re: How about a WinAmp-ish app that plays a USB connected Rockbox device?
« Reply #8 on: March 10, 2009, 11:27:15 AM »
Actually, what he's proposing is possible, correct me if I'm wrong. This could be done with a plugin from running on rockbox like this:

  • 1.) Plugin detects USB.
  • 2.) PC program writes to a file on rockbox mp3 player
  • 3.) Plugin reads file (every 2 secs?) and looks for commands
  • 4.) Runs command
  • 5.) Repeat.
Logged
My MP3 Player: Sansa C250 (2GB)
OS: Win XP SP3

Offline gevaerts

  • Administrator
  • Member
  • *
  • Posts: 1053
Re: How about a WinAmp-ish app that plays a USB connected Rockbox device?
« Reply #9 on: March 10, 2009, 11:30:04 AM »
Quote from: motionman95 on March 10, 2009, 11:27:15 AM
Actually, what he's proposing is possible, correct me if I'm wrong. This could be done with a plugin from running on rockbox like this:

  • 1.) Plugin detects USB.
  • 2.) PC program writes to a file on rockbox mp3 player
  • 3.) Plugin reads file (every 2 secs?) and looks for commands
  • 4.) Runs command
  • 5.) Repeat.

That way will *not* work. You can't access the file system from both sides at the same time.
Logged

Offline motionman95

  • Member
  • *
  • Posts: 108
  • aka coderkid
    • coderkid
Re: How about a WinAmp-ish app that plays a USB connected Rockbox device?
« Reply #10 on: March 10, 2009, 11:34:15 AM »
So your saying if the usb is plugged in, then Rockbox can't use the filesystem at all, even if the USB is ignored?
Logged
My MP3 Player: Sansa C250 (2GB)
OS: Win XP SP3

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: How about a WinAmp-ish app that plays a USB connected Rockbox device?
« Reply #11 on: March 10, 2009, 12:35:16 PM »
If USB is not connected, USB cannot write to the filesystem.
Logged

Offline motionman95

  • Member
  • *
  • Posts: 108
  • aka coderkid
    • coderkid
Re: How about a WinAmp-ish app that plays a USB connected Rockbox device?
« Reply #12 on: March 10, 2009, 01:19:21 PM »
Of course, I knew that, didn't you read my earlier post?  ???
Quote
1.) Plugin detects USB.
Logged
My MP3 Player: Sansa C250 (2GB)
OS: Win XP SP3

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: How about a WinAmp-ish app that plays a USB connected Rockbox device?
« Reply #13 on: March 10, 2009, 01:45:47 PM »
Yes, but your last post was talking about if USB was ignored. You can't have it both ways. Is USB ignored or connected?
Logged

Offline motionman95

  • Member
  • *
  • Posts: 108
  • aka coderkid
    • coderkid
Re: How about a WinAmp-ish app that plays a USB connected Rockbox device?
« Reply #14 on: March 10, 2009, 02:41:59 PM »
Hmm....it looks like there is no way for the mp3 to ignore the USB and still write files, as you said...  :-\ It would probably require a special USB mode. :(
« Last Edit: March 10, 2009, 02:49:26 PM by motionman95 »
Logged
My MP3 Player: Sansa C250 (2GB)
OS: Win XP SP3

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Feature Ideas
| | |-+  How about a WinAmp-ish app that plays a USB connected Rockbox device?
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.119 seconds with 14 queries.