Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

monkey3 connector done #1813

Merged
merged 3 commits into from
Nov 28, 2018
Merged

monkey3 connector done #1813

merged 3 commits into from
Nov 28, 2018

Conversation

JeonHyungJin
Copy link
Contributor

I added Monkey3 Player`s connector.
This is one the famous music player in South Korea.
I like this Website!

Copy link
Member

@inverse inverse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A good start! somethings should be improved though

};

Connector.getTrackArt = () => {
return $('.albumview .cover .img').find('img').attr('src');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be simplified to use the trackArtSelector and just make it equal .albumview .cover .img

@@ -733,6 +733,12 @@ define(function() {
js: ['connectors/bugs.js'],
},

{
label: 'monkey3',
matches: ['*://www.monkey3.co.kr*'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct? shouldn't it be like?

Suggested change
matches: ['*://www.monkey3.co.kr*'],
matches: ['*://www.monkey3.co.kr/*'],

@JeonHyungJin
Copy link
Contributor Author

I saw your recommendations and i modified that parts as you talked.
Thank you 👍

Copy link
Member

@inverse inverse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍

@inverse inverse merged commit a28d527 into web-scrobbler:master Nov 28, 2018
@alexesprit alexesprit added connector This issue or pull request is related to connectors implemented This pull request proposes a new connector implemented labels Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
connector This issue or pull request is related to connectors implemented This pull request proposes a new connector implemented
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants