RemixDev
1e8fc89fad
Updated README.md
2020-05-25 14:32:29 +02:00
RemixDev
a51310cd75
Updated repo to use submodules
2020-05-25 12:58:41 +02:00
uh_wot
c588fe20ef
Fixed ValueError when URL list in addToQueue request is too long
2020-05-21 22:57:48 +02:00
uh_wot
47c6fe50a2
Specified threading mode in server.py
2020-05-19 21:14:46 +02:00
RemixDev
3903874552
Added "open downloads folder" button on GUI
2020-05-19 18:30:18 +02:00
RemixDev
1f342f4ff8
Fixed queue saving when nothing is downloading
2020-05-18 08:44:14 +02:00
RemixDev
44f5ccccc1
Added overwriteFile and saveDownloadQueue options
2020-05-17 21:26:49 +02:00
RemixDev
96ce0178b2
Added save window position on app closing
2020-05-17 19:00:04 +02:00
RemixDev
ff61b391ed
Revert "Made easy login work on windows as well"
...
This reverts commit 6b7dc91b86
.
Same as before
2020-05-17 18:23:45 +02:00
RemixDev
0dbf4ace23
Revert "Added easy login in the GUI"
...
This reverts commit 357c6f4be2
.
CEF doesn't support intents so this method doesn't work on Windows
2020-05-17 18:21:40 +02:00
RemixDev
6b7dc91b86
Made easy login work on windows as well
2020-05-17 17:58:09 +02:00
RemixDev
357c6f4be2
Added easy login in the GUI
...
- UI freezes after opening the login window, don't know why
- After logging in sending another request to the server will crash it,
don't know why either
- Need to make a check for the qt renderer
2020-05-17 16:43:17 +02:00
RemixDev
25ee782771
Updated icon files
2020-05-17 16:15:21 +02:00
RemixDev
456da34dfd
Updated spec file again
2020-05-15 18:05:42 +02:00
RemixDev
cbc0c9242d
Updated spec file
2020-05-15 18:01:04 +02:00
RemixDev
ac0d9b012e
Generalized deemix gui file
2020-05-15 17:58:27 +02:00
uh_wot
12794b41b4
fixed server shutdown
2020-05-15 15:42:47 +02:00
RemixDev
59ed51e14f
Added blank search result check on backend
2020-05-14 19:15:47 +02:00
RemixDev
eb70f531f4
Moved autologin on server connection
...
Fixed download entries duplication on desync
2020-05-14 13:32:02 +02:00
RemixDev
bf946c2ae6
Revert "Merge branch 'master' of lemonyzer/deemix into master"
...
This reverts commit b0f4fe7da7212751d25f397ca8a72a7b97a17a76, reversing
changes made to a3470908742d73db33651d2d7a94aa4b6dbc583c.
2020-05-13 20:28:20 +02:00
Aryan Layes
a2f82ae934
spotify-advanced v7
2020-05-13 13:23:19 +02:00
Aryan Layes
a13065e1c8
v6
2020-05-13 00:58:03 +02:00
RemixDev
5720433ae8
Changed default port from 33333 to 9666 as some AVs blocks that port
...
Local settings like login and darkmode will be reset
2020-05-12 14:30:50 +02:00
RemixDev
a3523ea372
Readded pywebview
...
pywebview is not in the requirements.txt as dependencies and frameworks
depends on the user preferences
the pyinstaller hook for cefpython3 is missing from the pyinstaller repo
for some reason, so it must be added manually
https://github.com/cztomczak/cefpython/blob/master/examples/pyinstaller/hook-cefpython3.py
2020-05-09 19:21:34 +02:00
RemixDev
1e75ea440b
Removed top tracks, artist and albums from home tab
2020-05-09 14:25:24 +02:00
RemixDev
8af573d185
Added logging system using python logging library
2020-05-08 18:06:43 +02:00
uh_wot
db6378b8f2
actually fixed .arl bug with newlines
2020-05-07 16:57:23 +02:00
uh_wot
98f69fd9b9
fixed bug if .arl file has newline
2020-05-07 16:48:57 +02:00
uh_wot
0b3f5f297d
added support for pyinstaller onefile
2020-05-07 14:24:44 +02:00
uh_wot
900001efaf
added workaround for MIME type error in certain Windows installs
2020-05-06 11:58:25 +02:00
uh_wot
0c6fbf5507
fixed spec file for non-windows OSes
2020-05-06 11:40:02 +02:00
uh_wot
aae1b10fca
simplified server-wide ARL
2020-05-06 10:24:32 +02:00
RemixDev
25ca9bbdee
Added .spec file for pyinstaller builds
2020-05-05 19:05:54 +02:00
uh_wot
331b9d5095
reverted e5652e0621
since the msg only appears when a client connects
...
This reverts commit e5652e0621
.
2020-05-05 16:15:16 +02:00
uh_wot
e5652e0621
only print server-wide arl msg if .arl file exists
2020-05-05 15:48:11 +02:00
uh_wot
1ed3a89298
added message if server-wide arl is enabled
2020-05-05 15:44:29 +02:00
uh_wot
3461ebbbd0
made port non-mandatory if using serverwide ARL option
2020-05-05 15:36:05 +02:00
RemixDev
3ff6ddc9a6
Added spotify playlists in the playlist tab
2020-05-05 15:08:04 +02:00
RemixDev
5a7e3df70e
Implemented Favorites tab
2020-05-05 12:55:06 +02:00
uh_wot
37f49535ba
added server-wide ARL
...
gets enabled only if --serverwide-arl is in the server arguments
2020-05-05 10:27:48 +02:00
uh_wot
2e077add31
changed shebang in server.py to specify python 3
2020-05-05 08:58:52 +02:00
RemixDev
cc780b34c5
Added missing shebang
2020-05-04 18:23:09 +02:00
uh_wot
bb20c9b90e
added shebang on server.py
2020-05-04 18:22:26 +02:00
RemixDev
400f3a2cba
Added icon
2020-05-04 17:33:43 +02:00
RemixDev
85f103066c
Implemented reset settings and added missing options
...
Tags selection not added yet
2020-05-03 16:21:37 +02:00
RemixDev
30ceca014a
Implemented barebones charts tab
2020-05-03 15:52:42 +02:00
RemixDev
0e516352b1
Started implementing home tab
2020-04-29 10:36:30 +02:00
RemixDev
8fcf858a2b
Started implementing Link Analyzer's tab
2020-04-26 14:27:54 +02:00
RemixDev
904692f8dd
Merge branch 'master' of TrDex/deemix into master
2020-04-22 12:40:47 +00:00
Mykola Soloduha
a4693bb537
optimized import and other small changes
2020-04-22 12:27:09 +03:00