maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   Does anyone can port this music player to N900? (https://talk.maemo.org/showthread.php?t=83721)

fft750731 2012-04-27 05:41

Re: Does anyone can port this music player to N900?
 
OMG!!Don't let me see that!

Why dingux can do whlie mameo not?

And, I just need a player can support the GME format, or better in .7z files.
Do you have the version?

szopin 2012-04-27 08:59

Re: Does anyone can port this music player to N900?
 
Can you upload a sample file, will check if it works in .99, as to 7z, this is introduced in 1.12, so best you can do is extract those and zip them as .zip is supported.

fft750731 2012-04-29 04:53

Re: Does anyone can port this music player to N900?
 
http://depositfiles.com/files/ijr58q3ud

OK these are the certain kind format files that what I want,please test and I'm still waitng

szopin 2012-04-30 18:41

Re: Does anyone can port this music player to N900?
 
.nsf - works
.psf - unplayable
.hes - works
.gbs - works
.kss - works
.vgz - unplayable

Did not show up in the filelist:
.minipsf2
.mid
.minigsf
.psf2lib
.rsn

:(

fft750731 2012-05-02 04:00

Re: Does anyone can port this music player to N900?
 
Just as I think.

.vgz should be a .vgm zip file, .rsn should be a .spc rar file, you can unzip them to have a test.

And , Will you show me a playable version?

szopin 2012-05-06 18:53

Re: Does anyone can port this music player to N900?
 
1 Attachment(s)
Good news, got the latest version running. Might be dangerous as it had some overclocking code in it, doubt it would work on N900, crash much more likely, but just in case tried to comment it out.

You'll need those libs (possibly more, it will cry lack of <libname>.so.x files, all should be in the repos):

sudo apt-get install libid3tag0 libogg0

Next step, newer libstdc++. You'll need 3 packages from Aapo's work on gcc 4.6 (all debs for this here: http://cc.oulu.fi/~rantalai/fremantle)

http://cc.oulu.fi/~rantalai/fremantl...emo4_armel.deb
http://cc.oulu.fi/~rantalai/fremantl...emo4_armel.deb
http://cc.oulu.fi/~rantalai/fremantl...emo4_armel.deb

Install them with dpkg. You should now be able to run oldplayer with:
./oldplay
from the unpacked directory (needs ext2/3 partition like /home/user for example).

Issues known:
.mid don't work (no idea why, libtimidity plugin compiles fine)
No info about current song displayed
FF somewhat buggy
...many more most likely

Tested on different formats and almost all work. zip/rar/7z compression supported.

Keys:

key_actions[SDLK_LEFT] = REW;
key_actions[SDLK_RIGHT] = FF;
key_actions[SDLK_UP] = UP;
key_actions[SDLK_DOWN] = DOWN;
key_actions[','] = VOLUP;
key_actions['.'] = VOLDOWN;
key_actions['a'] = PGUP;
key_actions['z'] = PGDOWN;
key_actions[SDLK_KP_ENTER] = ENTER;
key_actions[SDLK_BACKSPACE] = BACK;
key_actions['q'] = QUIT;
key_actions['d'] = DELETE;
key_actions['r'] = REPEAT;
key_actions['s'] = SHUFFLE;
key_actions[' '] = PAUSE;
key_actions['p'] = PREV;
key_actions['n'] = NEXT;
key_actions['l'] = PLISTADD;
key_actions['i'] = PLAYLIST;

Oldplayer:
http://depositfiles.com/files/8e3wlpxxu

fft750731 2012-05-07 04:38

Re: Does anyone can port this music player to N900?
 
I have installed all the .deb successfully, and unpacked the oldplay.tar.gz to be a 'player' folder, set it into /home/user, then I get in /home/user/player,
./oldplay
and then
/bin/sh: ./oldplay: Permission denied

what wrong?

fft750731 2012-05-07 05:17

Re: Does anyone can port this music player to N900?
 
OK I got it run.

And why does it play slowly and sound bad quality even overclocking 805Mhz?

On A320 dingux, only 336Mhz plays more smoothly

fft750731 2012-05-07 05:23

Re: Does anyone can port this music player to N900?
 
As I see in xt
MusicPlayer::playsong - rc =0,-1 msec, 2 chn, 44100 Hz @150Mhz??

fft750731 2012-05-07 05:24

Re: Does anyone can port this music player to N900?
 
As I see in xt
MusicPlayer::playsong - rc =0,-1 msec, 2 chn, 44100 Hz @150Mhz??


All times are GMT. The time now is 08:08.

vBulletin® Version 3.8.8