You are browsing as a guest. Sign up (or log in) to start making projects!

lumentae

@lumentae

Joined May 31st, 2026

  • 15Devlogs
  • 1Projects
  • 0Ships
  • 0Votes
Open comments for this post

3h 1m 26s logged

I added support for MPRIS and I found out that it’s actually a quite interesting protocol (uses microseconds instead of milliseconds, which I found out the hard way…). Also I moved everything audio related to medialib so I can reuse most code for a future TUI or web interface!

I added support for MPRIS and I found out that it’s actually a quite interesting protocol (uses microseconds instead of milliseconds, which I found out the hard way…). Also I moved everything audio related to medialib so I can reuse most code for a future TUI or web interface!

Replying to @lumentae

0
1
Open comments for this post

50m 26s logged

I fixed a bug with cmake downloading the Material Symbols font as a css stylesheet and QML was trying to load it as a font, but kept failing… Also I made a todo list with a few entries so I don’t forget what to work on 😭

I fixed a bug with cmake downloading the Material Symbols font as a css stylesheet and QML was trying to load it as a font, but kept failing… Also I made a todo list with a few entries so I don’t forget what to work on 😭

Replying to @lumentae

0
2
Open comments for this post

37m 46s logged

I added a repeat and shuffle button! I also fixed the queue, since it didn’t add new songs when scrolling and only the first 100 songs were loaded!

I added a repeat and shuffle button! I also fixed the queue, since it didn’t add new songs when scrolling and only the first 100 songs were loaded!

Replying to @lumentae

0
2
Open comments for this post

1h 16m 57s logged

I added a really simple queue that you cant view anywhere and not add songs right now, but works and the pause button now shows the current state of the song (playing and paused). Also I added skip buttons to play the previous or next song!

I added a really simple queue that you cant view anywhere and not add songs right now, but works and the pause button now shows the current state of the song (playing and paused). Also I added skip buttons to play the previous or next song!

Replying to @lumentae

0
2
Open comments for this post

2h 1m 6s logged

There’s now a pause and play button and I fixed a bug that crashed the program after playing another song after one finished 😭. I’ll add more media buttons like skipping or shuffle/repeat next!

There’s now a pause and play button and I fixed a bug that crashed the program after playing another song after one finished 😭. I’ll add more media buttons like skipping or shuffle/repeat next!

Replying to @lumentae

0
1
Open comments for this post

1h 1m 7s logged

Dragging works for seeking now. Also I’m sorry for not posting any devlogs the last week since I’ve been really busy with school lately (due to having to run shows…)

Dragging works for seeking now. Also I’m sorry for not posting any devlogs the last week since I’ve been really busy with school lately (due to having to run shows…)

Replying to @lumentae

0
3
Open comments for this post

1h 12m 14s logged

The text is now being elided correctly and the progress bar is finally centered! Also I started working on showing the song progress, but haven’t made it interactive yet

The text is now being elided correctly and the progress bar is finally centered! Also I started working on showing the song progress, but haven’t made it interactive yet

Replying to @lumentae

0
5
Open comments for this post

2h 34m 55s logged

I improved the bottom bar, but the progress bar is still not how I like it. This has also made me realise how much I HATE layouts in QML

I improved the bottom bar, but the progress bar is still not how I like it. This has also made me realise how much I HATE layouts in QML

Replying to @lumentae

0
3
Open comments for this post

2h 16m 32s logged

Music can now be played and I added an incomplete player bar at the bottom that doesn’t show much yet 😭. I first started working on the bottom bar without having done the player before so I was kinda stuck and had to implement the player so I could add the media controls like seek, current media information or the pause, play and stop buttons aswell as the volume slider (which I really need…)

Music can now be played and I added an incomplete player bar at the bottom that doesn’t show much yet 😭. I first started working on the bottom bar without having done the player before so I was kinda stuck and had to implement the player so I could add the media controls like seek, current media information or the pause, play and stop buttons aswell as the volume slider (which I really need…)

Replying to @lumentae

0
5
Open comments for this post

2h 1m 28s logged

The song list now infinitely scrolls and song cover art is now shown!

The song list now infinitely scrolls and song cover art is now shown!

Replying to @lumentae

0
4
Open comments for this post

54m 46s logged

I remade the songlist and was inspired from Feishin’s design. I’ll implement the song covers and the home page next!

I remade the songlist and was inspired from Feishin’s design. I’ll implement the song covers and the home page next!

Replying to @lumentae

0
4
Open comments for this post

1h 56m 36s logged

I added a simple sidebar which currently only shows the song list because I haven’t added page switching yet, but content pages can be loaded dynamically now!!

I added a simple sidebar which currently only shows the song list because I haven’t added page switching yet, but content pages can be loaded dynamically now!!

Replying to @lumentae

0
3
Open comments for this post

2h 8m 51s logged

I reworked the OpenSubsonic API, added support for QML and created a simple song list. It was really hard to implement QML models and found out that QList::fromVector does not convert a std::vector to a QList 😭

I reworked the OpenSubsonic API, added support for QML and created a simple song list. It was really hard to implement QML models and found out that QList::fromVector does not convert a std::vector to a QList 😭

Replying to @lumentae

0
5
Open comments for this post

1h 35m 52s logged

I got the authentication working and also its now possible to search for songs, artists and albums. Still no GUI or music player yet… 😅

I got the authentication working and also its now possible to search for songs, artists and albums. Still no GUI or music player yet… 😅

Replying to @lumentae

0
5
Open comments for this post

24m 43s logged

I created the rough project structure and already included dependencies for the Open Subsonic client, but have not written any code for it yet 😭. I will work on it tomorrow when I have more time and focus on getting the authorization and other things to work!

I created the rough project structure and already included dependencies for the Open Subsonic client, but have not written any code for it yet 😭. I will work on it tomorrow when I have more time and focus on getting the authorization and other things to work!

Replying to @lumentae

0
26

Followers

Loading…