Forum: Official SMS Forums - Forum for discussing SMS: Simple Media System player for the PS2.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Argon v0.1
  

Results 1 to 8 of 8
  1. #1 Argon v0.1 
    user112 is offline Member
    Join Date
    Apr 2006
    Posts
    318
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Argon v0.1

    - Nothing, except the menu itself, is working, not even thumbnails.
    - No support for CD/DVD and HDD, only host: and USB (so, you can only start it from there).
    - No media change notifications - only parses folders at startup.

    Controls - directional buttons, X - confirm, O - cancel.
    Last edited by user112; 08-19-2006 at 01:37 PM.
    Reply With Quote  

  2. #2  
    hip203 is offline ahat we are is what we were
    Join Date
    Sep 2004
    Location
    malaysia
    Posts
    149
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I have tested the GUI....Itself using usb hdd .....run it for about 3 times ...the 3rd time I press the ps2 browser....after that I could not boot the gui anymore..

    Question
    1.Where is the default setting saved?

    2.Besides that the gui is pretty neat,with the new gui .....
    It list all my avi,mp3,jpg on their specific icon.
    There is problem...mp3listed correctly>folder first>then file..
    But for avi.jpg...though file is in a folder>but the gui just listed the file but not
    the folder>the file is all mixwd up.

    3.I take bout 1 min +- to load the gui...a bit long...maybe due to that it's listing the content of the usb hdd drive.


    4.one more info,there is a jpg viewer implemented on Launchelf ..I's a pretty heavy duty jpg viewer..pehaps u wish to int on the new gui..
    code is here:
    http://www.psx-scene.com/forums/atta...3&d=1153272987

    Other then minor bug than can be fix...This is Good working GUI...
    hope to see soon ...sms core intergreted on the gui ..also a jpg viewer core base on launchelf jpg viewer

    Ogg player maybe? : )
    http://svn.xiph.org/trunk/Tremor/

    Thanks for the COOL GUI..Really like the interface : )
    Last edited by hip203; 07-30-2006 at 12:43 AM.
    Reply With Quote  

  3. #3  
    <__> is offline Registered Insomniac
    Join Date
    Sep 2004
    Posts
    223
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    5
    Likes Received
    10
    Very nice indeed.

    Keep us posted
    Reply With Quote  

  4. #4  
    Polo35's Avatar
    Polo35 is offline Volatile member
    Join Date
    Mar 2006
    Location
    France
    Posts
    528
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Can you release the source?

    Please.

    I'm really interested in helping you.

    Merging my jpg viewer for exemple.

    When you want to post a file here, click on 'Go Advenced', at side of 'Post Quick Reply' button.
    When you're in advenced reply, click on 'Manage Attachements', below 'Submit Reply' button, and add all files you want.

    Best regards

    Polo
    Reply With Quote  

  5. #5  
    J-SIN is offline Member
    Join Date
    Aug 2005
    Posts
    83
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Is it for PAL only? I tired mine but I got big flickers which is usually because of PAL format and I have NSTC.
    Reply With Quote  

  6. #6  
    user112 is offline Member
    Join Date
    Apr 2006
    Posts
    318
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    hip203:
    Where is the default setting saved?
    Nowhere, those settings affect nothing, so there is nothing to save.
    It's sometimes gets stuck waiting for host: - just relaunch it.
    But for avi.jpg...though file is in a folder>but the gui just listed the file but not
    the folder>the file is all mixwd up.
    That's by design, I think it's more convenient to just scroll through a single list than navigate all those subfolders. In fact, music also has only one level - it's supposed to display albums. However, I'm not sure about photos - maybe I'll add one level of folders.
    I take bout 1 min
    It's currently single-threaded, so it parses all those folders at startup. That should be handled by some background thread.
    Thanks for the COOL GUI
    Thanks!



    <__>:
    Very nice indeed.
    Thanks!



    Polo35:
    Can you release the source?
    Yes, but a little bit later. Sorry, but I want to keep the development consistent.
    I'm really interested in helping you.
    Great, what about:
    - SMS playback functions, if you are able to understand EEUG's code, I'm not, so I'm waiting for him to give me some clues,
    - threads, semaphores, timers and stuff like that,
    - high quality mp3 decoder (madplay maybe? - haven't tested it yet) - while SMS mp3 decoder is ok for movies (speed is more important there), for plain mp3's we can use something better,
    - XML parsing - radio and weather, that one http://nongnu.org/scew/ has been ported to PS2,
    - SMB support - http://ntba2.de/?p=libsmb, if it's performance will be adequate,
    - visualization - based on something like that http://imagesavant.com/ or http://flam3.com/ (this one is opensource) or something else, but extremely minimalistic, and I don't care about it reacting to the music (and it will be simply great if that will be using VUs, but that won't happen...),
    - zlib support for those bitmaps and fonts.
    These are more or less in the order of their priority, so you can pick something.
    Merging my jpg viewer for exemple.
    You can send me the code, but jpeg viewer isn't on top priority, and I'm quite sceptical about it anyway. I have already played with libjpeg and it's damn slow (if only someone have used VUs for that), SD TV resolution isn't that great, it will need gamma-correction, and that will make things even slower.
    All right, that sounds too negative, send it to me, and I will be glad to integrate it.



    J-SIN:
    Is it for PAL only?
    Yup, currently PAL-only.
    Last edited by user112; 07-31-2006 at 08:10 AM.
    Reply With Quote  

  7. #7  
    progema is offline Member
    Join Date
    Feb 2006
    Posts
    33
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    dear,
    I do not understand the scope of the project.

    Is it not a better idea improve SMS player with new function helping EEUG ?

    Rebuild all the functionalyty os sms i think is not a good idea.

    Add new func.... like jpeg,radio ecc. is greaty idea.

    Anyway thanks to all
    Reply With Quote  

  8. #8  
    hip203 is offline ahat we are is what we were
    Join Date
    Sep 2004
    Location
    malaysia
    Posts
    149
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    refer forum on ps2dev:http://forums.ps2dev.org/viewtopic.p...7a0d682e21e02d

    This is an improve libjpg not update on ps2dev... pehaps u have not tested it before ....

    Remark by polo on the improve libjpg..

    Hey.

    Are you interested by a libjpg improvement.

    I worked on a jpg viewer for ULE, and saw lot of jpg were not supported.
    So i decided to take a look at libjpg.
    And made some changes and wrote a new fonction call "jpgData *jpgOpenFILE(FILE *in_file, int mode)".

    That work like "jpgData *jpgOpenRAW(u8 *data, int mode)" fonction, but need a FILE pointer for decompression.
    You just need to open the file with fopen in your main prog and call the new fonction.

    That solve all unsupported jpg problem.

    Best regards

    Polo
    updated source on launchelf3.81 source...
    Attached Files
    Reply With Quote  

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