Navigation Menu

Skip to content

Releases: jesseward/plex-lastfm-scrobbler

v4.1.1

19 Feb 20:19
Compare
Choose a tag to compare
Bumping to 4.1.1 and updating README with pypi instructions.

v4.1.0

19 Feb 20:13
Compare
Choose a tag to compare
4.1.0a

Update setup.py

4.0.0

13 Feb 15:01
Compare
Choose a tag to compare
Bump to version 4.0.0

* Update scrobble_cache to use Pickle instead of Shelve.
* encode values returned from ETree to 'utf-8' in fetch_metadata
* Add tests to mock respones from fetch_metadata
* More Python 3 clean-up
* Swap file open to io.open to we can force encoding='utf-8' on reads.
* Adding mutex locks on scrobble_cache access.

Version 3.0.0

22 Dec 15:29
Compare
Choose a tag to compare
Bumping to version 3.0.0

1.3.5

04 Nov 03:56
Compare
Choose a tag to compare
Version to 1.3.5

1.3.4

09 May 16:40
Compare
Choose a tag to compare
Docstring fix-up and added logic to handle improperly formatted confi…

…guration

file as raised within Issue #34 .

1.3.3

23 Apr 22:22
Compare
Choose a tag to compare
removing call to cache_retry function form __main__.

1.3.2

22 Apr 18:00
Compare
Choose a tag to compare
bumping to version 1.3.2

1.3.1

18 Oct 17:51
Compare
Choose a tag to compare
fix typo in scrobble cache log line. adding album data cache_items.

1.3.0

14 Oct 03:05
Compare
Choose a tag to compare

Adding ability to scrobble album information instead of just artist - track. Requested in issue #19 and merged in issue #20