Skip to content

Commit

Permalink
Merge pull request linuxmint#6016 from claudiux/Radio3.0_2.0.4
Browse files Browse the repository at this point in the history
[Radio3.0@claudiux] v2.0.4 - Downloaded covers are now of high quality
  • Loading branch information
claudiux authored May 17, 2024
2 parents 3701092 + e21bdb2 commit a80c403
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Radio3.0@claudiux/files/Radio3.0@claudiux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### v2.0.4~20240517
* Downloaded covers are now of high quality.

### v2.0.3~20240512
* Correctly determines the category of a recently listened-to radio station.

Expand Down
2 changes: 1 addition & 1 deletion Radio3.0@claudiux/files/Radio3.0@claudiux/metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"description": "The Ultimate Internet Radio Receiver & Recorder for Cinnamon",
"max-instances": 1,
"version": "2.0.3",
"version": "2.0.4",
"uuid": "Radio3.0@claudiux",
"name": "Radio3.0",
"author": "claudiux",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"server": "https://api.radiodb.fr"
},
{
"server": "https://de1.api.radio-browser.info"
"server": "https://at1.api.radio-browser.info"
},
{
"server": "https://at1.api.radio-browser.info"
"server": "https://de1.api.radio-browser.info"
},
{
"server": "https://nl1.api.radio-browser.info"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ yt-dlp ytsearch1:"${TITLE}" --get-id > /tmp/ytid
YTID=$(cat /tmp/ytid)
SONG_ART_FILE="$SONG_ART_DIR/R3SongArt$RANDOM$RANDOM.jpg"
[[ -d $SONG_ART_DIR ]] && rm -f $SONG_ART_DIR/R3SongArt*
REQUEST="https://img.youtube.com/vi/$YTID/sddefault.jpg -q -O $SONG_ART_FILE"
#~ REQUEST="https://img.youtube.com/vi/$YTID/sddefault.jpg -q -O $SONG_ART_FILE"
REQUEST="https://img.youtube.com/vi/$YTID/hqdefault.jpg -q -O $SONG_ART_FILE"
wget $REQUEST
#~ rm -f $SONG_ART_DIR/R3SongArt
#~ ln -s $SONG_ART_FILE $SONG_ART_DIR/R3SongArt
Expand Down

0 comments on commit a80c403

Please sign in to comment.