Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/casualsnek/onthespot

qt based music downloader written in python
https://github.com/casualsnek/onthespot

Merge pull request #95 from Salt-Factory/main

Minor reformatting in README + typo in warning

899e75c5050479dc63291c47778f71ee937c8c58 authored over 1 year ago by Casu Al Snek <[email protected]>
Merge pull request #96 from casualsnek/casualsnek-patch-playlist-nocache

Do not cache playlist info

895ac730b2286dbb8c4c2928b602032170fde642 authored over 1 year ago by Casu Al Snek <[email protected]>
Do not cache playlist info

Do not cache playlist info

b4bddbfeb094fd22da3e179719c4358bdc3a4cfa authored over 1 year ago by Casu Al Snek <[email protected]>
Minor typo

00460079cea06e07e8e7ad2d9d849b688a707e1a authored over 1 year ago by Simon Vandevelde <[email protected]>
Minor reformatting of README

f8f640aabbb1585710e1aae355468ff19cffe62b authored over 1 year ago by Simon Vandevelde <[email protected]>
Merge pull request #94 from casualsnek/casualsnek-patch-discography

Only get albums and tracks when downloading discography

dfe221e33b3b2ba54a38f56d332b889ba3ff1d5e authored over 1 year ago by Casu Al Snek <[email protected]>
Only get albums and tracks when downloading discography

046eee2e92b6b5dd4735c7c1c35553c31b44c5a4 authored over 1 year ago by Casu Al Snek <[email protected]>
Merge pull request #87 from casualsnek/casualsnek-patch-1-fix-instructions

Fix install from source instructions

eb05c541b3fbd50cc181faa3b1ddc1d192ec4438 authored over 1 year ago by Casu Al Snek <[email protected]>
Fix install from source instructions

Fix install from source instructions

2bfc7b45106834a6d5be0111a78f9431aae7373b authored over 1 year ago by Casu Al Snek <[email protected]>
Merge pull request #79 from tresni/updated_install

Update install instructions

2a99dc2784f7cc0e2ffde70c5a36ac760ce0ad4f authored over 1 year ago by Casu Al Snek <[email protected]>
Update build_mac.sh to use use ffbin_mac directory

Update build_mac.sh to use use ffbin_mac directory

838f0d5c67b4a989fef04d7a427b569257695f71 authored over 1 year ago by Casu Al Snek <[email protected]>
Merge pull request #81 from tresni/fix-roleCredits

Skip credits if they are not available

8341bcb579f9268010e254b1943b2dda0088130f authored over 1 year ago by Casu Al Snek <[email protected]>
Merge pull request #80 from tresni/string_format

Add missing f-string notations

8727bee764b9b6da8deba0bf85681f6095bf049b authored over 1 year ago by Casu Al Snek <[email protected]>
Skip credits if they are not available

I've found at least 1 track where this call leads to a 500 error. As such, the roleCredits does ...

1bb1239d27450206e36c839a9801c38500e734e3 authored over 1 year ago by Brian Hartvigsen <[email protected]>
Move print in mainui to logger

0f7878420b05bc90ab022dc62364f37c65e1d3f3 authored over 1 year ago by Brian Hartvigsen <[email protected]>
Add missing f-string notations

c0cbf375a305b297ede34197f4f38732cb50ab6f authored over 1 year ago by Brian Hartvigsen <[email protected]>
Update install instructions

* Make setup.cfg use requirements.txt for install_requires
* List winsdk in the requirements.txt...

6742162a913b6a8fe4f6de1dd2a2f4a4e953ac09 authored over 1 year ago by Brian Hartvigsen <[email protected]>
Merge pull request #76 from dhjw/dhjw-patch-1

Fix for podcast and episode enqueuing

2a836757adafcb5bac3ad39bb281032b49a59586 authored over 1 year ago by Casu Al Snek <[email protected]>
Improve enqueue fix

f38c66f0c12775b2ba507ef12b65052c26307b5b authored over 1 year ago by dhjw <[email protected]>
Fix for podcast and episode enqueuing

bb6c2123a6b45aa5fc129741e11cab6ee07817f9 authored over 1 year ago by dhjw <[email protected]>
Fix Application Name and GitHub URL in About page

4065cc2df54c91294c336f8d36d0119853f46162 authored over 1 year ago by Casu Al Snek <[email protected]>
Fix ffmpeg flag

0a33e81923667c5d1a542b51ed929388ce84275a authored over 1 year ago by Casu Al Snek <[email protected]>
Properly clear cancelled items from progress view

30eb35191ef4305218ad28b35e8969333c664071 authored over 1 year ago by Casu Al Snek <[email protected]>
Try handling missing directories better

cc5f6cc210692fefdaa0f376e11c3aeb7c4cb5a8 authored over 1 year ago by Casu Al Snek <[email protected]>
Improve non raw ogg downloads

bc75764545b367b896a378856165c3983b1dcb71 authored over 1 year ago by Casu Al Snek <[email protected]>
Attempt to fix logger crashing on windows and ogg downloads

90d165aa5c0b561dbcdcbf02a3aa787172e367c5 authored over 1 year ago by Casu Al Snek <[email protected]>
Make exception during login more verbose

47fa452b75a9c6b36fc0cb4262e3718166fc1975 authored over 1 year ago by Casu Al Snek <[email protected]>
Merge branch 'main' of https://github.com/casualsnek/onthespot

37f212b4ca8e316cc8557769d0438331e507b45e authored over 1 year ago by Casu Al Snek <[email protected]>
Work on sanitization issue in windows

ae43d2b92e718536f84f5ead6f59e94fb40bc62b authored over 1 year ago by Casu Al Snek <[email protected]>
Merge pull request #69 from hasecilu/length_tag_lrc_file

Add tens digit (zero) if length is less than 10 minutes

e9f556f2c5afdb3e1f66da95bbb98a09fe052e6a authored over 1 year ago by Casu Al Snek <[email protected]>
Fix path sanitation ( Again )

6b20d20947f78280737a060961b37b267503aa5e authored over 1 year ago by Casu Al Snek <[email protected]>
Add tens digit if length is less than 10 minutes

- Add 0 digit if needed instead of constant ' ' character
- Moved length tag after re tag
- Add ...

6824ff40b9370b1eb7eed81199b900cfa5e52494 authored over 1 year ago by hasecilu <[email protected]>
Update issue templates

1eb5a752e55af63de09f18bb2096b01e197b1d93 authored over 1 year ago by Casu Al Snek <[email protected]>
Update dependencies

fe248e64cf43ced49cc789b55748442221ce023b authored over 1 year ago by Casu Al Snek <[email protected]>
Merge pull request #67 from casualsnek/development

Fixed crashes on short paths

e52972242b80e16b9e67f50293c69b3fcc853611 authored over 1 year ago by Casu Al Snek <[email protected]>
Fixed crashes on short paths

d26622f222ce8d9058d35664a651f8149bd41511 authored over 1 year ago by Casu Al Snek <[email protected]>
Merge pull request #66 from casualsnek/development

Merge Development

8b9badd03b9051e1bd14f9db6f9a282ffedc19c0 authored over 1 year ago by Casu Al Snek <[email protected]>
Merge branch 'main' into development

ac87cbe8a66eed94c6e04144cebe4c30b746af59 authored over 1 year ago by Casu Al Snek <[email protected]>
Add length and song writer metadata to lyrics files

d617e75ddc897787a29584bf3a222b948b47a1a6 authored over 1 year ago by Casu Al Snek <[email protected]>
Merge pull request #65 from hasecilu/feature_add_lrc_metadata

Add metadata to the lrc lyrics files

376513737e0cb9017efd5913366ce26a7d583383 authored over 1 year ago by Casu Al Snek <[email protected]>
Add metadata to thr lrc lyrics file

- Title
- Artist
- Album
- Maker
- Version
- Program

* Author (songwriter is still missing)

2f5b2e0cd7fcfeb8af9c354eaa3ebf7da275b81b authored over 1 year ago by hasecilu <[email protected]>
Fixed Parser thread crashing after any playlist is parsed and added logging !

3d0b7923550ddf1e277b5e5892af34f08670ca98 authored over 1 year ago by Casu Al Snek <[email protected]>
Make build scripts slightly better

e824b3f0d6b37a2d35b4859c3d31730f6ad4e4b0 authored over 1 year ago by Casu Al Snek <[email protected]>
Cache on disk instead of memory

66686a03d631a1de11864b58828bb24ec4d80f91 authored over 1 year ago by Casu Al Snek <[email protected]>
Playlist parsing fixed

827044fb2a93cf86f357583103effd284ec90b09 authored over 1 year ago by Casu Al Snek <[email protected]>
Fix podcast parsing

Fix podcast parsing

c853c3652ac1a9e3d324dc1456a86b0934392181 authored over 1 year ago by Casu Al Snek <[email protected]>
Sanitise playlist names

1db53fef936d39710b66946a7589f956e5c98609 authored over 1 year ago by Casu Al Snek <[email protected]>
Fix searching

767c1acf16e7c2a99462b62943ba646050b4946f authored over 1 year ago by Casu Al Snek <[email protected]>
Remove excess borders from interface, return properly when loading links from file,

- Remove excess borders from interface
- Return properly when loading links from file,

90d4e879e8db542bc164d79ad89c739481c22ded authored over 1 year ago by Casu Al Snek <[email protected]>
Skip conversion if target suffix is .ogg

2bcad1e620834b44e7255704e7b31143bdb6960a authored over 1 year ago by Casu Al Snek <[email protected]>
Fixed removed that don't have any session associated

593771360dbd43e211aa308ae9af6df9d43276e1 authored over 1 year ago by Casu Al Snek <[email protected]>
Fixed account being listed twice if it is removed and added immediately

3352a4b03403457b51247f422a59189308f7eb84 authored over 1 year ago by Casu Al Snek <[email protected]>
Make accounts removeable.

8b01c11fca6b4e173641dc2b6943cc04164147cc authored over 1 year ago by Casu Al Snek <[email protected]>
Fix sanitization in windows

e73e4139a882e10ce3eecdc5279dfcb00a2ef6f8 authored over 1 year ago by Casu Al Snek <[email protected]>
Force convert covert art to RGB

3d10727edf91edf4d235857ba6ca1e48993d2969 authored over 1 year ago by Casu Al Snek <[email protected]>
Fixed dl path getting cleared if browse dialog is closed without selecting a directory

1dc8f36d0cb5690262b4ed11b234c9d500b2a8c3 authored over 1 year ago by Casu Al Snek <[email protected]>
Improve PKGBUILD

7020e533afa2a810b4ade38f04a40a478918a3c6 authored over 1 year ago by Casu Al Snek <[email protected]>
Handle non existent config path properly

2d4a70bcf1e6a51980f6abdb4799e8d6b28110d0 authored over 1 year ago by Casu Al Snek <[email protected]>
Set proper encoding while opening playlist file

77632bb5fd349b92308a1eed9113d7b9f58d3329 authored over 1 year ago by Casu Al Snek <[email protected]>
Handle login failure properly

1a961d9257919d4885286038d21ed6cbc123b77a authored over 1 year ago by Casu Al Snek <[email protected]>
Mark development

a6622a0671c78259b98835af1f708323eeed6bc8 authored over 1 year ago by Casu Al Snek <[email protected]>
Add versioning to PKGBUILD, add another logging position

59d065d59130248533421088cc3953caa43ac201 authored over 1 year ago by Casu Al Snek <[email protected]>
Move Deps

96570edd390f6f7d3e1f3e88af3024d9b06830ee authored over 1 year ago by Casu Al Snek <[email protected]>
Add PKGBUILD for archlinux

96d4816435cefbdadc404f5c4c4c57676210877c authored over 1 year ago by Casu Al Snek <[email protected]>
Do not escape quotes

8b9688f849ea340199ab1849b1d9c25b4f95cf35 authored over 1 year ago by Casu Al Snek <[email protected]>
Fixed path separator issue in windows systems

Fixed path separator issue in windows systems

6dfbfde335126bed62958e75a1a02be9fdcf5f42 authored over 1 year ago by Casu Al Snek <[email protected]>
Merge pull request #58 from 80-am/development

bumps librespot, fixes #57 login failed issue

61e75b965b2fa06b8212d355817746760e66f272 authored over 1 year ago by Casu Al Snek <[email protected]>
bumps librespot, fixes #57 login failed issue

a4868c1dda19735157e72e872bdb6e32c04220da authored over 1 year ago by adam <[email protected]>
Try fixing path in windows

Fix path

602ad1f54c5dc492b4cec1c7285e0bfaa1723444 authored over 1 year ago by Casu Al Snek <[email protected]>
Do not try creating config file parent dir from otsconfig.py

78107f94270aead397b3d0434fabbb0bd3315da2 authored over 1 year ago by Casu Al Snek <[email protected]>
Merge pull request #56 from yuviDX/Dev

Update spotify.py, Fixes freezes while loading playlist with large number of tracks

ba487ee7b20f0dd11fbe373825f216f53674950e authored over 1 year ago by Casu Al Snek <[email protected]>
Update spotify.py

- Fixed system hangs/freeze when loaded playlist with more tracks

a46629539fc397e286a95a126e33d58e85cccf86 authored over 1 year ago by yuviDX <[email protected]>
Remove simpleaudio dependency

98e40827927ed528d3e343263010bf7bdad31245 authored over 1 year ago by Casu Al Snek <[email protected]>
Show console in windows

6d7044e03b1ec65be854a74e38c3eb15a1b59a4c authored over 1 year ago by Casu Al Snek <[email protected]>
Cache API requests

45b84759bf44b6eb6426dcab1fa0b920830c5c23 authored over 1 year ago by Casu Al Snek <[email protected]>
Temporary DL root bug-fixes and new feature

- Temporary DL root bug-fixes and features
- Download path not being applied
- Choose if...

6c373ea09ec1a47e8c840e741c9c46e575c304f2 authored over 1 year ago by Casu Al Snek <[email protected]>
Clear input field after download, remove temp file before working

- Clear input field after download
- Remove temp file before working
- Add winsdk windows depend...

008360894f4242381f87eb0f61fb7b63e3c2fbca authored over 1 year ago by Casu Al Snek <[email protected]>
Allow argument of search term to be passed

d391340c88accf7d9f548b8a468563aba1278f6e authored over 1 year ago by Casu Al Snek <[email protected]>
Changed directory layout, improve packaging

- Changed directory layout to add support for setup tools
- Added application icons and file des...

e2fbb1884d3b2e2de2227aefcbfd54ce467a5acd authored over 1 year ago by Casu Al Snek <[email protected]>
Podcasts fix and packaging reworks

- Podcasts download can be cancelled now
- Partially downloaded files are removed after cancelli...

7626e086ca7458d766f6c0c6fbc64743c6c34ed6 authored over 1 year ago by Casu Al Snek <[email protected]>
Fix play to download, dependency and config migrations

b26267226166bb99c8f5602878015dc9064b8ea9 authored over 1 year ago by Casu Al Snek <[email protected]>
Workaround genre from artist profile

5f7453afce5aa055f6ed353a15c3d3cabf4a0880 authored over 1 year ago by Casu Al Snek <[email protected]>
Change genre API

245a391293dfefeefa588e85cb16e9ac9f150bdb authored over 1 year ago by Casu Al Snek <[email protected]>
Podcast progress reporting fix

Podcast progress reporting fixed
Skip downloaded podcasts

a200c36ee318f7ffeac4374e202d3ee2eadf0c91 authored over 1 year ago by Casu Al Snek <[email protected]>
Fix podcasts, fix freeze if network gets interrupted

- Fix podcasts
- Fix application freezing after connection is interrupted
- Recover sessions aft...

e13a68010aa23997125d4d5d2d64218552bdb000 authored over 1 year ago by Casu Al Snek <[email protected]>
Add config migration, fix crash when starting without network

6aa62b3af81eef06de99d32ea78c7087c4852dfa authored over 1 year ago by Casu Al Snek <[email protected]>
Make sure mime is correct

131a1d36774c77b171b38ecb5cba12fb8b836316 authored over 1 year ago by Casu Al Snek <[email protected]>
Bump version

8b566285283de4b27d8925762a49dca076f33c7d authored over 1 year ago by Casu Al Snek <[email protected]>
Support file containing lists

70a4aee59d495ebf3b6f25c7c4bf0a3d772a0d01 authored over 1 year ago by Casu Al Snek <[email protected]>
Add playlist data formatter

Add playlist data formatter

c99e19e43b934696db7c3b706237790ac4ea7420 authored over 1 year ago by Casu Al Snek <[email protected]>
Update spotify.py

75d4729b6d6d185d06e5202edc5fcf319f3e7d2a authored over 1 year ago by Casu Al Snek <[email protected]>
Fix function set_audio_tags

019e2abccd9bf70554c8394f6dd54e752a4d854a authored over 1 year ago by Casu Al Snek <[email protected]>
Fix genre

a7123a2d3bade9cf29064e87a061faa1eb0827fb authored over 1 year ago by Casu Al Snek <[email protected]>
Fix function usage

613305175ac56fb86cae6818fb02864afcee4b87 authored over 1 year ago by Casu Al Snek <[email protected]>
Add more metadata, try embedding lyrics

d08c3d29ccb6a7da37686460d2cf944d0842d07e authored over 1 year ago by Casu Al Snek <[email protected]>
Merge branch 'development' of https://github.com/casualsnek/onthespot into development

78f13fea77a9c2c9e35b922424bce309d391b2ea authored over 1 year ago by Casu Al Snek <[email protected]>
Do not require restart for account changes, and other fixes

- Do not require restart for account changes
- Newly added accounts can use used right away
- Up...

ff9cdcd3dade24982f53906f4a1e8d4f4134da0c authored over 1 year ago by Casu Al Snek <[email protected]>
Merge pull request #52 from calvin-li-developer/development

fix(spotify.py): sanitize "dot"

ef26d67a440836ed17e03346891a022c40b23351 authored over 1 year ago by Casu Al Snek <[email protected]>
Update spotify.py

13b4500cafffe61ecd38bf876c85f5fb688ff83e authored over 1 year ago by Calvin Li <[email protected]>
Merge branch 'development' into development

a383b49ab3db3d74dc89eda93f0815c90ec48823 authored over 1 year ago by Calvin Li <[email protected]>