Commit Graph

15 Commits

Author SHA1 Message Date
cbcc42d831 Extract podcast metadata from tags and sidecar files 2026-09-22 21:39:33 -04:00
0cac2e0a47 Add primary artist mopidy URI to POST 2023-03-02 11:21:27 -05:00
3e33f6b464 Fix the bug for real 2023-01-23 11:09:27 -05:00
a140140322 Fix un-interpolated token 2023-01-21 23:20:29 -05:00
34a03bed6a Fix pushing pause to webhook regardless of time 2023-01-16 13:45:54 -05:00
53b0abe03a Fix ambiguous starting log message 2023-01-16 12:34:07 -05:00
b988e4bf0a Fix not properly sending playback ticks 2023-01-12 15:58:43 -05:00
67e74ecde2 Fix error when album does not exist 2023-01-12 15:40:33 -05:00
42e146bd32 Add handling of pausing and resuming 2023-01-12 14:29:12 -05:00
52655cecfd Add Mopidy URI to data packet sent via webhook
This commit adds one new property, which is the URI that mopidy is using
as the source to play the media file.  The significance here is that if
you use something like Podgrab to auto-download and push podcasts to a
directory in Mopidy's media files, and if it has 'podcast' in the name
we can use that instead of the hit-or-miss check on the MP3 genre of
Podcast, which is a convention not many podcasts use.
2023-01-12 11:18:45 -05:00
35f11f8c17 Fix error in serialization with albums 2023-01-08 03:07:08 -05:00
875dbe8f8a Should get some tests for this stuff 2023-01-08 03:03:01 -05:00
f86ae61acf Clean up artist junk 2023-01-08 02:48:16 -05:00
2320210b37 Fix bad config names 2023-01-08 01:44:16 -05:00
bbd1f5b5b7 Initial commit
Originally based off of mopidy-scrobbler code
2023-01-08 01:08:18 -05:00