Search found 7 matches
- Mon Apr 04, 2005 3:56 am
- Forum: PSP Development
- Topic: Jpg ordering problem?
- Replies: 7
- Views: 5010
I'm still stumped as to how to get files in the right date order by just copying them. I've touched my files to make sure they are ordered correctly. When I sort by creation date they are in order. When I sort by modification date they are in order. I copy them and check the order on the USB drive f...
- Sun Apr 03, 2005 2:27 pm
- Forum: PSP Development
- Topic: MP4 Video Name
- Replies: 8
- Views: 6004
There is no Mac resource to edit, MP4 files are data-fork only. Most encoders that currently know how to tweak MP4 files for the PSP also know how to create the tag for the name. I don't know the spec for this and assume it's some kind of MPEG data field. It's in the MobileHackers version of the ffm...
- Sun Apr 03, 2005 12:10 pm
- Forum: PSP Development
- Topic: File transfer using Linux USB?
- Replies: 5
- Views: 4582
- Sun Apr 03, 2005 3:29 am
- Forum: PSP Development
- Topic: Jpg ordering problem?
- Replies: 7
- Views: 5010
- Sat Apr 02, 2005 12:17 pm
- Forum: PSP Development
- Topic: Paperless printer woes
- Replies: 17
- Views: 10260
It's possible to use system calls to directly get and set file creation/modification/access times. Perhaps your utility could iterate through all the files after they are created and touch them with sequential timestamps? That's a pretty crude method though. Perhaps what we need is a generic script ...
- Sat Apr 02, 2005 9:09 am
- Forum: PSP Development
- Topic: File transfer using Linux USB?
- Replies: 5
- Views: 4582
File transfer using Linux USB?
Is anybody successfully using Linux to transfer files directly to the PSP over USB? Using Suse 9.2 here with hotplug enabled it connects file, but subfs doesn't seem to be using the right iocharset or something else is wonky. Even if I disable hotplug and manually mount the PSP as vfat, copied files...
- Sat Apr 02, 2005 9:02 am
- Forum: PSP Development
- Topic: Paperless printer woes
- Replies: 17
- Views: 10260
Nice little program. I was previously using OpenOffice to output a PDF and then ImageMagick to generate the jpegs. But, I have yet to find a practical way to easily get the jpegs loaded onto the PSP in correct order. I know the sorting is by date, but I haven't found a way to force windows to copy t...