Skip to content
This repository was archived by the owner on Sep 7, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
78 commits
Select commit Hold shift + click to select a range
7f82b14
Update index.coffee
3raxton Dec 1, 2019
26f5318
Update Playbox.widget
3raxton Dec 1, 2019
fb8eb42
Update README.md
3raxton Dec 1, 2019
bf74757
Update Playbox.widget.zip
3raxton Dec 1, 2019
e94b855
Merge branch 'master' of https://github.com/3raxton/Playbox.widget
3raxton Dec 1, 2019
7ccd6f5
Update Playbox.widget/index.coffee
3raxton Feb 28, 2020
f1a0d2c
Add more info to README.md about #mixed metaPosition
3raxton Feb 28, 2020
483633b
Add details on #mixed metaPosition to README
3raxton Feb 28, 2020
08023f8
Initial commit for fork
Apr 10, 2020
0f64198
JSX overhaul
Apr 10, 2020
e6077ef
Add ability to hide on pause
Apr 10, 2020
23e9014
Add commenting
Apr 10, 2020
c5561a8
Add medium-sized player
Apr 10, 2020
f878295
Add small player
Apr 11, 2020
fbfef0b
Add mini player
Apr 11, 2020
b474087
Fix album artwork for tracks with "
Apr 17, 2020
25404af
Add preliminary Apple Music support
Apr 18, 2020
5b94f46
Unify scripts into one
Apr 25, 2020
16e8e46
Implement plist for conditional caching
Apr 25, 2020
eb307ba
Add deletion of old cache artwork
Apr 25, 2020
d5d82d2
Comment commit
Apr 25, 2020
5f8d7ab
Small refactor
Apr 26, 2020
333b741
npm init
Apr 26, 2020
c6cad05
Include node_modules in gulpfile
Apr 26, 2020
b4b3418
Add adaptive color
Apr 26, 2020
dbfb149
Add fallback colors for missing artwork
Apr 26, 2020
d656f43
Add better transitions
Apr 26, 2020
44c7a87
Improve mini player look
Apr 26, 2020
1606219
Comment commit
Apr 26, 2020
c706303
Add fallback color functionality
Apr 27, 2020
316e705
Fix embarrassing typo
Apr 27, 2020
54f6ff2
Use correct fallback colors
Apr 27, 2020
851ce4e
Fix smooth progress bar
Apr 27, 2020
54c0c26
Add positioning option
Apr 27, 2020
8ac2f30
npm uninstall colorthief
Apr 27, 2020
913c320
Add options for adaptive coloring
Apr 30, 2020
836fc9d
Remove some adaptive colors from mini player
Apr 30, 2020
349f402
Add option for dual-colored progress bar
Apr 30, 2020
cc1556f
Adjust conditional info blur
Apr 30, 2020
6885f70
Add setting for caching behavior
Apr 30, 2020
d550bf0
Remove Playbox
Apr 30, 2020
10c1558
Improve color algorithm
May 2, 2020
1a56297
Add setting for minimum contrast
May 2, 2020
3272297
Fix a few things
May 2, 2020
90dd697
Update README
May 3, 2020
0ce6646
Prepare gulpfile and release
May 3, 2020
700557c
Update README
May 3, 2020
0ad76cf
Make settings more concise
May 3, 2020
20322f8
Update README
May 3, 2020
5d067c6
Prepare release
May 3, 2020
acca37d
Update README
May 3, 2020
91e7518
Update README.md
May 3, 2020
4665144
Remove incompatible characters in art filename
eramdam May 20, 2020
caa2773
Merge pull request #2 from eramdam/patch-2
May 21, 2020
2ff97d3
Update README
Jun 21, 2020
a4d90ff
Prepare 1.1.0 release
Jun 21, 2020
5695b6d
Fix error if Spotify isn't installed (#5)
Aug 10, 2020
e118ae4
Update README
Aug 10, 2020
f5046b0
Prepare release
Aug 10, 2020
829ed17
Small cleanup
Sep 22, 2020
65893d4
Improve text visibility for default colors
Sep 23, 2020
134519a
Alter startup
Sep 23, 2020
1fb1887
Rework artwork fetching and behavior
Sep 24, 2020
00cd7c2
Cleanup
Sep 24, 2020
30b6e7c
Implement smooth artwork transition
Sep 24, 2020
d2b796b
Update README
Sep 24, 2020
60e8d5d
Streamline init
Sep 24, 2020
bdeafe1
Fix memory leak
Sep 26, 2020
e8d8c9d
Add version number
Sep 26, 2020
abab334
Add update mechanism
Sep 26, 2020
8e81b59
Prepare update mechanism for release
Sep 26, 2020
19c744f
Update README
Sep 26, 2020
da2c31b
Prepare release
Sep 26, 2020
dbac804
Fix file encoding (#7, #9)
Sep 29, 2020
6592261
Create cache directory on init (#9)
Sep 29, 2020
5e834b1
Prepare release
Sep 30, 2020
115a5bb
Fix version number and prepare release
Sep 30, 2020
77565ce
Add pointer events to access desktop
3raxton Oct 5, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 4 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,5 @@
# Xcode #
#########
*.xcuserdata
*.xcuserdatad/
*.xcworkspace
!default.xcworkspace
*.pbxuser
DerivedData
build/
*.ipa
*.moved-aside
*.mode1v3
*.mode2v3
*.perspectivev3

# OS generated files #
######################
.DS_Store
.DS_Store?
.Spotlight-V100
.Trashes
thumbs.db
Thumbs.db%
songMeta.plist

cover*
dist/
node_modules/
Playbox.widget/
UeberPlayer.widget/cache/
Binary file removed Playbox.widget.zip
Binary file not shown.
306 changes: 0 additions & 306 deletions Playbox.widget/index.coffee

This file was deleted.

Loading