Posts: 220
Joined: Feb 2013
Reputation:
8
hey dawed,
thanks for the feedback. glad that you like it.
some notes:
- favorite button on the home screen: i am a bit sceptical. i have a lot of buttons there alread. what about start on the addonpage? why do you think that's button is needed?
- i tried chorus last weekend (another webinterface). i think look also into it. in the search field,it searches also for radio stations, and also browse addons (only musicaddons, but i think tuneIn too). maybe worth looking into it for you.
Check out my plugin
yarc, it's a web-remote optimised for all screen sizes (especially touch and small screen).
Posts: 220
Joined: Feb 2013
Reputation:
8
2015-10-06, 13:59
(This post was last modified: 2015-10-06, 16:41 by tuxfuxch.)
Hi Dawed,
you can in the settings choose buttons instead of swipe field, or if you don't even use it, you can make the touch field small (set to "0px" without quotes) and it disapears. but i guess the buttons would work better (for stop playing etc)
the favorite "addon" should after a while not stay at the buttom. the more you open an addon, the closer to the top the addon comes. Does it maybe not work on windows mobile? or did you open (with the yarc interface) other addons too many times?
i decided to not add a favorite button to the remote page. but if you want, i can give you the code, which you would have to add yourselfe in the index.html page, which would make it for you. and after each update you would have to add the button again.
i like you project. as i understand it, it is a nice looking webradio.
EDIT: ok here i have it, in case you want it.
open index.html in the addon folder.
search for the line:<div data-role="page" data-theme="b" id="remote">
after that line there is a line: <div class="content" data-role="content">
after this line, you will find the buttons from the remote page. place the following buttion anywhere you like.
for example after this line:
<a href="#pl" data-role="button" data-mini="true"> <span class="fa fa-list"> </span></a>
here the line you have to add. make sure that there are no breaks in the line:
<a data-role="button" data-mini="true"> <span class="fa fa-star" onclick="$( document ).ready(function(){window.location.href = '#addons';yAddons.openKodiFavs('plugin.kodi.kodi_fav','');setTimeout(function(){$('#addonoverview').hide();$('#detailspopupAddons').show();}, 3000);});"> </span></a>
and remember: after all updates, you have to readd it. in my tests, the button does not always work. sometimes you have to press it twice.
it is a complete hack, because i have to bypass some functionality from my addon. but as a quick and dirty hack, it should work.
Check out my plugin
yarc, it's a web-remote optimised for all screen sizes (especially touch and small screen).
Posts: 220
Joined: Feb 2013
Reputation:
8
2015-10-07, 21:14
(This post was last modified: 2015-10-07, 23:16 by tuxfuxch.)
glad to hear, that the favortie-ranking works on windows mobile too.
said to hear, that the button does not work. i hope you forgive me if i don't invest more time in it. it's a start for you, if you want to look into it. sorry and hope you understand. but since favorties moves up in the list, i recommend to save the link to the addonpage (with #addon in the end) to start with. then your radiostations are also only 1 click away.
yes do that would like to see the webradio. you can pm me.
Check out my plugin
yarc, it's a web-remote optimised for all screen sizes (especially touch and small screen).
Posts: 54
Joined: Sep 2015
Reputation:
1
sure no problem.. it's your project and it is pretty great and working awesome!
will start with the case today i guess...
Posts: 54
Joined: Sep 2015
Reputation:
1
2015-11-06, 16:11
(This post was last modified: 2015-11-06, 16:11 by dawed.)
Would it be possible to add in the Music tab a list with the artists? not only genres and albums?
In a future update?
Posts: 220
Joined: Feb 2013
Reputation:
8
2015-11-06, 16:57
(This post was last modified: 2015-11-06, 23:29 by tuxfuxch.)
hm... well as soon as the library is loaded, the search should be pretty fast. in browsers on a desktop, it reduces the list as you type. on mobile browsers you often have to press enter before it works.
EDIT: in version 0.9.7, the searchfield did not work. But i am sure you have a newer version (i think at least 0.9.10).
Check out my plugin
yarc, it's a web-remote optimised for all screen sizes (especially touch and small screen).
Posts: 54
Joined: Sep 2015
Reputation:
1
this weekend i tested a bit:
- Search in All Genres is not working
- Inside a Genre its working but it needs to be exactly (up and lowercase) the correct name
- Song search is just loading and loading and nothing happen
Posts: 220
Joined: Feb 2013
Reputation:
8
Well, i was not thinking, or at least i don't know how you can get the info on mobile phones.
well tell me, if you have the same effects on a desktop, so that i know its general or on windows mobile. than i try to find a solution.
Check out my plugin
yarc, it's a web-remote optimised for all screen sizes (especially touch and small screen).