Ecosyste.ms: OpenCollective

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

github.com/web-scrobbler/web-scrobbler

Scrobble music all around the web!
https://github.com/web-scrobbler/web-scrobbler

Use `in` operator

b2fec118bf5cde5b1e298169801e0d2564795939 authored over 5 years ago
Update ESLint rules before upgrading to v6

d6b50e2e7e2d85631167a602bb67c9b1e48cef37 authored over 5 years ago
Add coverage badge

e789dd466b7093719d0a4c164871a811a3f8122b authored over 5 years ago
Update dependency dotenv to v8.2.0 (#2112)

77e01df9cc4be098e70e9104f7d1a4e1d965a6b4 authored over 5 years ago
Update dependency stylelint to v11 (#2118)

b20b4dd60cd8a15fe9c067a1c1138ad3f6283d36 authored over 5 years ago
Update dependency grunt-remark to v8 (#2117)

fe532fc49b4bb45e1d3676501404351f74569566 authored over 5 years ago
Update dependency eslint-plugin-jsdoc to v15.12.0 (#2113)

81e7f24f2e437c8dd9d73c2e24b6f83f74ad78c7 authored over 5 years ago
Pin dependencies (#2111)

7dbc721fc7d696600bef757f8f4ba03f6c5c0d1f authored over 5 years ago
fix up coverage (#2110)

* fix up coverage

* Replace with yarn run

* Add coverage on master

* fix naming

* Mi...

a50cdc877bec17f3acd0f67de8beccc279c5b5cf authored over 5 years ago
Fix youtube connector

Get uniqueID from miniplayer if it's active only.

Ref #2121.

870af8dc3167f09a7d28349fc53f467ff1a81f16 authored over 5 years ago
Add debug info to info popup window

This info is displayed after Shift-clicking on body element.

The code is not presented in relea...

d707acd4ab7cf947598d20a546a528f4dc8ea729 authored over 5 years ago
Preprocess CSS and HTML files

15e42b41f6a8e5aa506c28e08e332dbaeeb46d3f authored over 5 years ago
Fix youtube connector

Get unique ID of current video in miniplayer playlist.
Remove workaround for fullscreen mode.
Re...

d32cab821285a85e16e01f14a4cf4604cbbb4ee0 authored over 5 years ago
Fix youtube connector

Correct channelNameSelector.

Closes #2120.

6144f3b2c3df983e9641d62d6563f64877336ef5 authored over 5 years ago
Update dependency mocha to v6.2.2 (#2114)

8685ca8f98f705d9ab6a2382949dd8816fc7aa2a authored over 5 years ago
Update dependency grunt-mocha-cli to v5 (#2116)

d5783778b35a37f4d14b619d2b5cff0dae5ba9a1 authored over 5 years ago
Fix typo

00c9baeb0d955987b9e3da779b36a476c23ec2f9 authored over 5 years ago
Add tests for Util.processSoundCloudTrack function

0ad21ef49ce6cc08590cb4cc5ef74e720a210929 authored over 5 years ago
Use escape sequences to define characters in regex

9c1c4f217c617f758b0966f17516a5569a52e068 authored over 5 years ago
Update code documentation

939c2e10d4247ae5d89b2ff1483b940cb8a46320 authored over 5 years ago
Fix youtube-music connector

Recognize music videos correctly.

Closes #2106.

97095127d12aa192b06b3050c610465f105130fd authored over 5 years ago
Update youtube connector

Get channel name if no artist found in video title.
Define selectors as constants.

2154153edd4551db209e455267cb484add9b6c48 authored over 5 years ago
Return track with no artist for invalid "Artist-Track" strings

acb7d2b837c3f442710f93d494f50a5238fe2084 authored over 5 years ago
Fix soundcloud connector

Split "Artist - Track" strings by \u2015 symbol.

Add new util function to process SoundCloud "A...

9a7d1b67c9707fc7600eb70c63051b8d9ba9a1ca authored over 5 years ago
Exclude tests from coverage (#2103)

b89b904dd3dc419de35903e3cd2e42d8889fa0da authored over 5 years ago
Add Codacy Coverage (#2102)

* Init

* improve

9e0c1f7ddf1b2d9d1ceb0489869459d669b09b5f authored over 5 years ago
Fix youtube connector

Limit channelName selector to get channel name only.

Closes #2101.

c7694d3f83c6ecfb44e14d402d5bcc83b19f23bf authored over 5 years ago
Fix soundcloud connector

Don't replace size param if cover is empty.

24649dbbca165b74176dea1f10c6291c829b0e57 authored over 5 years ago
Fail if unused files are found

fcb1a62dec9c69153d2c5e3b6440cd904b781529 authored over 5 years ago
Require `id` property

994b509c4e1f58b4dd09c63af733725e40dde2b6 authored over 5 years ago
Fix documentation

448199803dea0df25c0682d2e070e492bd0804b8 authored over 5 years ago
Use connector label for GA

Using IDs will mess the current stats.

5b3ae399cfe075b894d97e8a67df9351b507b384 authored over 5 years ago
Fix `unused_files` task

7fb2502a56d9accdbfb47b123e48904579b1c1ff authored over 5 years ago
Update storage format

Use object to store connectors state.

731e068a6811c70cb04a53363a5ef0fe518cb37c authored over 5 years ago
Use chai.assert

eb4e23fed9fbd707a4cb01176967f30aba9ff6f1 authored over 5 years ago
Convert js property to string value

29a6cc3399ae5896ed215c7755f8c8dc42753c0e authored over 5 years ago
Remove AOL Radio

aaba80d791215ad18f2abda52be0483995ded14c authored over 5 years ago
Use connector id instead of connector label

052533b10ee5eb0cf7347b957411f57d67877993 authored over 5 years ago
Add id property for connectors

28056bf8f44e327c76b04eb222dbf34a1110fd58 authored over 5 years ago
Add test to check if id is unique

e4e1a4978f223e0f663ca7017e2b9715fb269670 authored over 5 years ago
Update documentation

3e702fee16f9344178c0a8e565ceb0dd2b509190 authored over 5 years ago
Fix deploy workflow

Use secrets properly.

1023044b632007b95b9e86fa99d846cd253f21b9 authored over 5 years ago
Update youtube connector

Don't use `isFullscreenMode` function as a part of `Connector` object.

deb75d88e67686a8db547dea7dcf23d66034f107 authored over 5 years ago
Fix youtube connector

Add more "Topic" suffixes in different languages.
Use metadata filter to remove "Topic" suffixes...

2e3b9459b83701dab9883a1262f7d76cdf48ea61 authored over 5 years ago
Fix soundcloud connector

Use selectors to get track info.

Closes #2090.

96c569035af0698dbf1e270d1769bafc1f5bfcdd authored over 5 years ago
Add function to extract image URL from element

Extract `Connector.getTrackArt` code to separate function.

cb81623192f54a85627ed042693f5f3d281e228c authored over 5 years ago
Use GitHub token properly

GitHub does not allow to use enviroment variables named with the `GITHUB_` prefix.

Use the `GH_...

6399090d6123ed700f3d8530d275b75362c4d82d authored over 5 years ago
Fix warnings

300d8959181b94383074e430ed54f929aa206602 authored over 5 years ago
Split workflow steps

b80eabefea8107ed889eea9c55491475428f9b56 authored over 5 years ago
Add Watch2Gether support (#2066)

f97bfe8acdd988a3a57538e131a550c44c6a4442 authored over 5 years ago
Update dependency remark-preset-lint-recommended to v3.0.3 (#2087)

a6c49d1bb037f2712f178669cfa1d1f97c4c0c47 authored over 5 years ago
Update dependency mocha to v6.2.1 (#2086)

24ee4ab4baf5dff55a4fe2229d33106382e3926f authored over 5 years ago
Update dependency stylelint-order to v3.1.1 (#2088)

4e9b8b7107b92a3664a2c3341963b3bad3640d34 authored over 5 years ago
Update dependency load-grunt-tasks to v5.1.0 (#2085)

94b6f79f272983935f94485b8eabd278b20d6be2 authored over 5 years ago
Update dependency grunt-stylelint to v0.11.1 (#2084)

80084335a6f778de2e45b335fd5a75293325d45f authored over 5 years ago
Update dependency eslint-plugin-jsdoc to v15 (#2089)

e3cbcbeee01bed26ff1b0b78350cf32e4788d3fb authored over 5 years ago
Update dependency @octokit/rest to v16.33.1 (#2082)

08e5b6cf547e28c76d49bd59008c3dd910f09b8c authored over 5 years ago
Update dependency grunt-remark to v7.0.1 (#2083)

6230a53ae575dea356b3d47e4b97b91c08fb3036 authored over 5 years ago
Copy environment variables

bcf4effa9f63208e7a8d85177987a340be7d4c70 authored over 5 years ago
Release v2.23.0

09fb08a62e4af51c4068354eb5c67969c2a1f653 authored over 5 years ago
Update connectors.json

350ad3857e3c9d56f8a6c730e94a694f73805861 authored over 5 years ago
Fix nrk-radio connector

Closes #2081.

d996daed8c6c353a3a91edd625674bdb70c0b6b4 authored over 5 years ago
Add support for GDS.FM

744f4ec785df9ba4c9c5816a6d5983602ae4e2c1 authored over 5 years ago
Update connectors.json

ce1be67c8ac944985ad237150990d867af20bc3d authored over 5 years ago
Generate simplified dump for website

384426e37a4ea0b155fe906f5eb754be3bfcf85f authored over 5 years ago
Remove tx config

`tx` is not used anymore after Transifex integration is enabled.

e6862fa7608b968d3e6967fcf9f2225f1428dd47 authored over 5 years ago
Allow to run Renovate on Saturdays only

ccc65475145cb4ef3cdec30eeb471df4b47f1916 authored over 5 years ago
Update dependency eslint-plugin-jsdoc to v9.1.0

4eaac42a769e4497da5c57cc32738f2d3c271d6e authored over 5 years ago
Update dependency dotenv to v8.1.0

2a927a94ad154a9aeea5520ff91f61b2ecb5ccdc authored over 5 years ago
Update Renovate config

Add labels applied to PRs.

b1684a8f892802aba71ce0c95368b330bbbb1737 authored over 5 years ago
Bump mixin-deep from 1.3.1 to 1.3.2

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release ...

4a460cb99757000ae7f3b69b21428002eae25a8b authored over 5 years ago
Update dependency @octokit/rest to v16.32.0

2e6a97869e804d5561af0ec216cad68f164e58c4 authored over 5 years ago
Pin dependencies

2859f230b091fe680c26ef1a239aa88ccddaf678 authored over 5 years ago
Add renovate.json

ca8b8f7a56e84e0470d63bc3ba9537da52dc558b authored over 5 years ago
Translate /src/_locales/en/messages.json in ru

review completed for the source file '/src/_locales/en/messages.json'
on the 'ru' language

942949aaf59a64c40986d1ca193440876c6e7c8d authored over 5 years ago
Use placeholder in locale string

0ee3a1ae34b768ed8548e103acfca80e626c01ae authored over 5 years ago
Implement the logic for displaying user play count

* Read and return play count from last.fm parser

* Add the field to list of metadata to be copi...

fdaa66866a999b9f4790a2f67be2d15652526591 authored over 5 years ago
Hide user play count when the count is 0

b21093a701140642c738be5d47be605b3fec1e71 authored over 5 years ago
Treat user play count value as an integer

fa7a39a3938e63082424963ca32a3113cce26009 authored over 5 years ago
Add markup and styles for user play count

6b10d07d6905afe56687eb53e2c9bb74563fb931 authored over 5 years ago
Add en i18n text for user play count label

f1e4e84f170c753eed538c195bde14b4e9d2fb35 authored over 5 years ago
Update user play count UI as per PR feedback

* Make font size a bit larger

* Add a little bit of top margin

* Add Last.fm logo to clearly i...

bf5f18fe4466dd5d55bde31742b988e89cc1ba1c authored over 5 years ago
Add Grunt task to find unused files

ed0a1f83e7ee65c0406dc1ae2a528271e597ae97 authored over 5 years ago
Remove unused file

23d7bfee5a2bb2a8eff4480f757f12a7f4e8171a authored over 5 years ago
Use yandex-music connector for Yandex.Radio

726e5f7f752a8cab1fbf2be647413367358a2c85 authored over 5 years ago
Fix yandex-music connector

Don't fail if no album is provided.

c8b6392c8baaac491fe597e9348ef419e678217e authored over 5 years ago
Fix Twitter account in readme

2077100ac8467a2f388d6e07a40a06da7f2bac21 authored over 5 years ago
Improve yandex-music connector

Use Yandex API to get track info.

Ref #2001.

3385933a2bee875027e5c36db28b3ec85a25e16a authored over 5 years ago
Add support for Wynk Music

This commit adds a connector for Wynk using code gracefully copied from
@alexesprit's Apple Mus...

9fc2426ba20f1c90e8c6ef0bd22e688d2bc24683 authored over 5 years ago
Fix apple-music connector (#2061)

681c12711f1dc4e59fd606e873df45ee39112355 authored over 5 years ago
Update readme

Add link to the wiki page to "Translations" section.

9eae1b83bd9505e660b624f77671c49e89a7df39 authored over 5 years ago
Replace Travis CI badge with workflow badge

f4fc5ec384f55de225f92ca9ce3f75de61878a97 authored over 5 years ago
Add workflows

Add test workflow runs on push and pull_request events.
Add deploy workflow runs on tag create.

4eafba9beb768ba6904b496f351c9d0cb9affc06 authored over 5 years ago
Run `github_publish` task remotely

d42138529b47713daa4a30f006600f451bcba4e8 authored over 5 years ago
Use proper name for AMO section

See https://addons.mozilla.org/en-US/about.

13930b3edfc2cb265e8bd8487a11b4c485e95479 authored over 5 years ago
Update readme

Add link to Twitter account.
Capitalize Gitter.

221a2efcde48bce21a123daab803a7bf11e01be2 authored over 5 years ago
Fix youtube connector

Recognize "Topic" channels correctly.

Closes #2056.

da896f83585a2ab42508677915831cd1c5b4747c authored over 5 years ago
Update connectors.json

239135f0a2987a460bd5bea90c590d73f2dcc0a5 authored over 5 years ago
Update primephonic connector

Get both duration and remaining time from DOM.
Document the website feature.

630756ed4b214d04cba7776caaef7986ca7ac891 authored over 5 years ago
Add comments about using remaining time

6e350f78904e694555b019481def9debaf8c0794 authored over 5 years ago