Comments

Log in with itch.io to leave a comment.

(1 edit)

Maybe I overlooked it, but does this work without headphones too? Playing music via the speaker? Looking for some retro radio vibes.

PS: The demo does not work on playdate, or rather can't be sideloaded since the error "Could not find a top-level .pdx file." comes up. Otherwise I might have just tested the speaker compatibility :)

Yes, it works with speaker or headphones.

It sounds like you’re trying to sideload the wrong file? Are you uploading the zip or the extracted pdx?

Thanks! I am trying to upload the zip of the demo. When I unpack it there is nothing that's able to be uploaded to the playdate. No extracted pdx.

I just figured it out, unpacked it, and needed to move the contents of the source folder up to the top level and then create a .pdx.zip file of that whole thing again. The source folder is one layer too many. 

Hi - would I be able to use this tool to convert wav audio to pda ? Thanks !

No, for that you need to use “pdc” that comes with the Playdate SDK.

https://sdk.play.date/inside-playdate/#_compiling_a_project

Thanks !

(+1)

This is so neat, thanks for making it!

Some feedback, which you may already be aware of: seems to crash my playdate when a song ends, presumably when trying to auto-play the next track.

Also, I’ll just throw in and say folder support would be awesome! 😁

Thanks! The crash is an SDK bug with certain audio files, hopefully the fix will come soon. A workaround might be to re-save or re-encode the file but it’s not ideal.

(+1)

Can you please show some more screenshots of this in action, especially how the image viewer works.  Also, what formats can it open?  JPEG?  GIF?  TIFF? PNG?  Thanks!

(2 edits)

Hi. It shows only compatible Playdate image formats: compiled PDI and PDT, and Animated GIF.

The image is simply displayed on screen. There is no user interface visible when viewing images or animations. I’ll add a video of it running soon.

Thank you for replying.  Can it display static GIF images in the Images folder, or only animated GIF images in the Animations folder?

It’s limitations and capabilities are inherited from the Playdate SDK. So, only animated GIF in the Animations folder.

You description says "

  • still images or .PDI compiled images in Images/

What's the "still images" then?

(1 edit)

Still images are your pre-compiled choices, which are turned into PDI by the compiler. Which image format depends on whether you’re compiling them into the app or putting them into the Data folder.

I’ll try to make the text clearer.