I'll pass on your thoughts to the team.
@xcool What is it about the 'random' play that you don't like? That's the first time I've heard it criticised.
Can you describe a test that would be repeatable by the support team?
Lumin T2 burn in time?
My question for you Lumin owners - how long of a burn in period are you giving your streamer/dac before it reaches its optimal sound? and do you think the bass will improve with the burn in?
Overall I do like the sound, but if the bass department doesn't improve, it would be a show stopper for me. Another thing I wished I had known before purchasing this unit is the lack of remote control. The Lumin App is not bad, but the lack of basic control via an infrared remote is a real bummer. I'm not looking for full fledged feature set from a remote, just basic rewind, forward, start, and stop. It saves me the hassle of opening my phone every time to perform these simple tasks.
Anyway thanks in advance!
- ...
- 55 posts total
HI @thingswelike, I’m cutting and pasting from my earlier post in this thread on the ’shuffle’ feature. Thanks! For testing, just play a list of songs and turn on shuffle mode, and see if you can hear a song repeated before the current playlist is finished. I’m a software engineer myself, so I would say just look at the code, and see how the shuffle feature is implemented. If the logic does not keep a list of already played songs, then randomly picking the next song can possibly pick a song that’s already been played. My preferred logic for this feature is to first randomize all the songs and create a playlist in this randomized order and play from start to finish. If new songs are added to the playlist while it is still playing, then I would say re-randomize all the songs that haven’t been played plus the newly added songs. Anyway, this is my original post on this issue. Thanks again! "BTW, I have another comment about the Lumin App. It’s about the implementation of the "shuffle/random" feature of the playlist. |
@xcool I've heard back from the team that shuffle will already avoid repeating any tracks. Note that this gets reset if you tap any track or modify the playlist though. So perhaps you've noticed repeating because you've been trying to treat it like the Cambridge app and manually select tracks during playback. |
OK. Thanks @thingswelike, it’s good to know. I’ll try it out. One other question if you don’t mind. Does this shuffle feature work well with the repeat feature? i.e will it repeat the same random order again after all the songs are played? Thanks again. |
- 55 posts total