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

scrape album info for scrobbles (#37) #38

Merged
merged 3 commits into from
Nov 7, 2021

Conversation

neilmenon
Copy link
Contributor

No description provided.

Copy link
Member

@stephanebruckert stephanebruckert left a comment

Choose a reason for hiding this comment

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

Thanks a lot for the effort! I fixed one little thing and also updated some of the old SQL queries to make them more clear. Not sure if you also saw that but some queries were returning much more results than needed, I'm surprised it just worked until now 😄

Merging, will create a release ASAP!

@@ -20,15 +20,17 @@
@property (copy, nonatomic) NSString *artist;
@property (copy, nonatomic) NSString *song;
@property (copy, nonatomic) NSDate *date;
@property (copy, nonatomic) NSString *album;
Copy link
Member

Choose a reason for hiding this comment

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

Just added this as it was needed for it to build successfully

@stephanebruckert stephanebruckert linked an issue Nov 7, 2021 that may be closed by this pull request
@stephanebruckert stephanebruckert merged commit 411b536 into ShazamScrobbler:master Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Submit album information to Last.fm when scrobbling
2 participants