![]() |
2007-03-21
, 07:19
|
|
Posts: 1,674 |
Thanked: 171 times |
Joined on Mar 2007
@ Anderson, IN
|
#1
|
![]() |
2008-02-01
, 19:36
|
|
Posts: 96 |
Thanked: 7 times |
Joined on Sep 2007
|
#2
|
![]() |
2008-02-01
, 19:54
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#3
|
ok heres a simple question , am i the only person that thinks the media player on the N800 Sucks for playing mp3s? im really anal bout how my files show up on the list and ive even used an id3 tag renamer to erase them , and the title slots show up on my pc as blank but when uploaded to my n800 something else shows up besides the file name. only way i have found to solve this os to manually go through and title the files that dont show up right. i also dont like how i cant just manually browse through folders and make my own playlists as i could on the 770 all in all the media player on the N800 is pain in the ***... anyone have any options besides canola as i dont care for it either , i just want a simple audio player with a simple list and the ability to browse and make my own playlists instead of it auto scanning the card..... any suggestions or opinions?
mpc play
![]() |
2008-02-02
, 17:50
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#4
|
No, you're not the only person. I think there are many of us. My personal pick (which a lot of people who know what I'm talking about think is kinda stupid, FWIW) is mpd with mmpc and powerlaunch and some custom scripts.
mpd is a filesystem, db, and playlist based playback server. Tracks are stored in a filesystem (a directory or handful of directories on your device, all other paths are ignored), which is indexed in a database. Playlists are stored in the database, but may be (im/ex)ported.
But mpd has no UI. It just sits there happily playing mp3s, or doing nothing. The only interface for controlling it is via TCP/IP. Clients connect over a network socket, and issue commands. mmpc is one client; it provides a graphical interface similar in layout to the built-in player. It's good for building playlists.
But it would be stupid to split to a client/server architecture if that was all. There's also mpc, a command-line (hence scriptable) client. You can issue a command likefrom a script to start it playing.Code:mpc play
Then you can control mpc from powerlaunch. You can have the screen locked, and the keys unlocked and used by powerlaunch to control mpd. THAT's why I use mpd. It lets me lock the screen, put the N800 in my pocket, with audio through the BT headset, and I can just tap the d-pad and zoom buttons to skip songs, play/pause, and adjust volume. A helpful side effect is that the player is filesystem based (with file info stored in a db), which I like. But I'd have gone with xmms if not for the more effective remote-control capabilities of mpd.
![]() |
2008-02-02
, 17:56
|
|
Posts: 643 |
Thanked: 628 times |
Joined on Mar 2007
@ Seattle (or thereabouts)
|
#5
|
![]() |
2008-02-02
, 18:35
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#6
|