Hoppa till innehåll

Kategori: Programmering

Music App update – Sep 25th.

And so we have less then a month to go before Music 1.0 should(/will) be released.
Oh, and there is a lot that’s happening!

Changelog

  • Mediascanner (Victor Thompson)

  • Arguments (Daniel Holm)

  • Reorder items (Andrew Hayzen)

  • Move from Dialogs to Sheets (Daniel Holm)

    • Settings

    • Add to playlist

  • Empty states when there is no music on device (Andrew Hayzen)

  • Updates to Playlist database to support new meta data. (Victor Thompson)

  • Added genres. (Victor Thompson)

  • Some code clean up.

Bugs fixed:

  • Width issues with items in the new sheets.

  • Only one track will be removed from a playlist, if it contains more then one with the same title. (Daniel Holm)

  • Toolbar missing in Playlists tab. (Daniel Holm)

  • Removal of a lot of error output. (Daniel Holm)

  • DB access errors. (Victor Thompson)

  • Music not supporting URLs. (Daniel Holm)

  • Reorder not working as it should in playlist. (Andrew Hayzen)

Mediascanner
We don’t longer scan your music collection ourselves. Instead we depend on mediascanner which is a new system service that keeps your music library up to date, and searchable using Dash. Victor worked really hard on making this come true.
Arguments
Click on a track from Unity and Music will play it. Also added a debug argument that will be used to show more output as well as a reset button for all settings and playlists. Used while developing.
Genres
Together with the new UI/UX and mediscanner service, Victor submitted patches upstream to add support for genres, which are now shown in first tab of Music. Press Rock and there will be rock, and only, roll.
Reorder
Since there is no support for drag and drop in Ubuntu SDK, Andrew worked hard on bringing us support for that together with the swipe-to-delete. Now you can press-and-hold a track in, e.g., the queue and move it up or down.

The Future

So, as I was saying we have until the 17th October to finish Music and release 1.0. We had three large changes to do:

1. Use Mediascanner – which is now DONE.

2. Integrate the new UI/UX – INPROGRESS.

3. Make it play music, even when the screen is off – TODO.

So we will keep up with landing new design changes – it will be beautiful! – and we have just started to talk about how to work with the powered system so that we can keep playing music when screen off/app not focused.

As always, I am optimistic: we will get there. Music is already in the daily images, together with the mediascanner. Give it a go, since we will do a lot of polishing the upcoming weeks: report bugs, thank you.

2 kommentarer

Quiz App Update, 24th aug.

Hi all,
Back from a lot of work and studying for an exam. Back to my app submissions to the Ubuntu App Showdown.
The Quiz app, which I’ve written about earlier, is coming along nicely. Yesterday and today, I’ve been working on rebuilding some of the backend. Previously Quiz was only able to add a question, with an answer, and then list all of the questions, and if you wanted to answer a question you had to write it down. Then I added four buttons, one which contained the correct answer – no need to type it yourself.
Now, I removed those old buttons, updated the tables for the questions database so that you can add alternatives to your question, and each of them (max four, min two) gets an old button automagically since I’ve rebuild the backend to use ListModels instead of manually doing it. Each alternative is saved in an array, foreach.append to ListModel = done!
Result is found in the images above. I just need to deactivate all of the buttons when one alternative is pressed, instead of just the one that got pressed. Also the alternatives will be in a random order later on.
Later on I will create a way for the app to download new questions from a server, and also bundle the app with some inital questions. Untill then you have to add your own.

Kommentarer är stängda