Skip to content

Commit

Permalink
Bundle updated to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebruckert committed Oct 20, 2015
1 parent 64b4953 commit 8b8eb49
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
26 changes: 9 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ShazamScrobbler for Mac [![Build Status](https://travis-ci.org/stephanebruckert/ShazamScrobbler.svg?branch=master)](https://travis-ci.org/stephanebruckert/ShazamScrobbler) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/stephanebruckert/ShazamScrobbler?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
=================

ShazamScrobbler was created for people who use Shazam to identify songs played around their Mac and would like to keep an updated playback history using [Last.fm](http://www.last.fm/)'s scrobbling service.
[ShazamScrobbler](http://shazamscrobbler.com) was created for people who use Shazam to identify songs played around their Mac and would like to keep an updated playback history using [Last.fm](http://www.last.fm/)'s scrobbling service.

![menubar-preview](https://cloud.githubusercontent.com/assets/1932338/10404677/7d1ffe58-6ed4-11e5-99d0-c29480a0bfda.png)

Expand All @@ -13,28 +13,20 @@ It works together with the [Shazam Mac App](https://itunes.apple.com/us/app/shaz

### Requirements

Works on OS X Yosemite/El Capitan with Shazam 1.1.1 (get it from the [App Store](https://itunes.apple.com/en/app/shazam/id897118787?mt=12)).
- OS X Yosemite/El Capitan
- Shazam 1.1.1 (get it from the [App Store](https://itunes.apple.com/en/app/shazam/id897118787?mt=12)).

### Installation

- Make sure you meet the requirements,
- Download [ShazamScrobbler.dmg from here](https://github.com/stephanebruckert/ShazamScrobbler/releases) (~1MB),
- Before launching ShazamScrobbler, Shazam must have tagged at least one song.
- Before launching ShazamScrobbler, the Shazam app must have tagged at least one song.

## Main issues & fixes

#### Problems w/o fixes

- The Shazam Mac app won't always tag songs being played on your earphones/headphones,
- Shazam doesn't always find the right tag for a song (depending on the genre).

#### Problems w/ fixes
## CHANGELOG

- TODO: what to do when Shazam detects a song being scrobbled by another scrobbler?
- check if Last.fm is already "Scrobbling from X",
- or check if the song has already been scrobbled in the last 5 minutes.
#### v1.1.1 (2015/10/21)

## CHANGELOG
- Fixed a minor issue causing the queued songs to not scrobble if the app has been restarted.
- Fixed a minor issue causing the time interval between two songs to be negative.

#### v1.1 (2015/10/09)

Expand Down Expand Up @@ -62,4 +54,4 @@ Feel free to contribute!

## Licence

MIT
MIT
2 changes: 1 addition & 1 deletion ShazamScrobbler/AboutWindowController.xib
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="SdM-5G-yCq">
<rect key="frame" x="189" y="172" width="277" height="17"/>
<animations/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Scrobbler version 1.1 for Shazam 1.1.1" id="gJt-wU-JGY">
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Scrobbler version 1.1.1 for Shazam 1.1.1" id="gJt-wU-JGY">
<font key="font" size="13" name="Helvetica"/>
<color key="textColor" name="controlShadowColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
Expand Down
4 changes: 2 additions & 2 deletions ShazamScrobbler/ShazamScrobbler-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.1</string>
<string>1.1.1</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSBackgroundOnly</key>
Expand Down

0 comments on commit 8b8eb49

Please sign in to comment.