imanel/deezplayer

Suggestions

Opened this issue · 1 comments

Thanks for this app, Deezer's app is awful and full of glitches and this wrapper is all I needed!

  1. Drag and drop should be disable, I can open any website inside the app window http://stackoverflow.com/questions/31670803/prevent-electron-app-from-redirecting-when-dragdropping-items-in-window

  2. Is it possible to add a few options or an user config file? I would like to choose things like: toggle app open maximized by default, default volume, hide menubar/title when using Windows (or even better: fill the entire screen except for the taskbar).

You should to post your app on HN to spread the word 🌮 🗺

Thanks for your feedback.

  1. Disabling drag and drop is unfortunately much harder than that. Deezer is using D&D internally and using method like in this SO post would make it work incorrectly. I could try to copy their code and hack it, but I have strict policy to avoid modifying used website - for both security reasons (less code = easier to read = no chances for malicious software for end user) and maintainability (such hack would require fix and update every time Deezer changes anything). However I will try to find some solution without such restrictions - just give me some time :)

  2. It would require adding config panel. I have it in my TODO list, but haven't had enough time to do so. With first free slot I will test how to do it and push update.

  3. I'm not active user of HN, nor am I fan of very common recently "inform social media before it's ready" approach. However If you're happy user and want to spread word about DeezPlayer I will be honoured.