![]() |
Upcoming moOde 6.5.0 - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Upcoming moOde 6.5.0 (/showthread.php?tid=2189) |
RE: Upcoming moOde 6.5.0 - TheOldPresbyope - 02-21-2020 No argument from me ![]() I gave away all my RPi1s several years ago and except for tests like this I use myRPi0Ws for fun and games with IoT sorts of things. I took on the cross-compile challenge as a way to force myself to learn more about Rust. Regards, Kent RE: Upcoming moOde 6.5.0 - Tim Curtis - 02-21-2020 B4 I forget, @badbat75 if I ever get time away from supporting the current builder I'll explore converting to your nice build system :-) RE: Upcoming moOde 6.5.0 - Tim Curtis - 02-21-2020 Latest draft relnotes below. I added the new Spotify autoplay option to the config screen. Code: ######################################################## RE: Upcoming moOde 6.5.0 - Tim Curtis - 02-22-2020 Looks like we are also getting a bump to Shairport-sync 3.3.6 :-) https://github.com/mikebrady/shairport-sync/blob/master/RELEASENOTES.md#version-336 -Tim RE: Upcoming moOde 6.5.0 - JST1963 - 02-22-2020 (02-21-2020, 10:04 PM)Tim Curtis Wrote: Why would you delete this radio station? It works great here. Besides, I listen to it every weekend... Or is it America First policy? If you delete radio stations, I suggest you delete them all. Then make a separate file (text, table, whatever...) with all the necessary info needed for a radio station to work in moOde, write a little import routine and, boom, all problems for the people who have issues adding/deleting/modifying radio stations are solved. Everybody can keep his own list of preferred radio stations. RE: Upcoming moOde 6.5.0 - Tim Curtis - 02-22-2020 If I have the time I prune out stations at major moOde releases based on the criteria below. It helps ensure the built in Radio Station feature contains stations that play for everyone. 1. It's reported that the playable URL no longer works 2. It's reported that the station is no longer broadcasting 3. The playable URL does not work when I test it or if its geo-fenced that someone in the particular geo reports that it no longer works 4. No one reports a replacement playable URL that works VRT Sportza playable URL was reported to not work http://moodeaudio.org/forum/showthread.php?tid=2189&pid=16740#pid16740 It did not work for me when I tested it. Code: MPD error No one has reported a replacement URL that works. RE: Upcoming moOde 6.5.0 - TheOldPresbyope - 02-22-2020 (02-22-2020, 12:33 PM)JST1963 Wrote: If you delete radio stations, I suggest you delete them all. Then make a separate file (text, table, whatever...) with all the necessary info needed for a radio station to work in moOde, write a little import routine and, boom, all problems for the people who have issues adding/deleting/modifying radio stations are solved. Everybody can keep his own list of preferred radio stations. Tim already answered your direct question. As for your suggestion, Folks who have to support their code know there is no such thing as a "little" import routine when hundreds of users are involved. I've laid the groundwork for a hacker's approach in radio utils. This out-of-band code was developed a while ago in response to one user's specific problem and has no UI or guard rails in place for newbies. Nevertheless, a determined person could assemble a suitable file directory of radio entries from scratch, tar it, and load them into moOde using this code as-is. @duracell80 apparently is working on an integrated interactive approach for the general user. You can look for his posts elsewhere in this forum. Regards, Kent RE: Upcoming moOde 6.5.0 - Tim Curtis - 02-24-2020 Hi, No particular rush for r650. I'd like it to be more of a feature release rather than only focusing on bug fixes and updates as in the past few releases. RE: Upcoming moOde 6.5.0 - Pieter - 02-24-2020 (02-22-2020, 01:12 PM)Tim Curtis Wrote: If I have the time I prune out stations at major moOde releases based on the criteria below. It helps ensure the built in Radio Station feature contains stations that play for everyone. At least for the TV version of Sporza, the channel is geofenced. I wouldn't be surprised if it were similar for the radio. RE: Upcoming moOde 6.5.0 - Tim Curtis - 03-02-2020 PR was initially rejected cos it was not complete. It did not contain any information on what to test or how I'm supposed to verify it works as you intended. All I got was "Try this in a fresh 6.4.2 to get a feel for the enhancements." It's a complex PR consisting of > 20 files and as I 'm being asked to review more and more PR's I'm getting a lot pickier about their completeness and whether they make it easy for me to merge and test or whether I have to spend a lot of time figuring out how they are supposed to work. Nonetheless I reopened the PR yesterday and as time permits I'll try to test it out. -Tim |