Category Archives: Tiny Player

Tiny Player for iOS 2.1.0

Tiny Player version 2.1.0 is out now on iOS. What’s new?

  • Open tinyplayer.net in your browser and the running Tiny Player app will appear automatically. You don’t have to type the IP address anymore.

There had been a few minor releases since 2.0:

2.0.4

  • Fix seeking in files with less common sampling frequencies
  • Fix saving of playlist

2.0.3

  • Add support for m4b audio book files
  • Fix crash during file management operations

2.0.2

  • EQ tweaks

2.0.1

  • Show list of supported file extensions on front upload webpage
  • Drag to reorder playlist items
  • Enable player controls on startup when a track is selected
If you like the app, you can use the new in-app tip jar.
Bug reports and suggestions are always welcome.
Have a nice day!

An important step for Tiny Player

Both Tiny Player for iOS and Tiny Player for Mac have been rewritten in Swift.

It took a lot of time & effort but it was a necessary step and I’m happy with how it went.

Generally I wanted to keep the app working at the end of each programming session. I started with a few refactorings of the Objective-C code that I knew would make things easier later. Then I rewrote the smaller components and worked my way up to the main view controllers. Those took the most effort and multiple nights to complete.

In the iOS app, there are about 300 lines of Objective-C left, which I’m probably going to keep. They make interfacing with the C-based HTTP server a bit easier. I got rid of the C++ HTML templating code and replaced it with a simpler Swift version because it’s easier to integrate with the rest of the new code base.

The Mac app is 100% Swift, plain and simple. It felt quite nice completing the last bit and deleting all the @objc attributes.

I’m currently testing both apps, looking for regressions. The first release based on  this new codebase probably won’t contain any major user-facing changes. However, the rewrite opens the door to new features and performance & reliability improvements in the future.

Tiny Player 1.4

Tiny Player version 1.4 is out now. This update brings the following changes:

  • Dark mode support
  • New icon set
  • Optimizations & bug fixes

This version of Tiny Player requires iOS 13.0 or newer. I know this leaves some users behind. Sorry. I need to modernize the code to keep adding new features.