Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-10-15 Thread michi

bagawire wrote: 
> Michi the cover art is fine now.  I guess you don't need this, then:
> http://172.16.0.115:9000/music/d6b0c696/cover 
> 
> Now everything is my world is good.
> 
> Thanks again!
> Richie

Nice! Thanks for reporting back.

New Version 0.1.0-alpha.13:
- fix cover resolution
- some minor ui changes
- change buttons in the menu (add 'add' button and make drop-down button
separate)
- clean up css as good as i can (if someone is good with css, help would
be appreciated)



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-10-15 Thread michi

teeitup wrote: 
> Just discovered your program.
> 
> When playing music from Pandora It doesn't indicate that Pandora is the
> source. Displays (0).
> When playing music from local radio station it doesn't indicate the
> source/radio call name.
> 
> A cool feature would be a minimize button that would display just the
> Album art and controls. Could be placed in the upper right corner of the
> desktop. Kind of like a widget.
> 
> Squeeze-Controller Version: v1.4.3 Linux-ia32
> LMS version: Logitech Media Server Version: 7.7.5 - 1416570306
> OS: Debian testing (stretch/sid)
> 
> Thanks,
> 
> Randy G

I am not quite sure what you mean by the first two points, could you
maybe send me a screenshot or something to help me understand?
I don't have Pandora (not a thing in Austria) and radio stations look
fine to me..

I agree that would be nice, I will look into it!

Thanks for the feedback!

PS: v1.4.3 is not the version of Squeeze Controller, but the version of
electron. The latest Squeeze Controller is 0.1.0-alpha.12.



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-10-12 Thread michi

New Version 0.1.0-alpha.12:
- fix cover art and icons
- fix search box being shown when it shouldn't
- settings page cleanup

Please report back!



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-10-12 Thread michi

mherger wrote: 
> > 
> > {"playlist
> index":0,"id":19087405,"title":"Animal","artist":"Banabila,
> Machinefabriek","album":"Error Log","year":"2015"}
> > 
> >
> > So it builds the cover url using the id parameter.
> 
> Please note that id and artwork id can differ. If you're using the 
> status query to get that information, you should include the "c" tag to
> 
> get the coverid. Use this value to create the artwork url instead. See
> 
> https://github.com/Logitech/slimserver/blob/public/7.9/HTML/EN/html/SqueezeJS/Base.js#L769
> 
> That's the code used by the web UI. It's basically looking for a 
> artwork_url first (returned if you use "K", but only for some music 
> services...), then coverid. Some of that code is probably legacy and no
> 
> longer really required. But it should give you an idea.
> 
> -- 
> 
> Michael

Ahhh okay that would make sense. 
Will try that as soon as i get home. This will also properly speed
things up because caching works per url and coverid is properly common
when its the same cover.
Thanks a lot!



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-10-12 Thread michi

bagawire wrote: 
> Hi Michi,
> 
> Log wouldn't attach.  D/L
> here:https://www.dropbox.com/s/2fl5vy923b2nijs/-1476254179182.log?dl=0
> (3Mb)
> Video of a little browsing and playing also made - here:
> https://www.dropbox.com/s/pfifacbv1406fgn/SC.gif?dl=0 (62Mb)
> 
> Thanks!
> 
> Richie

exactly what i expected. everything look right.
Lets take for example the song animal.
The cover function receives this data:

Code:

{"playlist index":0,"id":19087405,"title":"Animal","artist":"Banabila, 
Machinefabriek","album":"Error Log","year":"2015"}


So it builds the cover url using the id parameter.

Code:

} else if (item.id) {
  if ($scope.logging === true) console.log('iconurl id')
  return $scope.LmsUrl + 'music/' + item.id + '/cover_' + res + 'x' + res + '_p'
  }



In theory this sould point to the cover of the song in a 200x200
resolution (you can try that out in your browser)

Code:

{lmsurl+port+/}music/19087405/cover_200x200_p



Could you please open lms in your browser and open the cover of the song
in a new tab. Then send me the link.

Thanks for helping me!



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-10-11 Thread michi

Okay as promised:

New Version 0.1.0-alpha.11:
- fix adding favorites
- fix icons for favorites
- clean album art code
- add a lot of logging to the album art code
- add settings toggle to enable logging (since it slows down the app)

@bugawire please update, enable logging in the settings and send me a
new log :)



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-10-10 Thread michi

bagawire wrote: 
> Space bar works great - thanks!
> 
> Log attached re. artwork, and a screenshot showing artwork in the
> browser but not in now playing or playlist.
> 
> Richie

Okay i can't see anything from this log. i thought that the cover isn't
showing. But if the fallback cover is showing it's really weird.. I am
going to build a debug version with a lot of logging in this part of the
program (hopefully tomorrow i will have the time) and you will need to
provide me with another log OR what would be even better, if i could try
it myself via teamviewer..
But lets talk again after the new version is up.

Also thanks for you generous donation!



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-10-06 Thread michi

bagawire wrote: 
> With help from Alfred, I now have it on F1.  Yes, F1 - that's how much I
> use it.  It's the best controller for my players that I have used.
> 
> The Music folder improvements are very welcome, as is the playlist
> interaction and breadcrumb.
> 
> I have music playing all day.  I work from home, and the phone rings a
> fair bit.  Callers get scared if they can hear, like, Lustmord in the
> background, so I have to pause the music quickly before the call goes to
> voicemail.  iPeng can do this, but then I have to leave my phone on, and
> I  don't want to do that because technology has spoiled me.
> 
> So how about a hotkey for play/pause, and whatever others might want to
> control playback if the app has focus?  I'd like one for the 'New Music'
> menu item too, since that's where I spend most of my time.   In
> Softsqueeze (which I don't use anymore) play/pause was 'c' or something.
> 'p' would also have worked LOL.
> 
> Lastly, where'd my album art go?  It shows in the menu, but not in the
> playlist or in the top left corner.  Have cleared local storage and LMS
> art cache but it's not come back.
> 
> Thanks again michi.  If you're taking donations, I'm in.
> Richie

Play pause is on space. You can view all hotkeys using '?'
They sometimes don't really work i i don't know why. Ist very focus
dependent.
I am thinking about making a section in the settings do define custom
hotkeys.
I am also still looking into how to use the media keys, even if the app
isn't in focus.

Dont know about the art could you provide me with a console log?
I described how to do this a view pages back this would help me out a
lot!

My paypal email is in the first post, so if you want to help me out with
a coffee, feel free to do so (:

Thanks for the nice words your message made me verry happy!



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-10-03 Thread michi

markelhombre wrote: 
> I installed it today, and i must say: great program! Looks really great.
> If you're looking for feedback, this is what i would change:
> - make the action button (3 little dots) bigger. When i click an album,
> i usually want that album to play. So it would be nice to see the "play
> album" option on top of the drop-down lost
> - would be nice to have a 'back' button. When i want to go back one step
> in the menu's, i got to click the breadcrumb
> - When i go back, the program always takes me back to the top of the
> list on the previous page. Say you click 'John Mayer', but wanted to go
> to "John Lennon'. You go back, and have to scroll back to the Johns.
> 
> But even without this changes I think this is going to be my new
> favorite way of controlling my music!
Making the button bigger seems like a nice idea, will try and see how it
looks.

I can't really do anything about the dropdown list itself through, i
just display what the server sends me..
But maybe i could add a butten with a action that could be defined in
the settigns (like play now, play next or add at the end). I will look
into it!

Also a back button seems like a good idea!

Thanks a lot for the feedback!





michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-10-02 Thread michi

New Version 0.1.0-alpha.10:
- fix filter not being cleared when going home



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-10-02 Thread michi

New Version 0.1.0-alpha.9:
- change font to opensans
- drag and drop from menu to playlist (for now adds as play next)
- disable menu navigation while a change is loading
- add a filter in the menu



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-09-01 Thread michi

New Version 0.1.0-alpha.8:
- fix music folder menu
- disalow to select text



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-31 Thread michi

mherger wrote: 
> > @mherger is there a way to insert a title or playlist item on a
> specific
> > position in the playlist?
> 
> No. See this thread which started just a few minutes ago:
> 
> http://forums.slimdevices.com/showthread.php?t=106068
> 
> Best you can do is add to the end, then use the "playlist move" command 
> to put it in place.
> 
> -- 
> 
> Michael
Thats what i thought..
Will do it this way for now, would be really cool if you could impement
this!





michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-31 Thread michi

kidstypike wrote: 
> Hope this helps:

Ahh so these are the names of your folders :)
I found the bug, new version when i get home today



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-31 Thread michi

kidstypike wrote: 
> Another problem.
> Home > My Music > Music Folder, I can't go any deeper, can't open
> subfolders A,B,C etc..
> Works fine in LMS webui.
Can't reproduce..
Again i would need a log
1. Open squeeze controller
2. Press ctrl+shift+i or f12 to open the dev tools
3. In the dev tools make sure you are on the console tab
4. Go to my music > music folder
5. Right click in the console
6. Click on save as..
7. Save on your pc and upload here

Thanks for your help!

Gesendet von meinem ONEPLUS A3003 mit Tapatalk





michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-31 Thread michi

castalla wrote: 
> No Avast problems with this version!
No idea why it would work now but i'm not going to question it as long
as it works :D

Thanks for the info!





michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-31 Thread michi

kidstypike wrote: 
> Downloaded alpha 7.
> 
> Home > My Music > no matter which menu item I select (Album Artist,
> Compilations, New Music etc.) I get only one item and a page selector,
> which does nothing.

Really wird..
Could you send me the log? Open the dev-tool with F12, make sure that
you are on the console tab, repeat the steps to reproduce, right click
in the console, save log and upload it here..
Maybe i can see something in there but no idea what went wrong..



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-31 Thread michi

New Version 0.1.0-alpha.7:
- Headers of menu and playlist now stay on top when scrolling
- Drag and Drop to reorder playlist
- under the hood changes



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-31 Thread michi

@mherger is there a way to insert a title or playlist item on a specific
position in the playlist?

Thanks



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-25 Thread michi

castalla wrote: 
> Reverted to alpha 5 - runs OK
> 
> ???

Since i didn't change anything between these versions my guess it that
its electrons fault..
I just pushed alpha.7 (should be up shortly) which includes a new
electron version, maybe it helps..
No changes in alpha.7 I didn't have time for development..



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-25 Thread michi

I just have no idea whats the breaking change..

Gesendet von meinem ONEPLUS A3003 mit Tapatalk





michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-25 Thread michi

castalla wrote: 
> The first time I ran the exe, Avast popped up with a warning that the
> exe may be dangerous.  It reported that the possible infection was very
> rare and thaqt the file was being sent to Avast for further analysis. 
> Very strange.

Sorry, I can't reproduce that..
I tried with avast premier (showed short message on start that it's
checking something, then the application started) and with avast free
(nothing)..



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-22 Thread michi

markolino72 wrote: 
> for Windows phone 10.
> and black theme.

Sorry not going to happen.. There already are good apps for phones.
Dark theme is something to consider.

castalla wrote: 
> Yes - no problems.

Really wierd.. I will install avast on my laptop ond see if i cand find
out something or if i can find a log file..



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-22 Thread michi

castalla wrote: 
> Avast throws up a warning on run - says the file may be dangerous, and
> is being submitted to Avast Labs for special analysis.

And alpha.5 worked fine?



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-22 Thread michi

Getting more positive comments lately :D
I am really thankfull for all the feedback you guys give me!
I read every single comment and i try to add all the features that are
reqested.
As i said i started this as an experiment and this is my first
application so please be patient with me :)
I wrote some script before but never something this complex with an ui.
Also i am no programmer and i am learning this as i go (the code is
probably still a mess)

Thanks for everyone who takes the time to give me feedback!



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-21 Thread michi

castalla wrote: 
> Avast reports a suspicious file  refuses to run

https://www.virustotal.com/de/file/5990ed678cbe0633eead5f91c17143f3987a5318241b62070eaa20e64527d739/analysis/1471840429/
https://www.virustotal.com/de/file/cea1d8647cf680e86a8928038eb82bfae53bed528f70afc5d0db857320c993d3/analysis/1471838597/

Virustotal says it's fine..
Could you provide me with more detail?



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-21 Thread michi

New Version 0.1.0-alpha.6:
- add Pagination to menu (with option to set items per page (defaults to
50)
- add artwork to menu and playlist (both optional (turned on by
default)
- some under the hood changes

Next priority would be drag and drop unless someone has something more
urgent.



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-21 Thread michi

New Version 0.1.0-alpha.6:
- add Pagination to menu
- add artwork to menu and playlist
- some under the hood changes



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-19 Thread michi

mherger wrote: 
> 
> Now wait until he introduces artwork in the menus ;-).
> 
> Unfortunately it doesn't work well for me: I never get the full menus. 
> From the console I see that it's grabbing the first 100 items. But it 
> never seems to ask for more.
> 
> Oh, did I mention I'd like to see artwork in the menus?
> 
> -- 
> 
> Michael

Yep you are right only 100 items for now.. Paging is my next priority.
And yes artwork is comming soon ;)



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-18 Thread michi

schoeppi wrote: 
> Hi,
> 
> I've also tried Squeeze-Controller on my Mac now, but the app can not
> connect to my local LMS... I'm not sure, if it is related to the app or
> to the fact that I am using the Mac with the integrated VoiceOver screen
> reader.
> 
> I can enter the ip address of my LMS, but I'm not sure, if I also have
> to enter http:// in front of it.
> 
> 
> As port I entered 9000, is this correct and the default? If it is the
> default, maybe this entry could be already present in the textfield.
> 
> After that I tried to activate the save button either via keyboard or
> trackpad, but nothing changed. This might be related to VoiceOver which
> maybe does not fully support the interface of the Squeeze-Controller
> app.
> 
> Would it be a big thing to make sure that all things in the GUI of the
> app can also be done via keyboard? That would help blind people who are
> using a screen reading software a lot. Also I've found a few buttons
> which are not labeled and the screen reader is not telling me the
> function of these buttons. Labeling all buttons with theire
> recoresponding meaning would also be very cool for that reason.
> 
> 
> Ciao and thanks a lot,
> 
> Schoepp

The settings page is pretty much unfinished. I made it so it just works
and didn't really think about ui and ux..
But sure i will make it so that the enter key toggles the save button
and i will set 9000 as a defaul value in the port input field.
After saving you need to change to the home page (home button in the
footer), then it should work.

Labeling all the buttons that don't have text should be an easy task,
but navigation in the menu and in the playlist wouldn't be easy to do..
But i will set it for a feature for the beta milestone, still a lot to
do before we get there..

Thank you for the feedback, i didn't even think about this when i
started this project (didn't even think i could get it running (this is
my first program))



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-17 Thread michi

New Version 0.1.0-alpha.4:
- window now remembers size when closed and reopens in that size
- support for password protected LMS



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-16 Thread michi

bagawire wrote: 
> Hi,
> 
> Looks great.  I have password protection turned on in LMS.  Is there a
> place I can add this stuff in, so I can connect?
> 
> Thanks.

Thanks (:
Not yet but i hope that i can push a new version today (:



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-13 Thread michi

New builds: 0.1.0-alpha.3
- idependently scroll menu and playlist

https://github.com/michiil/squeeze-controller/releases



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-12 Thread michi

New builds: 0.1.0-alpha.2
- some under the hood changes
- added power,repeat and shuffle buttons
- fixed title, album and artist lines flickering

https://github.com/michiil/squeeze-controller/releases



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-11 Thread michi

castalla wrote: 
> Alpha installed.  Works.
> 
> A request:  when playing a live stream such as SWR1 there's the main
> stream title, and the second line title changes over time.  Each change
> causes the playback section to jump up and down.   (Difficult to
> describe)
> 
> Would it be possible to stabilize the display?
> 
> Also, why does the title line have number 1. before the title?

Yes I know what you mean and yes it should be possible to stabilze this,
i'll look into it.

Because it's the first item im the playlist. ;)



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-11 Thread michi

20916
I set up automatic building and deploying with travis-ci on github.
>From now on get your builds here:
https://github.com/michiil/squeeze-controller/releases

alpha.1 == 1108162034 if anyone wonders.


+---+
|Filename: vhyfxm.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=20916|
+---+


michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-11 Thread michi

castalla wrote: 
> Fixed!
> 
> ps: I personally don't like the bubble-tips - can you make it a Settings
> option?

New builds (1108162034):
Make bubble tips in menu optional (enabled by default)



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-11 Thread michi

castalla wrote: 
> Sadly not fixed - resets now to 0.00

on 1108161749?



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-11 Thread michi

castalla wrote: 
> On the playing timeline with live radio streams the counter resets to
> null after about 12 mins. plus 

plus ?



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-11 Thread michi

New builds are uploading (1108161308):

Menu fixes (Radio should work now)
Breadcrumbs
Dev tools can now be opend by user

@castalla
Thats wierd it's working fine for me..
Could you try with the new version? 
If its still not working:
Press 'F12' or 'ctrl+shift+i' to open the dev tools.
In the dev tools make sure you are on the console tab, click on My Apps,
right click in the console > save as and upload the file here.

Thank you guys for your help with debugging :D



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-10 Thread michi

kidstypike wrote: 
> Home > Radio > does nothing.

Damn it!
Okay i know why.. will fix tomorrow its pretty late here..



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-10 Thread michi

New builds are uploading.
- Completely reworked menu (I think i did it right this time..)
(Search and Plugins should work now, @kidstypike : could you please
test your favorites?)
- added a timestamp to the package so communication should be easier..

@castalla i includet a x86 windows version for you, could you test and
report back?
@Michael I will look into how to add a keyboard shortcut or something to
open the developer options on a packaged app..
@kidstypike i agree with you, i just need to find a way to do this and
don't ruin the responsive resizing of bootstrap



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-09 Thread michi

kidstypike wrote: 
> Just downloaded version as in time stamps shown in pic below (which is
> ahead of my time) from google drive.
> 
> Favourites still not working.
> 
> I've deleted old version & cleaned the registry, and rebooted.
> 
> I updated to Win10 Anniversary last night, may be the problem, dunno?

No, your update shouldn't matter.. Technically the OS shouldn't matter
at all..
Is anything special about your favorites? I testes albums and artists..
Also whats your LMS version?



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-09 Thread michi

kidstypike wrote: 
> Favourites still not working?
> 
> Win10 64

Hmm thats wierd..
You are downloading from google drive right? Didn't update the mega
today..
I really need to add a version string to these builds..

New builds uploading:
Fixed Cover art for remote streams
Fixed Sorting menu
Added Keyboard shortcuts (check with '?')



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-09 Thread michi

mherger wrote: 
> Another issue: radio stations wouldn't show artwork. I haven't looked 
> into your code. Really I don't even remember why online radio artwork is
> 
> handled differently from regular streams... but here's a link to the 
> code used in our web UI:
> 
> https://github.com/Logitech/slimserver/blob/public/7.9/HTML/EN/html/SqueezeJS/Base.js#L769
> 
> You'll have to parse for an artwork_url before using the cover ID.
> 
> And if you could sort menu items by their weight, that would help 
> navigation a great deal, as it would resemble more to what we're used 
> to. Thanks!
> 
> -- 
> 
> Michael

Thanks for the Feedback.
Okay will do the sorting by weight.
I have noticed the thing with the remote cover arr just haven't gotten
around to fix it :p
It's on my TODO



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-09 Thread michi

Osx support:
[image: http://i.imgur.com/tWchkcK.png]
Just set up a virtual machine and tried it and it does work!
The app is unsigned so you need to open it using:
Hold ctrl, click on the app, click open in the context menu

I'm trying to find out how to build a signed app..



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-09 Thread michi

kidstypike wrote: 
> Favourites, Play Now, Play Next & Add to End context menu does nothing.

Favorites were not implemented yet, since i don't use them..
Well they are now, new builds are uploading :D



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-09 Thread michi

Thanks for your feedback on the OSX builds!

I uploaded a new one. Now compressed in a tar.gz archive, since it
should preserve symlinks..
Could you try again?

Thanks



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-08 Thread michi

mherger wrote: 
> > Download:
> > https://mega.nz/#F!cM8iWDqL!pdvJiHv8HufEH_RS4Lktwg
> 
> Ahm could you please provide a way to download without the 
> requirement for Flash(!?!). I wanted to give this a try, but don't want
> 
> to install Flash on this computer...
> 
> -- 
> 
> Michael

Changed to google drive as hoster.



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-08 Thread michi

mherger wrote: 
> > Download:
> > https://mega.nz/#F!cM8iWDqL!pdvJiHv8HufEH_RS4Lktwg
> 
> Ahm could you please provide a way to download without the 
> requirement for Flash(!?!). I wanted to give this a try, but don't want
> 
> to install Flash on this computer...
> 
> -- 
> 
> Michael

Sorry, I didn't noteice the flash requirement..
Changed to google drive as a hoster. This should be fine right?



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-08 Thread michi

kidstypike wrote: 
> Thanks for the fixes, however, it seems something got broken that worked
> before. Selecting a different player doesn't do anything?

Good Catch!
I wasn't noticing this because it was working if a player was already
set in the storage, just the initial saving of the player wasn't
working.
Anyway, builds are uploading and i added a "Clear Local Storage" Button
to the Settings page so this does't happen again!



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-08 Thread michi

kidstypike wrote: 
> Very nice, thanks.
> 
> Few things.
> 
> Horizontal scroll bar at the bottom is present whatever the window
> width.
> 
> Clicking on "settings", and then "home", changes the player being
> controlled.
> 
> Mouse pointer becomes an "I beam" when hovering over a selectable item
> on the left-hand side, doesn't seem right.
> 
> Win10 64

Fixed, Fixed, Fixed :p

New build are uploading right now!



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


[SlimDevices: Plugins] Announce: Squeeze-Controller [windows, linux, osx] Alpha, Testers Wanted

2016-08-08 Thread michi

Hey Guys,
I made a Controller App for Logitech Media Server. (I know
Squeeze-Controller very imaginative, if you have hot a better idea i
will consider changing the name ;) )

Its an electron web app which means it sould basically run on every
platform.
In the download link you will find packages for Linux, Windows and OSX
all x64 architecture.
If you need x86 just let me know and i will upload them.

Keep in mid: I started work on this just a few days back so this in in
an very early stage!
TODO:

- Add Seach
- Add Drag and Drop
- Add Icons to the menu
- Add Breadcrumbs to the menu
- Code cleanup
  


Last but not least: Screenshots
2088020881

Download:
https://mega.nz/#F!cM8iWDqL!pdvJiHv8HufEH_RS4Lktwg


+---+
|Filename: 2kNB6EH.png  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=20881|
+---+


michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=105966

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2015-06-30 Thread michi

wt0 wrote: 
> Alright, I realized that the color flash you're seeing is the default
> color I set that is shown before any of the preferences are loaded. I'll
> change that to a dark gray, it should be less jarring.
> 
> 
> I don't plan on stopping anytime soon, especially if people keep asking
> for new features.  Besides, sales have picked up lately as more people
> have upgraded to Android 5.0 and the official Logitech app has stopped
> working.
Nice (:
Pumped for the next update (:





michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2015-06-28 Thread michi

wt0 wrote: 
> I just find wide expanses of a solid color to be a bit overwhelming.
> Though very muted versions of those colors may work, I'll run some tests
> when I have time.  Direct hex color input is a bad idea, while techies
> may know what a hex color is, most people will not.  I do have a color
> picker from a different app I could use, though in Lollipop it has some
> minor problems.
> 
> 
> Try changing the Default Background Color, you can find it in the app
> menu.

I only changed the default background color (as mentioned its an image)
. No player has a specific background.

> I just haven't gotten around to it.  I'll add it to the next update,
> though it will only work in Lollipop.
Nice (:

> I looked at some pictures of iPeng. I'm not sure how well borderless
> icons would work with a non-solid background. Pippin has helped me quite
> a bit over the years with this app and it's previous incarnation on a
> different platform and I just don't want to ask any more from him. 
> Besides, he made an investment to create those icons, and he deserves to
> keep them all to himself.
i also looked at pictures an i only could find one icon pack. i thought
maybe he has another icon pack that fits you app better. But i didn't
know that an thats understandable.

> Have you tried Orange Squeeze?  A lot of people seem to like it. I've
> always wondered how it compares to Squeeze Ctrl.
Yes i have also tried orange squeeze. And it works pretty well (I really
like the now playing screen). But the inconstancy of its icons (some
squeezebox designed, some custom) bother me even more.
Plus i don't really like the holo design.. 

> BTW, that wide expanse of solid red in your mockup looks horrible.  A
> more muted and darker red would have been better.
I found it really hard to pick a color since the red looks different on
all of my screens (tablet, phone, laptop, pc) and i didn't know how your
screen displays it..
But i think you get the concept (:

Michael



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2015-06-27 Thread michi

wt0 wrote: 
> Forgive me but I need to rant little
> 
> You know I am so sick of everybody equating the current trend of using
> white backgrounds as "modern".  There is nothing inherently modern about
> white.  Personally I find white backgrounds to be hard on the eyes and
> very distracting when used in darker environments, which is generally
> the case for media apps.  What's even worse is when someone (not you)
> suggests that I give the app the "flatter" look of material design.
> Well, I spent hours pouring through the material design guide and
> changing the look to fit the design suggestions (flat control icons,
> elevated toolbars, floating cards where applicable, etc.). Nowhere in
> the guide does it say that "material" has to be white.
> Yes the default background is red and that's because I like red. If you
> don't like it change it.  If you don't like any of them, pick a picture
> from your own collection.
> 
That deserves a whole discussion on its own (: this is just a matter of
opinion. i too think that a brighter background looks more modern but i
also have to admit that they are hard to use in a dark environment.
My problem with the default backgrounds is not the color but the
gradient (it kind of kills the flat/material look). I like a solid color
more and so i do use a custom background of a solid gray color. (maybe a
input for a custom hex color would be cool)
The only background related thing that bothers me now its the red flash
every time i start the app. But maybe you can fix this. A Thing that
gives any app immediately a more modern look is a colored status bar (:
wt0 wrote: 
> 
> I'll give you the menu icons, the Logitech design is a little long on
> the tooth but it's better than no icons.  From pippin's previous post,
> you can see how much of an investment is required to do a complete icon
> replacement.  I draw the line at having to hire a graphic designer.
> 
Better than no icons is also a matter of opinion. My problem with these
icons is that they also (like the default backgrounds) kill the
flat/material look.
I completely understand that you don't want to hire a graphic designer.
At the end of the day you should make profit with this app. But is i
hinted in my previous post: Maybe you could make a deal with pippin.
Maybe he already has a icon set that fits your app (:
wt0 wrote: 
> 
> Look at the current Gmail app, that's considered a "modern" design,
> right?  Other than the white background and the dated menu icons, how
> different is Squeeze Ctrl's design scheme?
> 
Colored status bar (: it really are the small things that make the
difference. IMO you are able to kill a whole design scheme with some
small details.
wt0 wrote: 
> 
> I'm more of a function over form type of guy, and with this app, a lot
> of the form is pretty much dictated by the function especially on phone
> size screens. There really isn't very many ways to pack that amount of
> functionality into a small screen.
> 
> Sorry but I just needed to get this off my chest.
No problem you didn't offend me in any way. I hope i didn't offend you
ether. Design is a pretty hard thing to talk about because there is no
perfect design. I know some people who hate material design. i really
like it. everyone has their different tastes that's why there are so
many apps that do the same thing on the playstore.
But in the case of squeezebox controllers your app is really the only
real choice. And i can't make one myself because i can't do any
programming.. (i'm more the hardware guy)
So i'm kinda stuck with the decisions you make (:

Michael



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2015-06-27 Thread michi

pippin wrote: 
> Well, you CAN try to have own icons for those plugins, too. I do it in
> iPeng because the default server icons would under no circumstances look
> good in an iOS 7/8/9 UI. I even have as many as 7 (sic!) different
> versions of most icons (3 resolutions, two styles, plus the full-size
> one).
> And yes, we only talk about a few hundred different icons here
> (including services)...
> It's certainly not something you "just do". I didn't do most of them
> myself neither, it's the kind of stuff you'd better hire graphics
> designers for.
+1
And they also fit the design of android 4+
Maybe a icon set of ipeng already fits android 5 (since design wise
android and ios got pretty similar) 

@wt0 my problem is: function wise your app is awesome and by far the the
best squeezebox app for android (i tried them all) and this was the
reason i paid the highest sum i ever paid for an android app.
But the design is just not pretty IMO.. (Red default background (and any
other default background), old looking icons, .. )
If you change something or not, i will still continue using your app
because there is just no other good option.
But with reworking and modernizing the design you would make me (and
properly hundreds of other users) very happy.

Michael





michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2015-06-26 Thread michi

wt0 wrote: 
> No, the whole reason the app can darken the background was so that I
> don't have to change the text color.  It's also not as simple as just
> changing the font color.  Any background that would require dark text
> would also require dark icons and that's a lot of icons (five different
> resolutions for each icon).
> 
> 
> 
> An icon-less menu is just too bland and the app would look just like any
> other music app.  Those icons give it the "Squeezebox" look.  Besides,
> took a bit time to create the home and settings menu icons and I want to
> use them.

Well in my opinion this is really hard to read:
[image:
http://images.tapatalk-cdn.com/15/06/26/b87f6ee92e1fb44456dbd9b298f6ce7c.jpg]

I know an android apps has the drawables in different resolution but
android studio has the option to import one file and save it to all
resolutions. Im not saying its no effort to do this but i would make it
more pleasent for me to use your app (and i use it daily)...

About the icons: I know everyone has different opinions and a different
taste. Thats why i asked for an option to hide them. Or maybe to change
them to more modern looking (material looking) icons so everyone can
decide for themselve if they want to use the squeezebox icon pack or a
different one.

Michael





michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2015-06-25 Thread michi

Hey @wt0
Would you consider adding an option to change the font color? On white
background it would be nice to have darker text..
Also it would be nice to be able to hide the icons in the main menu. Imo
they just dont fit the interface..

Thanks in advance


Gesendet von meinem GT-P5200 mit Tapatalk





michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2015-03-03 Thread michi

wt0 wrote: 
> Maybe.
> 
> While I think that it is an interesting idea and probably feasible, the
> processor load required to constantly scan and synchronize the playlist
> could significantly impact the performance of the main app especially if
> the playlist is long. Anyway this is not anything that I would consider
> adding in the near future.
> 
> In the mean time, since LMS saved playlists are just regular m3u files,
> there are probably other applications that can read and sync the
> playlist with the phone or tablet.
Okay thanks for considering (:

I couldnt find an app for doing it so im working on a shell script for
syncing the files via ftp and it works pretty well. My only problem is i
cant find the playlists. I have 2 playlists in LMS and there are no
files in the configured playlists folder. So are they hidden somewhere?





michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2015-03-02 Thread michi

wt0 wrote: 
> Squeeze Ctrl is not a music player and will never be a music player,
> it's just not what the app is about.
Okay thats what i thought. As i said thats the not important part.
What about the playlist syncing? Is that something you would consinder?





michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Annouce: Squeeze Control, a squeezebox remote app, is now available for Android

2015-02-28 Thread michi

hey there,
i bought your app and im really satisfied with it and use it every day.
I only miss one thing: to synchronize a playlist and not just download
it. So if i add a song to the playlist in LMS, Squeeze Ctrl
automatically downloads it as soon as its connected to the server and if
i delete a song from the playlist, it gets deleted from the phone or
tablet storage to.
Another thing that would be nice is to use the app to play downloaded
songs without the need of being connected to LMS, but thats not that
important.



michi's Profile: http://forums.slimdevices.com/member.php?userid=64133
View this thread: http://forums.slimdevices.com/showthread.php?t=96757

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins