Compare commits

..

No commits in common. "158b40516aa9cf3e50a1cb99a8f0ca9a612c35ab" and "a397c0e8ae40e58df133b8f51dd989c39f84340a" have entirely different histories.

4 changed files with 8 additions and 4 deletions

View File

@ -9,7 +9,7 @@ import "helpers"
ApplicationWindow ApplicationWindow
{ {
id: allRadio id: allRadio
property string _version: "2.0.17" property string _version: "2.0.16"
property string _language: Qt.locale().name.slice(0,2) property string _language: Qt.locale().name.slice(0,2)
property string _country: Qt.locale().name.slice(-2) property string _country: Qt.locale().name.slice(-2)
property int sleepTime: 0 property int sleepTime: 0

View File

@ -89,7 +89,7 @@ Page {
if (model.url_resolved !== radioPlayer._url_resolved) { if (model.url_resolved !== radioPlayer._url_resolved) {
radioPlayer._favicon = model.favicon radioPlayer._favicon = model.favicon
radioPlayer._name = model.name radioPlayer._name = model.name
radioPlayer._cc = model.countrycode radioPlayer._countrycode = model.countrycode
radioPlayer._tags = model.tags radioPlayer._tags = model.tags
radioPlayer._codec = model.codec//getCodec(model.codec) radioPlayer._codec = model.codec//getCodec(model.codec)
radioPlayer._bitrate = model.bitrate //getBitrate(model.bitrate) radioPlayer._bitrate = model.bitrate //getBitrate(model.bitrate)
@ -99,7 +99,11 @@ Page {
radioPlayer._stationuuid = model.stationuuid radioPlayer._stationuuid = model.stationuuid
radioPlayer._favorite = model.favorite ? true : false radioPlayer._favorite = model.favorite ? true : false
radioPlayer.fav radioPlayer.fav
//pageStack.push("RadioPlayerPage.qml")
radioPlayer.playlistIndex = index radioPlayer.playlistIndex = index
console.log("Index: "+index)
} else radioPlayer.resumeStream() } else radioPlayer.resumeStream()
} }
} }

View File

@ -42,7 +42,7 @@ Page {
if (model.url_resolved !== radioPlayer._url_resolved) { if (model.url_resolved !== radioPlayer._url_resolved) {
radioPlayer._favicon = model.favicon radioPlayer._favicon = model.favicon
radioPlayer._name = model.name radioPlayer._name = model.name
radioPlayer._cc = model.countrycode radioPlayer._countrycode = model.countrycode
radioPlayer._tags = model.tags radioPlayer._tags = model.tags
radioPlayer._codec = model.codec//getCodec(model.codec) radioPlayer._codec = model.codec//getCodec(model.codec)
radioPlayer._bitrate = model.bitrate //getBitrate(model.bitrate) radioPlayer._bitrate = model.bitrate //getBitrate(model.bitrate)

View File

@ -1,7 +1,7 @@
Name: harbour-allradio Name: harbour-allradio
Summary: AllRadio Summary: AllRadio
Version: 2.0.17 Version: 2.0.16
Release: 1 Release: 1
Group: Qt/Qt Group: Qt/Qt
License: GPL2 License: GPL2