Search results

  1. Coder_TimT

    Media Player Functionality?

    If you use mpd(which should be available as a Debian ARM package or just take a trivial recompile, since that's pretty much all it took on the gp2x) you'll get flac, gapless, playlists, and shoutcast for free. Then you can choose from a myriad of lightweight to heavyweight clients to use as a...
  2. Coder_TimT

    Background Hiss When Playing Music

    They changed how you programatically turn the screen off from F100 to F200 and I believe currently Oldplay and ommpc are the only two players that have implemented the needed changes. Currently only ommpc supports the touchscreen in any way as I believe that I'm the only music player dev with...
  3. Coder_TimT

    Over 999 Songs

    First I would try it again on the empty card with no music..or maybe a couple of songs... But at least make sure the directories exists... You should be running ommpc2x.gpe as that is the script that will return you to the menu when it's finished. As long as the directories referenced in the...
  4. Coder_TimT

    Over 999 Songs

    Did you edit the necessary config files as outlined in the README?
  5. Coder_TimT

    Over 999 Songs

    If not creating a random playlist, you do have to manually add files to the playlist. Or create playlists beforehand... There currently isn't a way to add a directory as a playlist or anything like that....it's on the todo list though... :(
  6. Coder_TimT

    Over 999 Songs

    I don't know if it will meet your exact listening needs, but I just tried ommpc with >1000 songs(1095 to be exact) and it didn't seem to have any issues. Since it uses mpd it has to add them to the mpd database which took about 2.5 minutes with that many songs, but after that it was quite...
  7. Coder_TimT

    Ommpc2x Questions

  8. Coder_TimT

    Ommpc2x Questions

    As mentioned if you have the latest version, holding the start button 3-4 seconds should toggle the screen on/off. Also as mentioned, clockspeed needs to be >160 or so for the touchscreen to work. That's a gp2x issue, so not anything I can do anything about. It becomes more responsive as the...
  9. Coder_TimT

    Gp2x F-200 - Turning Screen Off While Listening To Music?

    Wow, that indeed does not work on the f200. From the doc I've looked at it used to just be pressing select on the f100. Presssing select does nothing on the f200 and pressing select and 'L' just goes to the previous track as if select was not pressed. Has anybody managed to turn the screen...
  10. Coder_TimT

    Craigamp Screen Doesnt Auto-off On F200 Firmware 4.0

    To help keep you from taking too much time away from Pandora, here's my reply to Micket regarding where the lcd bits moved on the f200... I don't believed he's patched oldplay yet though. Currently I think ommpc is the only player to correctly turn off the f200 lcd...
  11. Coder_TimT

    Testing Wanted For A New Gp2x F200 Game

    Just for the heck of it, I tried playing without the touchscreen and had a couple of comments on the controls... Obviously these are just my opinions, maybe Manjuu or someone else could also try playing without the touchscreen control and see what they think. 1. Seems like there needs to be a...
  12. Coder_TimT

    Pandora Mascot

    This comment might have been meant as a joke, but I actually think it should be. To me, Tux opening Pandora's Box fits best... I'm not exactly sure how to pull that off without it just looking like a penguin holding some box...but given the context maybe it will make sense. :)
  13. Coder_TimT

    What Should The Pandora File Archive Look Like?

    Now to be fair, that is a bit of an exaggerated example... :D And I don't see how it would work out that way in the "real world" anyway. You suggested "core pandora" libs are linked shared and any other libs statically linked. This will result in downloaded a partially statically linked...
  14. Coder_TimT

    What Should The Pandora File Archive Look Like?

    I had always thought of repositories/dependencies/package managers as enablers of stable and compatible software. To be in the repository, you must be linked against the correct "core" libraries or you must run with a certain fenix release. Otherwise, you simply have to trust the developer to...
  15. Coder_TimT

    Ommpc2x V0.2.0

  16. Coder_TimT

    Testing Wanted For A New Gp2x F200 Game

    Answers three posts up.... :D So you don't have to go back a page, yes the menus highlight, and in the non-working version, the x,y coordinates never changed without dragging...
Back
Top