Forum: PS3 Technical Development - Topics relating to Playstation 3 Technical development ONLY! Read and discuss the latest Cobra USB updates, tutorials and explanations or find out about bluray drive bypass firmwares plus much more.


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: Project: Groovy Manager
  

Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 27
  1. #1 Project: Groovy Manager 
    namdlo is offline Member
    Join Date
    Aug 2010
    Posts
    80
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Ok I've created my first POC (proof of concept) version of my file manager.

    This version is VERY basic. I was more concerned with functionality than beauty in this version.

    The main screen is very plain:

    Your only option is entering the IP address of your PS3 and then starting the scan.
    Note: You must have the PS3 FTP Server running before you start the program.


    The program will scan the internal hard drive as well as ALL attached USB hard drives


    When it finds a game it copies the PARAM.sfo file and the ICON0.txt file locally to your machine. When all games have been found it parses the PARAM.sfo, creates a txt file of the PARAM.sfo values named <Title_ID>.txt, renames the PARAM file to <TitleID>_<Drive>_PARAM.sfo and the ICON0 file to <TitleID>_<Drive>_ICON0.png.

    The programs not perfect but most of the issue occur because the PS3 FTP server isn't stable. I still have to do quite a bit with error trapping, reading local drives and of course making it look pretty.

    I've a link to the program - there's a good chance that I'll release the source code as well (I need to clean up my code first )

    I'm not trying to take any credit away from the Gamezplorer creator and I'm just a bored programmer looking for something to do

    Please let me know what you think and if I should continue moving forward.


    http://www.megaupload.com/?d=33MRROZN
    Reply With Quote  

  2. #2  
    garyopa's Avatar
    garyopa is offline Old-School R&D Developer
    Join Date
    May 2002
    Location
    The Whole Wide World
    Posts
    2,321
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    88
    Likes Received
    250
    Quote Originally Posted by namdlo View Post
    Ok I've created my first POC (proof of concept) version of my file manager.

    This version is VERY basic. I was more concerned with functionality than beauty in this version.

    I'm not trying to take any credit away from the Gamezplorer creator and I'm just a bored programmer looking for something to do

    Please let me know what you think and if I should continue moving forward.

    http://www.megaupload.com/?d=33MRROZN
    Looks good, sometimes the best things come out from bored programmers.

    But SORRY, I moved your post from the Gamezplorer thread, it's aganist the rules to "hi-jack" a thread.

    You now have your OWN thread titled: Project: Groovy Manager in our very growing PS3 Development forum.

    Thanks for your efforts, and please do contiune, the more apps the better!
    Reply With Quote  

  3. #3  
    namdlo is offline Member
    Join Date
    Aug 2010
    Posts
    80
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I understand completely - I had no intentions of "hi-jacking" the original thread.

    I do have a question for everyone - what would you like for an interface?

    FTP type style? icons? grid?

    Most of my development work is M$ SQL, console apps, or very basic interfaces.

    The more feedback the more motivation I have...
    Reply With Quote  

  4. #4  
    reldas is offline Member
    Join Date
    Sep 2010
    Posts
    172
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    i couldnt even get it to connect, it just keep on saying reset your ftp service ( which i did about 10 times). dont worry about the interface just get the program to work ( by that i mean iron out all the bugs) then worry about the interface. but its a cool program combine this with the gamezexplorer and boom awesome app


    EDIT: if i then try a ftp program (filezilla) it connect right away no problems
    LOL --- http://www.youtube.com/watch?v=3AzpByR3MvI
    Reply With Quote  

  5. #5  
    namdlo is offline Member
    Join Date
    Aug 2010
    Posts
    80
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by reldas View Post
    i couldnt even get it to connect, it just keep on saying reset your ftp service ( which i did about 10 times). dont worry about the interface just get the program to work ( by that i mean iron out all the bugs) then worry about the interface. but its a cool program combine this with the gamezexplorer and boom awesome app


    EDIT: if i then try a ftp program (filezilla) it connect right away no problems
    I'll try to find out what's causing the issues you're seeing - it might be something as similiar as a timeout.

    I know others are connecting with it.
    Reply With Quote  

  6. #6  
    reldas is offline Member
    Join Date
    Sep 2010
    Posts
    172
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    i am transferring some games at the moment but when thats finished i will post up the errors i am getting
    LOL --- http://www.youtube.com/watch?v=3AzpByR3MvI
    Reply With Quote  

  7. #7  
    namdlo is offline Member
    Join Date
    Aug 2010
    Posts
    80
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I have made some progress on this....
    Attached Thumbnails Attached Thumbnails groovy2.png  
    Reply With Quote  

  8. #8  
    seuden is offline Member
    Join Date
    Aug 2010
    Posts
    35
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Nice! Keep up the good work.
    Reply With Quote  

  9. #9  
    Reinert is offline Registered User
    Join Date
    Sep 2010
    Posts
    12
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Looking forward to this! Looks promising!
    Reply With Quote  

  10. #10  
    namdlo is offline Member
    Join Date
    Aug 2010
    Posts
    80
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I know this isn't a big deal to most but I'm still moving forward with this.

    Here are a few screen shots of the newest version.

    I went back and re-did the backend (again).

    Features added:

    Ranking games (stored)
    Genre (stored)
    Sorting
    Game Size / Max File

    Game Size and Max File Size only work on games that are located on the PC.
    However if the game was ever on the PC it stores that size and displays it for games located on the PS3.
    Because the FTP server doesn't report files larger than 4gb properly I didn't see any point in scanning it for size.

    Still to do:

    Clean up the interfaces - I have quite a bit to do here
    Finish "task" interface - FTP copy, Local move and FTP delete are all working I just need a way to display them properly.
    Display param.sfo window

    Please let me know if you can think of any other features you'd like to see.

    I'm still hoping to release this sometime during the weekend.


    I'm including my newest screen shots with two of the views.
    Attached Thumbnails Attached Thumbnails groovy2-1.png   groovy2-2.png  
    Reply With Quote  

Page 1 of 3 1 2 3 LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •