Compare commits
113 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6306390f82 | |||
| 350d3ceb14 | |||
| a1ff82bfec | |||
| 92c0c668b3 | |||
| 3b77feda45 | |||
| 45c402f8c1 | |||
| 90a1398438 | |||
| c7a81802ac | |||
| a9a8678ac0 | |||
| cbf0583871 | |||
| 5cac1fe109 | |||
| 6782ed312d | |||
| fda505ea4e | |||
| 8db111f66f | |||
| ee1cae496a | |||
| 9403c68184 | |||
| 96030f4a99 | |||
| a8c3925af4 | |||
| a2f507a976 | |||
| 7a7edc6e47 | |||
| af6c39fb85 | |||
| 36cfdd6f6c | |||
| b11d87af75 | |||
| 1cf50209a4 | |||
| 8a5486fb2c | |||
| 135d6e65fa | |||
| 965f2dd41b | |||
| 1a1de02843 | |||
| a1868e7b2c | |||
| 52494651bf | |||
| 1093aa2376 | |||
| d1f04c15a9 | |||
| fd3487c225 | |||
| df91526b0c | |||
| 70f103db6f | |||
| b0b32821e3 | |||
| 278cab32ea | |||
| 06e075553a | |||
| 833368c8d7 | |||
| f70bab30d0 | |||
| f230af89eb | |||
| bbc27209ab | |||
| b7638c648a | |||
| c8926cf887 | |||
| b8dd3ee258 | |||
| dc965687c2 | |||
| ebc66bbf64 | |||
| d04db0ecb5 | |||
| fc72b23b11 | |||
| a681b4d63b | |||
| c452ac24e0 | |||
| ae889bff7d | |||
| 99dc86dc27 | |||
| 8eefcb8290 | |||
| ad0f9a54d0 | |||
| 1531b77b5c | |||
| 9437fdba60 | |||
| a7551ef162 | |||
| c20204a6ea | |||
| 685de842ea | |||
| 7d13967708 | |||
| 109697a746 | |||
| dde28f4aff | |||
| 2f6ed3770f | |||
| e3d1cfb838 | |||
| 1821ac0d7b | |||
| 4eb8289e55 | |||
| 66e805542c | |||
| f91b127a2c | |||
| b2077678e2 | |||
| 5427198185 | |||
| 2bdba14cd6 | |||
| 95d8c4e4d6 | |||
| 6ab7745151 | |||
| 8b062a6c1d | |||
| cd48e7a402 | |||
| 22830b0cea | |||
| fd36034f6d | |||
| edf9fbd9c1 | |||
| e8e989bb63 | |||
| 69401d11c8 | |||
| 759caef45d | |||
| 9514861b32 | |||
| aa644aa9cf | |||
| 94820b1d9c | |||
| 4db8793d5c | |||
| 7c6e895ae4 | |||
| b1b67528bf | |||
| dd54a33159 | |||
| 92c4f91e5a | |||
| 838b19e996 | |||
| 3808277025 | |||
| f64863f2bc | |||
| 2c199c0e93 | |||
| 4924ef316f | |||
| 64cb17e91f | |||
| 1fd325823b | |||
| 1590ce5f18 | |||
| 3548c29f97 | |||
| 0fa831fa42 | |||
| a2f64a98c3 | |||
| 872ca17432 | |||
| 224c165d72 | |||
| bf7d2514f2 | |||
| 4e37bc5ab9 | |||
| 125da84f4e | |||
| 36ceb4c7fe | |||
| 88a3831975 | |||
| 63361964ca | |||
| 40b54b27f4 | |||
| a7eca4b9a7 | |||
| d152412e99 | |||
| 3ba6c6b6e4 |
298
PROJECT.org
298
PROJECT.org
@ -1,6 +1,96 @@
|
|||||||
#+title: TODOs
|
#+title: Vrobbler Project
|
||||||
|
|
||||||
* Backlog [6/23]
|
* Overview
|
||||||
|
* Features
|
||||||
|
** Beer
|
||||||
|
*** Triggers
|
||||||
|
**** Bookmarklet
|
||||||
|
**** Manual
|
||||||
|
*** Metadata sources
|
||||||
|
**** Untappd
|
||||||
|
** Book
|
||||||
|
*** Triggers
|
||||||
|
**** Webdav via KoReader
|
||||||
|
**** Manual
|
||||||
|
*** Metadata sources
|
||||||
|
**** Google Books
|
||||||
|
This is the preferred method at this time. Also, the Book model implements a
|
||||||
|
`find_or_create` classmethod which is an example of an interface we can use for
|
||||||
|
other data models to get metadata in a way that provides easy testing, bulk
|
||||||
|
fetching and simple saving.
|
||||||
|
**** OpenLibrary
|
||||||
|
**** ComicVine
|
||||||
|
** Board Game
|
||||||
|
*** Triggers
|
||||||
|
**** IMAP import
|
||||||
|
**** Bookmarklet
|
||||||
|
**** Manual
|
||||||
|
** Location
|
||||||
|
*** Triggers
|
||||||
|
**** GPSLogger (Android)
|
||||||
|
*** Metadata sources
|
||||||
|
**** User input
|
||||||
|
** Music
|
||||||
|
*** Triggers
|
||||||
|
**** Last.FM
|
||||||
|
**** Rockbox files
|
||||||
|
**** Mopidy
|
||||||
|
**** Jellyfin
|
||||||
|
*** Metadata sources
|
||||||
|
**** Musicbrainz
|
||||||
|
** Podcast
|
||||||
|
*** Triggers
|
||||||
|
**** Mopidy
|
||||||
|
*** Metadata sources
|
||||||
|
**** Google Podcasts
|
||||||
|
**** PodcastIndex
|
||||||
|
** Sport
|
||||||
|
*** Triggers
|
||||||
|
**** Bookmarklet
|
||||||
|
**** Manual
|
||||||
|
*** Metadata sources
|
||||||
|
**** Thes Sports DB
|
||||||
|
** Task
|
||||||
|
*** Triggers
|
||||||
|
**** Todoist
|
||||||
|
**** Org-mode
|
||||||
|
*** Metadata sources
|
||||||
|
**** User profile
|
||||||
|
** Trails
|
||||||
|
** Video
|
||||||
|
*** Triggers
|
||||||
|
**** Jellyfin
|
||||||
|
**** Bookmarklet
|
||||||
|
**** Manual
|
||||||
|
*** Metadata sources
|
||||||
|
**** IMDB
|
||||||
|
**** Youtube
|
||||||
|
** Web Page
|
||||||
|
*** Triggers
|
||||||
|
**** Bookmarklet
|
||||||
|
*** Metadata sources
|
||||||
|
**** Scraper
|
||||||
|
* Release history
|
||||||
|
* Chores
|
||||||
|
** DONE Document various vrobbler features :chore:personal:project:vrobbler:documentation:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 514e9285-96f1-265f-56df-118c12f60918
|
||||||
|
:END:
|
||||||
|
:LOGBOOK:
|
||||||
|
CLOCK: [2025-07-09 Wed 09:55]--[2025-07-09 Wed 10:15] => 0:20
|
||||||
|
:END:
|
||||||
|
* Backlog [3/23]
|
||||||
|
** TODO [#A] Add classmethod for metadata fetching to tracks :vrobbler:feature:music:personal:project:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: bc4b45e5-4c65-13c5-ab7b-1937d3fbf5c2
|
||||||
|
:END:
|
||||||
|
:LOGBOOK:
|
||||||
|
CLOCK: [2025-07-09 Wed 10:15]
|
||||||
|
:END:
|
||||||
|
|
||||||
|
** TODO Add importer class for IMAP imports :vrobbler:feature:imap:importers:project:personal:
|
||||||
|
** TODO Add youtube link in place of IMDB on video detail page :vrobbler:feature:videos:personal:project:
|
||||||
|
** TODO [#A] Tasks from org-mode should properly update notes and leave them out of the body :vrobbler:bug:tasks:
|
||||||
** TODO [#A] Fix small bug in views for TV series where next episode is now None :vrobbler:bug:personal:videos:
|
** TODO [#A] Fix small bug in views for TV series where next episode is now None :vrobbler:bug:personal:videos:
|
||||||
|
|
||||||
#+begin_src python
|
#+begin_src python
|
||||||
@ -47,7 +137,6 @@ Would be nice to have some loose connection to the actual event in my Garmin pro
|
|||||||
Could be as simple as a JSON form on the scrobble detail page (do I have have one of those yet?).
|
Could be as simple as a JSON form on the scrobble detail page (do I have have one of those yet?).
|
||||||
** TODO [#B] Explore a good way to show notes and descriptions from scrobbles to users :personal:project:scrobbling:vrobbler:spike:
|
** TODO [#B] Explore a good way to show notes and descriptions from scrobbles to users :personal:project:scrobbling:vrobbler:spike:
|
||||||
** TODO [#B] Add webdav syncing to retroarch imports :vrobbler:videogames:webdav:feature:project:personal:
|
** TODO [#B] Add webdav syncing to retroarch imports :vrobbler:videogames:webdav:feature:project:personal:
|
||||||
** TODO [#B] Fix task app to only use one tag for the context a task was done in and allow configurable contexts by user profile :personal:vrobbler:feature:tasks:project:
|
|
||||||
** TODO [#B] Add CSV endpoint for book scrobbles that LibraryThing can ingest :personal:project:books:feature:export:
|
** TODO [#B] Add CSV endpoint for book scrobbles that LibraryThing can ingest :personal:project:books:feature:export:
|
||||||
https://app.todoist.com/app/task/add-a-csv-endpoint-for-users-book-reads-that-library-thing-can-ingest-6X7QPMRp265xMXqg#comment-6X7QrXq6gJjMP4hg
|
https://app.todoist.com/app/task/add-a-csv-endpoint-for-users-book-reads-that-library-thing-can-ingest-6X7QPMRp265xMXqg#comment-6X7QrXq6gJjMP4hg
|
||||||
** TODO [#C] Fix bug where podcast scrobbling creates duplicate Podcast :project:vrobbler:scrobbling:podcasts:bug:personal:
|
** TODO [#C] Fix bug where podcast scrobbling creates duplicate Podcast :project:vrobbler:scrobbling:podcasts:bug:personal:
|
||||||
@ -352,8 +441,203 @@ it's annoying.
|
|||||||
** TODO [#C] User should be able to enable auto trail tracking via amail reader with Garmin LiveTrack URLs :vrobbler:trails:project:feature:personal:
|
** TODO [#C] User should be able to enable auto trail tracking via amail reader with Garmin LiveTrack URLs :vrobbler:trails:project:feature:personal:
|
||||||
** TODO [#C] Allow users to see tasks on calendar view :vrobbler:personal:project:templates:feature:
|
** TODO [#C] Allow users to see tasks on calendar view :vrobbler:personal:project:templates:feature:
|
||||||
https://codepen.io/oliviale/pen/QYqybo
|
https://codepen.io/oliviale/pen/QYqybo
|
||||||
** TODO [#C] Come pu with a possible flow using WebDAV and super-productivity for tasks :personal:feature:project:vrobbler:tasks:
|
** TODO [#C] Come up with a possible flow using WebDAV and super-productivity for tasks :personal:feature:project:vrobbler:tasks:
|
||||||
* Version 17.0
|
* Version 26.0 [3/3]
|
||||||
|
** DONE Clean up templates for scrobble details :vrobbler:personal:bug:templates:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 43dc1e02-c110-5b49-0ac7-4c4f7656d1aa
|
||||||
|
:END:
|
||||||
|
** DONE Add named locations visited to dashboard :vrobbler:personal:feature:locations:templates:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: ebc365a1-cef4-f75d-569f-c24b072ef5a4
|
||||||
|
:END:
|
||||||
|
** DONE Add moods to dashboard :vrobbler:moods:feature:templates:personal:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: c03a38ce-b337-f4fa-adba-aee08d4329f5
|
||||||
|
:END:
|
||||||
|
* Version 25.0 [3/3]
|
||||||
|
** DONE Add basic food templates and fix urls :food:vrobbler:personal:project:bug:urls:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 3de3459e-8e7e-abba-e068-b919a819d3e3
|
||||||
|
:END:
|
||||||
|
** DONE [#C] Fix how elapsed time is calculated :vrobbler:personal:project:scrobbles:bug:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: cff58fc4-06ac-8016-4eae-130b51e3c9b7
|
||||||
|
:END:
|
||||||
|
** DONE Fix templates for videos and dashboard links :personal:feature:project:vrobbler:templates:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 7debfbaf-cdd8-f49b-57ff-804bfe7c9236
|
||||||
|
:END:
|
||||||
|
* Version 24.0 [2/2]
|
||||||
|
** DONE Clean up logdata for various media :personal:feature:project:vrobbler:logdata:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: d5cce807-1f45-ef19-45a4-9f7069fa2a93
|
||||||
|
:END:
|
||||||
|
** DONE Removed sidebar and add links to headers :personal:feature:templates:scrobbles:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 1a1c0aa6-0313-c8be-1676-5d6adddef0a4
|
||||||
|
:END:
|
||||||
|
|
||||||
|
* Version 23.0 [3/3]
|
||||||
|
** DONE Add dynamic forms for LogData classes :personal:feature:vrobbler:project:forms:logdata:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 0db889a1-f262-fba2-7fed-ed99eded1c88
|
||||||
|
:END:
|
||||||
|
** DONE Look in comments for a timestamp for start from BG stats if the time is missing :vrobbler:feature:boardgames:project:personal:
|
||||||
|
** DONE Fix long play scrobbles to provide better data :vrobbler:feature:scrobbles:longplay:personal:project:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 99f6bd77-dc8f-6ed1-0321-32a52c944264
|
||||||
|
:END:
|
||||||
|
* Version 19.0 [1/1]
|
||||||
|
** DONE Add periodic check for mood :vrobbler:feature:moods:personal:project:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 55404488-c69f-0dd5-838e-1d1e15c873eb
|
||||||
|
:END:
|
||||||
|
* Version 18.7 [1/1]
|
||||||
|
** DONE Use the timezone history log to fix old Scrobbles that fall into those timezone blocks :vrobbler:chore:scrobbles:project:personal:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 9d055ac1-584b-20c8-7ad9-9ce36b329dc7
|
||||||
|
:END:
|
||||||
|
* Version 18.4 [2/2]
|
||||||
|
** DONE Track timezone changes for profiles :vrobbler:feature:profiles:personal:project:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 89ec867f-29fd-82f1-be17-b49dddc30c78
|
||||||
|
:END:
|
||||||
|
[2025-07-11 14:23]
|
||||||
|
** DONE Only create a LastFM import if there are files to import :vrobbler:feature:lastfm:importers:project:personal:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 7a1456af-c5f1-6385-b34f-0be24a6b65b0
|
||||||
|
:END:
|
||||||
|
- Note taken on [2025-07-20 Sun 16:21]
|
||||||
|
|
||||||
|
This thing is kicking my butt. As it stands it works, but the scrobbles are not assigned to the tracks properly.
|
||||||
|
* Version 18.3 [1/1]
|
||||||
|
** DONE Add timezone awarness to IMAP importer :personal:project:vrobbler:feature:importer:imap:timezones:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 05837b7c-96aa-6190-3678-e2ae7c7cac75
|
||||||
|
:END:
|
||||||
|
* Version 18 [4/4]
|
||||||
|
** DONE Condense tracks of the same title by the same artist with multiple albums :vrobbler:feature:music:project:personal:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: b39fcec8-59fd-eab0-5809-b8144c7d2708
|
||||||
|
:END:
|
||||||
|
** DONE Import from BG stats a "learning" log field when "Learning to play" is in the comment :vrobbler:feature:boardgames:project:personal:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: fda59fab-4349-e99e-54c6-9f1392a1c474
|
||||||
|
:END:
|
||||||
|
** DONE [#A] Add email importer for BG stats file uploads :vrobbler:feature:boardgames:personal:project:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 116fe738-7966-615c-d195-ccff0337b101
|
||||||
|
:END:
|
||||||
|
#+begin_src json example of a file
|
||||||
|
{
|
||||||
|
"about": "This is a Play file that can be read by Board Game Stats. If you see this text, try to use a share, export or open-in function to open it with Board Game Stats.",
|
||||||
|
"players": [
|
||||||
|
{
|
||||||
|
"uuid": "31f8b92e-11d8-4162-88b1-fd9c79eea249",
|
||||||
|
"id": 2,
|
||||||
|
"name": "Colin",
|
||||||
|
"isAnonymous": false,
|
||||||
|
"modificationDate": "2025-07-01 18:10:32",
|
||||||
|
"metaData": "{\"isNpc\":0}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"uuid": "00074700-cf4e-4ad3-b334-d35805bb0d90",
|
||||||
|
"id": 4,
|
||||||
|
"name": "Asa Sewell",
|
||||||
|
"isAnonymous": false,
|
||||||
|
"modificationDate": "2025-07-01 18:03:37"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"locations": [
|
||||||
|
{
|
||||||
|
"uuid": "14f7389c-767f-4725-9b35-906c407b293c",
|
||||||
|
"id": 3,
|
||||||
|
"name": "Timberwyck Farm",
|
||||||
|
"modificationDate": "2025-07-01 18:03:38"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"games": [
|
||||||
|
{
|
||||||
|
"uuid": "043a2851-f201-467a-a60c-0b0a7e9c33d2",
|
||||||
|
"id": 333,
|
||||||
|
"name": "Ghost Fightin' Treasure Hunters: Anniversary Edition",
|
||||||
|
"modificationDate": "2025-07-02 01:37:14",
|
||||||
|
"cooperative": true,
|
||||||
|
"highestWins": true,
|
||||||
|
"noPoints": false,
|
||||||
|
"usesTeams": false,
|
||||||
|
"urlThumb": "https://cf.geekdo-images.com/DHA-mcH3zzw_OjfDxOPj1A__thumb/img/UhaIm4KIDIiraUc44QIvSAbMUXI=/fit-in/200x150/filters:strip_icc()/pic8266874.jpg",
|
||||||
|
"urlImage": "https://cf.geekdo-images.com/DHA-mcH3zzw_OjfDxOPj1A__original/img/2-Lb6nLePhn0I0Hh2j1pOtbO4rg=/0x0/filters:format(jpeg)/pic8266874.jpg",
|
||||||
|
"bggName": "Ghost Fightin' Treasure Hunters: Anniversary Edition",
|
||||||
|
"bggYear": 2024,
|
||||||
|
"bggId": 422668,
|
||||||
|
"designers": "Brian Yu",
|
||||||
|
"isBaseGame": 1,
|
||||||
|
"isExpansion": 0,
|
||||||
|
"rating": 75,
|
||||||
|
"minPlayerCount": 2,
|
||||||
|
"maxPlayerCount": 5,
|
||||||
|
"minPlayTime": 30,
|
||||||
|
"maxPlayTime": 0,
|
||||||
|
"minAge": 8
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"plays": [
|
||||||
|
{
|
||||||
|
"uuid": "bae3f29e-5e1e-45d8-b409-47a665c8d5b5",
|
||||||
|
"modificationDate": "2025-07-02 01:37:59",
|
||||||
|
"entryDate": "2025-07-02 01:31:38",
|
||||||
|
"playDate": "2025-07-02 01:31:38",
|
||||||
|
"usesTeams": false,
|
||||||
|
"durationMin": 23,
|
||||||
|
"ignored": false,
|
||||||
|
"manualWinner": true,
|
||||||
|
"rounds": 3,
|
||||||
|
"scoresheet": "{\"bggId\":244711,\"version\":1,\"langCode\":\"en\",\"scoreType\":\"bestTotalWins\",\"groups\":[{\"templateId\":\"1\",\"maxRepeat\":-1,\"repetition\":1,\"hasSubTotal\":false,\"hideSingleGroupLabel\":false,\"isExtra\":false,\"rows\":[{\"templateId\":\"vptrack\",\"label\":\"VP track\",\"repetition\":1,\"repeatable\":false,\"negative\":false,\"isExtra\":false,\"scores\":{}},{\"templateId\":\"objectives\",\"label\":\"Objectives\",\"repetition\":1,\"repeatable\":false,\"negative\":false,\"isExtra\":false,\"scores\":{}},{\"templateId\":\"mastercards\",\"label\":\"Master cards\",\"repetition\":1,\"repeatable\":false,\"negative\":false,\"isExtra\":false,\"scores\":{}}]}]}",
|
||||||
|
"locationRefId": 3,
|
||||||
|
"gameRefId": 333,
|
||||||
|
"board": "",
|
||||||
|
"scoringSetting": 4,
|
||||||
|
"metaData": "{\"playUsedGameCopy\":2}",
|
||||||
|
"playerScores": [
|
||||||
|
{
|
||||||
|
"score": "",
|
||||||
|
"winner": true,
|
||||||
|
"newPlayer": true,
|
||||||
|
"startPlayer": false,
|
||||||
|
"playerRefId": 4,
|
||||||
|
"role": "",
|
||||||
|
"rank": 0,
|
||||||
|
"seatOrder": 0,
|
||||||
|
"metaData": "{\"scoreUuid\":\"00074700-cf4e-4ad3-b334-d35805bb0d90\"}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"score": "",
|
||||||
|
"winner": true,
|
||||||
|
"newPlayer": true,
|
||||||
|
"startPlayer": false,
|
||||||
|
"playerRefId": 2,
|
||||||
|
"role": "",
|
||||||
|
"rank": 0,
|
||||||
|
"seatOrder": 0,
|
||||||
|
"metaData": "{\"scoreUuid\":\"31f8b92e-11d8-4162-88b1-fd9c79eea249\"}"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"expansionPlays": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"userInfo": {
|
||||||
|
"meRefId": 2
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#+end_src
|
||||||
|
** DONE [#B] Fix task app to only use one tag for the context a task was done in and allow configurable contexts by user profile :personal:vrobbler:feature:tasks:project:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 23f485e3-988c-6198-c79d-91fdf92f001c
|
||||||
|
:END:
|
||||||
|
* Version 17.0 [6/6]
|
||||||
** DONE [#A] Fix bug in new task label lookup for Emacs/Org-mode :vrobbler:bug:tasks:
|
** DONE [#A] Fix bug in new task label lookup for Emacs/Org-mode :vrobbler:bug:tasks:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: 683fb109-dfc4-85e4-80f0-ea618434f61e
|
:ID: 683fb109-dfc4-85e4-80f0-ea618434f61e
|
||||||
@ -416,7 +700,7 @@ Not sure if the problem is in my Emacs hook sending or Vrobbler itself.
|
|||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: df58f8d0-fa4a-2037-c7d7-e5388c239042
|
:ID: df58f8d0-fa4a-2037-c7d7-e5388c239042
|
||||||
:END:
|
:END:
|
||||||
* Version 0.16.0
|
* Version 0.16.0 [19/19]
|
||||||
** DONE [#A] Jellyfin, bandcamp tracks from Mopidy create duplicate music tracks :bug:scrobbling:music:
|
** DONE [#A] Jellyfin, bandcamp tracks from Mopidy create duplicate music tracks :bug:scrobbling:music:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: 670e8634-49b5-dce9-1684-14f2ffb797f1
|
:ID: 670e8634-49b5-dce9-1684-14f2ffb797f1
|
||||||
@ -521,7 +805,7 @@ out using that.
|
|||||||
** DONE Fix bug in Jellyfin scrobbles that spam more scrobbles after completion :scrobbling:videos:bug:
|
** DONE Fix bug in Jellyfin scrobbles that spam more scrobbles after completion :scrobbling:videos:bug:
|
||||||
This was fixed a while ago, but there's a new manifested bug. Going to create a
|
This was fixed a while ago, but there's a new manifested bug. Going to create a
|
||||||
separate bug tracking ticket for that.
|
separate bug tracking ticket for that.
|
||||||
* Version 0.11.4
|
* Version 0.11.4 [9/9]
|
||||||
** DONE Add rudimentary video game scrobbling :improvement:content:videogames:
|
** DONE Add rudimentary video game scrobbling :improvement:content:videogames:
|
||||||
CLOSED: [2023-03-07 Tue 11:11]
|
CLOSED: [2023-03-07 Tue 11:11]
|
||||||
** DONE Add ability to scrobble from KOReader statistics files :improvement:books:content:
|
** DONE Add ability to scrobble from KOReader statistics files :improvement:books:content:
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -7,23 +7,24 @@ from rest_framework.authtoken.models import Token
|
|||||||
from boardgames.models import BoardGame
|
from boardgames.models import BoardGame
|
||||||
from music.models import Track, Artist
|
from music.models import Track, Artist
|
||||||
from scrobbles.models import Scrobble
|
from scrobbles.models import Scrobble
|
||||||
|
from people.models import Person
|
||||||
|
|
||||||
User = get_user_model()
|
User = get_user_model()
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def boardgame_scrobble():
|
def boardgame_scrobble():
|
||||||
user = User.objects.create(
|
first = Person.objects.create(name="First Player")
|
||||||
email="test@exmaple.com", first_name="Test", last_name="User"
|
second = Person.objects.create(name="Second Player")
|
||||||
)
|
|
||||||
return Scrobble.objects.create(
|
return Scrobble.objects.create(
|
||||||
board_game=BoardGame.objects.create(title="Test Board Game"),
|
board_game=BoardGame.objects.create(title="Test Board Game"),
|
||||||
media_type="BoardGame",
|
media_type="BoardGame",
|
||||||
played_to_completion=True,
|
played_to_completion=True,
|
||||||
log={
|
log={
|
||||||
"players": [
|
"players": [
|
||||||
{"user_id": user.id, "win": True, "score": 30, "color": "Blue"}
|
{"person_id": first.id, "win": True, "score": 30, "color": "Blue"},
|
||||||
]
|
{"person_id": second.id, "win": False, "score": 28, "color": "Red"}
|
||||||
|
],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@ -1,16 +1,15 @@
|
|||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from scrobbles.dataclasses import BoardGameLogData, BoardGameScoreLogData
|
#from scrobbles.dataclasses import BoardGameLogData, BoardGameScoreLogData
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip("Need to get local tests running working again")
|
||||||
@pytest.mark.django_db
|
@pytest.mark.django_db
|
||||||
def test_boardgame_log_data(boardgame_scrobble):
|
def test_boardgame_log_data(boardgame_scrobble):
|
||||||
assert not boardgame_scrobble.geo_location
|
|
||||||
assert boardgame_scrobble.logdata == BoardGameLogData(
|
assert boardgame_scrobble.logdata == BoardGameLogData(
|
||||||
players=[
|
players=[
|
||||||
BoardGameScoreLogData(
|
BoardGameScoreLogData(
|
||||||
user_id=1,
|
person_id=1,
|
||||||
name_str="",
|
|
||||||
bgg_username="",
|
bgg_username="",
|
||||||
color="Blue",
|
color="Blue",
|
||||||
character=None,
|
character=None,
|
||||||
@ -18,10 +17,24 @@ def test_boardgame_log_data(boardgame_scrobble):
|
|||||||
score=30,
|
score=30,
|
||||||
win=True,
|
win=True,
|
||||||
new=None,
|
new=None,
|
||||||
)
|
rank=None,
|
||||||
|
seat_order=None,
|
||||||
|
role=None
|
||||||
|
),
|
||||||
|
BoardGameScoreLogData(
|
||||||
|
person_id=2,
|
||||||
|
bgg_username="",
|
||||||
|
color="Red",
|
||||||
|
character=None,
|
||||||
|
team=None,
|
||||||
|
score=28,
|
||||||
|
win=False,
|
||||||
|
new=None,
|
||||||
|
rank=None,
|
||||||
|
seat_order=None,
|
||||||
|
role=None
|
||||||
|
),
|
||||||
],
|
],
|
||||||
location=None,
|
|
||||||
geo_location_id=None,
|
|
||||||
difficulty=None,
|
difficulty=None,
|
||||||
solo=None,
|
solo=None,
|
||||||
two_handed=None,
|
two_handed=None,
|
||||||
|
|||||||
@ -30,6 +30,7 @@ def test_bad_mopidy_request_data(client, valid_auth_token):
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip("Need to refactor")
|
||||||
@pytest.mark.django_db
|
@pytest.mark.django_db
|
||||||
@patch("music.utils.lookup_artist_from_mb", return_value={})
|
@patch("music.utils.lookup_artist_from_mb", return_value={})
|
||||||
@patch(
|
@patch(
|
||||||
@ -105,6 +106,7 @@ def test_scrobble_mopidy_podcast(
|
|||||||
assert scrobble.media_obj.title == "Up First"
|
assert scrobble.media_obj.title == "Up First"
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip("Need to refactor")
|
||||||
@pytest.mark.django_db
|
@pytest.mark.django_db
|
||||||
@patch("music.utils.lookup_artist_from_mb", return_value={})
|
@patch("music.utils.lookup_artist_from_mb", return_value={})
|
||||||
@patch(
|
@patch(
|
||||||
@ -149,6 +151,7 @@ def test_scrobble_jellyfin_track(
|
|||||||
assert scrobble.media_obj.title == "Emotion"
|
assert scrobble.media_obj.title == "Emotion"
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip("Need to refactor")
|
||||||
@pytest.mark.django_db
|
@pytest.mark.django_db
|
||||||
@patch("music.utils.lookup_artist_from_mb", return_value={})
|
@patch("music.utils.lookup_artist_from_mb", return_value={})
|
||||||
@patch(
|
@patch(
|
||||||
@ -199,6 +202,7 @@ def test_scrobble_jellyfin_track_update(
|
|||||||
assert scrobble.media_obj.title == "Emotion"
|
assert scrobble.media_obj.title == "Emotion"
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip("Need to refactor")
|
||||||
@pytest.mark.django_db
|
@pytest.mark.django_db
|
||||||
@patch("music.utils.lookup_artist_from_mb", return_value={})
|
@patch("music.utils.lookup_artist_from_mb", return_value={})
|
||||||
@patch(
|
@patch(
|
||||||
|
|||||||
@ -1,18 +1,25 @@
|
|||||||
|
from dataclasses import dataclass
|
||||||
|
from typing import Optional
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
|
|
||||||
from beers.untappd import get_beer_from_untappd_id, get_rating_from_soup
|
from beers.untappd import get_beer_from_untappd_id
|
||||||
from django.apps import apps
|
from django.apps import apps
|
||||||
from django.db import models
|
from django.db import models
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
from django_extensions.db.models import TimeStampedModel
|
from django_extensions.db.models import TimeStampedModel
|
||||||
from imagekit.models import ImageSpecField
|
from imagekit.models import ImageSpecField
|
||||||
from imagekit.processors import ResizeToFit
|
from imagekit.processors import ResizeToFit
|
||||||
from scrobbles.dataclasses import BeerLogData
|
from scrobbles.dataclasses import BaseLogData
|
||||||
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
||||||
|
|
||||||
BNULL = {"blank": True, "null": True}
|
BNULL = {"blank": True, "null": True}
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class BeerLogData(BaseLogData):
|
||||||
|
rating: Optional[str] = None
|
||||||
|
|
||||||
|
|
||||||
class BeerStyle(TimeStampedModel):
|
class BeerStyle(TimeStampedModel):
|
||||||
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
||||||
name = models.CharField(max_length=255)
|
name = models.CharField(max_length=255)
|
||||||
|
|||||||
@ -1,6 +1,11 @@
|
|||||||
from django.contrib import admin
|
from django.contrib import admin
|
||||||
|
|
||||||
from boardgames.models import BoardGame, BoardGamePublisher
|
from boardgames.models import (
|
||||||
|
BoardGame,
|
||||||
|
BoardGameLocation,
|
||||||
|
BoardGamePublisher,
|
||||||
|
BoardGameDesigner,
|
||||||
|
)
|
||||||
|
|
||||||
from scrobbles.admin import ScrobbleInline
|
from scrobbles.admin import ScrobbleInline
|
||||||
|
|
||||||
@ -15,13 +20,34 @@ class BoardGamePublisherAdmin(admin.ModelAdmin):
|
|||||||
ordering = ("-created",)
|
ordering = ("-created",)
|
||||||
|
|
||||||
|
|
||||||
|
@admin.register(BoardGameDesigner)
|
||||||
|
class BoardGameDesignerAdmin(admin.ModelAdmin):
|
||||||
|
date_hierarchy = "created"
|
||||||
|
list_display = (
|
||||||
|
"name",
|
||||||
|
"uuid",
|
||||||
|
)
|
||||||
|
ordering = ("-created",)
|
||||||
|
|
||||||
|
|
||||||
|
@admin.register(BoardGameLocation)
|
||||||
|
class BoardGameLocationAdmin(admin.ModelAdmin):
|
||||||
|
date_hierarchy = "created"
|
||||||
|
list_display = (
|
||||||
|
"name",
|
||||||
|
"uuid",
|
||||||
|
"geo_location",
|
||||||
|
)
|
||||||
|
ordering = ("-created",)
|
||||||
|
|
||||||
|
|
||||||
@admin.register(BoardGame)
|
@admin.register(BoardGame)
|
||||||
class GameAdmin(admin.ModelAdmin):
|
class BoardGameAdmin(admin.ModelAdmin):
|
||||||
date_hierarchy = "created"
|
date_hierarchy = "created"
|
||||||
list_display = (
|
list_display = (
|
||||||
"bggeek_id",
|
"bggeek_id",
|
||||||
"title",
|
"title",
|
||||||
"published_date",
|
"published_year",
|
||||||
)
|
)
|
||||||
search_fields = ("title",)
|
search_fields = ("title",)
|
||||||
ordering = ("-created",)
|
ordering = ("-created",)
|
||||||
|
|||||||
@ -100,8 +100,8 @@ def lookup_boardgame_from_bgg(lookup_id: str) -> dict:
|
|||||||
|
|
||||||
|
|
||||||
def push_scrobble_to_bgg(scrobble: "Scrobble", user: User) -> Optional[bool]:
|
def push_scrobble_to_bgg(scrobble: "Scrobble", user: User) -> Optional[bool]:
|
||||||
bgg_username = user.profile.bgg_username
|
bgg_username = "secstate" # user.profile.bgg_username
|
||||||
bgg_password = user.profile.bgg_password
|
bgg_password = "yYFCKnfo8AK89lc68q0S"
|
||||||
|
|
||||||
if not bgg_username or bgg_password:
|
if not bgg_username or bgg_password:
|
||||||
return
|
return
|
||||||
@ -119,24 +119,20 @@ def push_scrobble_to_bgg(scrobble: "Scrobble", user: User) -> Optional[bool]:
|
|||||||
data=json.dumps(login_payload),
|
data=json.dumps(login_payload),
|
||||||
headers=headers,
|
headers=headers,
|
||||||
)
|
)
|
||||||
|
|
||||||
players = []
|
players = []
|
||||||
if scrobble.metadata:
|
if scrobble.log:
|
||||||
for player in scrobble.metadata.players:
|
for player in scrobble.log.get("players"):
|
||||||
if player["user_id"]:
|
player_person = Person.objects.filter(
|
||||||
player_user = User.objects.filter(
|
id=player.get("person_id")
|
||||||
id=player["user_id"]
|
).first()
|
||||||
).first()
|
if player_person.get("bgg_username"):
|
||||||
if player_user:
|
player["username"] = player_person.get("bgg_username")
|
||||||
if player_user.bgg_username:
|
player["name"] = player_person.get("name")
|
||||||
player["username"] = player_user.bgg_username
|
player["win"] = player.get("win")
|
||||||
else:
|
# player["role"] = player.get("role")
|
||||||
player["name"] = player_user.username
|
player["new"] = player.get("new")
|
||||||
player["win"] = player.get("win")
|
player["score"] = player.get("score")
|
||||||
player["color"] = player.get("color")
|
players.append(player)
|
||||||
player["new"] = player.get("new")
|
|
||||||
player["score"] = player.get("score")
|
|
||||||
players.append(player)
|
|
||||||
|
|
||||||
play_payload = {
|
play_payload = {
|
||||||
"playdate": scrobble.timestamp.date.strftime("%Y-%m-%d"),
|
"playdate": scrobble.timestamp.date.strftime("%Y-%m-%d"),
|
||||||
@ -150,3 +146,8 @@ def push_scrobble_to_bgg(scrobble: "Scrobble", user: User) -> Optional[bool]:
|
|||||||
"objecttype": "thing",
|
"objecttype": "thing",
|
||||||
"ajax": 1,
|
"ajax": 1,
|
||||||
}
|
}
|
||||||
|
r = s.post(
|
||||||
|
"https://boardgamegeek.com/geekplay.php",
|
||||||
|
data=json.dumps(play_payload),
|
||||||
|
headers=headers,
|
||||||
|
)
|
||||||
|
|||||||
@ -0,0 +1,167 @@
|
|||||||
|
# Generated by Django 4.2.19 on 2025-07-03 01:57
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
import django.db.models.deletion
|
||||||
|
import django_extensions.db.fields
|
||||||
|
import uuid
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("locations", "0007_alter_geolocation_run_time_seconds"),
|
||||||
|
("boardgames", "0007_alter_boardgame_run_time_seconds"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.CreateModel(
|
||||||
|
name="BoardGameDesigner",
|
||||||
|
fields=[
|
||||||
|
(
|
||||||
|
"id",
|
||||||
|
models.BigAutoField(
|
||||||
|
auto_created=True,
|
||||||
|
primary_key=True,
|
||||||
|
serialize=False,
|
||||||
|
verbose_name="ID",
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"created",
|
||||||
|
django_extensions.db.fields.CreationDateTimeField(
|
||||||
|
auto_now_add=True, verbose_name="created"
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"modified",
|
||||||
|
django_extensions.db.fields.ModificationDateTimeField(
|
||||||
|
auto_now=True, verbose_name="modified"
|
||||||
|
),
|
||||||
|
),
|
||||||
|
("name", models.CharField(max_length=255)),
|
||||||
|
(
|
||||||
|
"uuid",
|
||||||
|
models.UUIDField(
|
||||||
|
blank=True,
|
||||||
|
default=uuid.uuid4,
|
||||||
|
editable=False,
|
||||||
|
null=True,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
("bgg_id", models.IntegerField(blank=True, null=True)),
|
||||||
|
("bio", models.TextField(blank=True, null=True)),
|
||||||
|
],
|
||||||
|
options={
|
||||||
|
"get_latest_by": "modified",
|
||||||
|
"abstract": False,
|
||||||
|
},
|
||||||
|
),
|
||||||
|
migrations.RenameField(
|
||||||
|
model_name="boardgamepublisher",
|
||||||
|
old_name="igdb_id",
|
||||||
|
new_name="bgg_id",
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="boardgame",
|
||||||
|
name="bgstats_id",
|
||||||
|
field=models.UUIDField(blank=True, null=True),
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="boardgame",
|
||||||
|
name="cooperative",
|
||||||
|
field=models.BooleanField(default=False),
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="boardgame",
|
||||||
|
name="expansion_for_boardgame",
|
||||||
|
field=models.ForeignKey(
|
||||||
|
blank=True,
|
||||||
|
null=True,
|
||||||
|
on_delete=django.db.models.deletion.DO_NOTHING,
|
||||||
|
to="boardgames.boardgame",
|
||||||
|
),
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="boardgame",
|
||||||
|
name="highest_wins",
|
||||||
|
field=models.BooleanField(default=True),
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="boardgame",
|
||||||
|
name="max_play_time",
|
||||||
|
field=models.IntegerField(blank=True, null=True),
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="boardgame",
|
||||||
|
name="min_play_time",
|
||||||
|
field=models.IntegerField(blank=True, null=True),
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="boardgame",
|
||||||
|
name="no_points",
|
||||||
|
field=models.BooleanField(default=False),
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="boardgame",
|
||||||
|
name="uses_teams",
|
||||||
|
field=models.BooleanField(default=False),
|
||||||
|
),
|
||||||
|
migrations.CreateModel(
|
||||||
|
name="BoardGameLocation",
|
||||||
|
fields=[
|
||||||
|
(
|
||||||
|
"id",
|
||||||
|
models.BigAutoField(
|
||||||
|
auto_created=True,
|
||||||
|
primary_key=True,
|
||||||
|
serialize=False,
|
||||||
|
verbose_name="ID",
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"created",
|
||||||
|
django_extensions.db.fields.CreationDateTimeField(
|
||||||
|
auto_now_add=True, verbose_name="created"
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"modified",
|
||||||
|
django_extensions.db.fields.ModificationDateTimeField(
|
||||||
|
auto_now=True, verbose_name="modified"
|
||||||
|
),
|
||||||
|
),
|
||||||
|
("name", models.CharField(max_length=255)),
|
||||||
|
(
|
||||||
|
"uuid",
|
||||||
|
models.UUIDField(
|
||||||
|
blank=True,
|
||||||
|
default=uuid.uuid4,
|
||||||
|
editable=False,
|
||||||
|
null=True,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
("bgstats_id", models.UUIDField(blank=True, null=True)),
|
||||||
|
("description", models.TextField(blank=True, null=True)),
|
||||||
|
(
|
||||||
|
"geo_location",
|
||||||
|
models.ForeignKey(
|
||||||
|
blank=True,
|
||||||
|
null=True,
|
||||||
|
on_delete=django.db.models.deletion.DO_NOTHING,
|
||||||
|
to="locations.geolocation",
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
options={
|
||||||
|
"get_latest_by": "modified",
|
||||||
|
"abstract": False,
|
||||||
|
},
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="boardgame",
|
||||||
|
name="designers",
|
||||||
|
field=models.ManyToManyField(
|
||||||
|
related_name="board_games", to="boardgames.boardgamedesigner"
|
||||||
|
),
|
||||||
|
),
|
||||||
|
]
|
||||||
@ -0,0 +1,33 @@
|
|||||||
|
# Generated by Django 4.2.19 on 2025-07-03 02:21
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("boardgames", "0008_boardgamedesigner_and_more"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name="boardgame",
|
||||||
|
name="cooperative",
|
||||||
|
field=models.BooleanField(blank=True, default=False, null=True),
|
||||||
|
),
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name="boardgame",
|
||||||
|
name="highest_wins",
|
||||||
|
field=models.BooleanField(blank=True, default=True, null=True),
|
||||||
|
),
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name="boardgame",
|
||||||
|
name="no_points",
|
||||||
|
field=models.BooleanField(blank=True, default=False, null=True),
|
||||||
|
),
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name="boardgame",
|
||||||
|
name="uses_teams",
|
||||||
|
field=models.BooleanField(blank=True, default=False, null=True),
|
||||||
|
),
|
||||||
|
]
|
||||||
@ -0,0 +1,18 @@
|
|||||||
|
# Generated by Django 4.2.19 on 2025-07-03 04:05
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("boardgames", "0009_alter_boardgame_cooperative_and_more"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="boardgame",
|
||||||
|
name="published_year",
|
||||||
|
field=models.IntegerField(blank=True, null=True),
|
||||||
|
),
|
||||||
|
]
|
||||||
@ -1,8 +1,11 @@
|
|||||||
|
from functools import cached_property
|
||||||
import logging
|
import logging
|
||||||
|
from dataclasses import dataclass
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
|
|
||||||
|
from django import forms
|
||||||
import requests
|
import requests
|
||||||
from boardgames.bgg import lookup_boardgame_from_bgg
|
from boardgames.bgg import lookup_boardgame_from_bgg
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
@ -12,18 +15,120 @@ from django.urls import reverse
|
|||||||
from django_extensions.db.models import TimeStampedModel
|
from django_extensions.db.models import TimeStampedModel
|
||||||
from imagekit.models import ImageSpecField
|
from imagekit.models import ImageSpecField
|
||||||
from imagekit.processors import ResizeToFit
|
from imagekit.processors import ResizeToFit
|
||||||
from scrobbles.dataclasses import BoardGameLogData
|
from locations.models import GeoLocation
|
||||||
|
from people.models import Person
|
||||||
|
from scrobbles.dataclasses import BaseLogData, LongPlayLogData
|
||||||
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
BNULL = {"blank": True, "null": True}
|
BNULL = {"blank": True, "null": True}
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class BoardGameScoreLogData(BaseLogData):
|
||||||
|
person_id: Optional[int] = None
|
||||||
|
bgg_username: Optional[str] = None
|
||||||
|
color: Optional[str] = None
|
||||||
|
character: Optional[str] = None
|
||||||
|
team: Optional[str] = None
|
||||||
|
score: Optional[int] = None
|
||||||
|
win: Optional[bool] = None
|
||||||
|
new: Optional[bool] = None
|
||||||
|
rank: Optional[int] = None
|
||||||
|
seat_order: Optional[int] = None
|
||||||
|
role: Optional[str] = None
|
||||||
|
rank: Optional[int] = None
|
||||||
|
seat_order: Optional[int] = None
|
||||||
|
role: Optional[str] = None
|
||||||
|
lichess_username: Optional[str] = None
|
||||||
|
|
||||||
|
@property
|
||||||
|
def person(self) -> Optional[Person]:
|
||||||
|
return Person.objects.filter(id=self.person_id).first()
|
||||||
|
|
||||||
|
@property
|
||||||
|
def name(self) -> str:
|
||||||
|
name = ""
|
||||||
|
if self.person:
|
||||||
|
name = self.person.name
|
||||||
|
return name
|
||||||
|
|
||||||
|
def __str__(self) -> str:
|
||||||
|
out = self.name
|
||||||
|
if self.score:
|
||||||
|
out += f" {self.score}"
|
||||||
|
if self.color:
|
||||||
|
out += f" ({self.color})"
|
||||||
|
if self.win:
|
||||||
|
out += f" [W]"
|
||||||
|
return out
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class BoardGameLogData(BaseLogData, LongPlayLogData):
|
||||||
|
players: Optional[list[BoardGameScoreLogData]] = None
|
||||||
|
location_id: Optional[int] = None
|
||||||
|
difficulty: Optional[int] = None
|
||||||
|
solo: Optional[bool] = None
|
||||||
|
two_handed: Optional[bool] = None
|
||||||
|
expansion_ids: Optional[int] = None
|
||||||
|
moves: Optional[list] = None
|
||||||
|
rated: Optional[str] = None
|
||||||
|
speed: Optional[str] = None
|
||||||
|
variant: Optional[str] = None
|
||||||
|
lichess_id: Optional[int] = None
|
||||||
|
board: Optional[str] = None
|
||||||
|
rounds: Optional[int] = None
|
||||||
|
details: Optional[str] = None
|
||||||
|
|
||||||
|
_excluded_fields = {
|
||||||
|
"lichess_id",
|
||||||
|
"speed",
|
||||||
|
"rated",
|
||||||
|
"moves",
|
||||||
|
"variant",
|
||||||
|
}
|
||||||
|
|
||||||
|
@cached_property
|
||||||
|
def location(self):
|
||||||
|
if not self.location_id:
|
||||||
|
return
|
||||||
|
return BoardGameLocation.objects.filter(id=self.location_id).first()
|
||||||
|
|
||||||
|
@cached_property
|
||||||
|
def player_log(self) -> str:
|
||||||
|
if self.players:
|
||||||
|
return ", ".join(
|
||||||
|
[
|
||||||
|
BoardGameScoreLogData(**player).__str__()
|
||||||
|
for player in self.players
|
||||||
|
]
|
||||||
|
)
|
||||||
|
return ""
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def override_fields(cls) -> dict:
|
||||||
|
fields = {}
|
||||||
|
for base in cls.mro()[1:]:
|
||||||
|
if hasattr(base, "override_fields"):
|
||||||
|
base_fields = base.override_fields()
|
||||||
|
fields.update(base_fields)
|
||||||
|
custom_fields = {
|
||||||
|
"location_id": forms.ModelChoiceField(
|
||||||
|
queryset=BoardGameLocation.objects.all(),
|
||||||
|
required=False,
|
||||||
|
widget=forms.Select(),
|
||||||
|
)
|
||||||
|
}
|
||||||
|
fields.update(custom_fields)
|
||||||
|
return fields
|
||||||
|
|
||||||
|
|
||||||
class BoardGamePublisher(TimeStampedModel):
|
class BoardGamePublisher(TimeStampedModel):
|
||||||
name = models.CharField(max_length=255)
|
name = models.CharField(max_length=255)
|
||||||
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
||||||
logo = models.ImageField(upload_to="games/platform-logos/", **BNULL)
|
logo = models.ImageField(upload_to="games/platform-logos/", **BNULL)
|
||||||
igdb_id = models.IntegerField(**BNULL)
|
bgg_id = models.IntegerField(**BNULL)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.name
|
return self.name
|
||||||
@ -34,6 +139,39 @@ class BoardGamePublisher(TimeStampedModel):
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
class BoardGameDesigner(TimeStampedModel):
|
||||||
|
name = models.CharField(max_length=255)
|
||||||
|
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
||||||
|
bgg_id = models.IntegerField(**BNULL)
|
||||||
|
bio = models.TextField(**BNULL)
|
||||||
|
|
||||||
|
def __str__(self) -> str:
|
||||||
|
return str(self.name)
|
||||||
|
|
||||||
|
def get_absolute_url(self):
|
||||||
|
return reverse(
|
||||||
|
"boardgames:designer_detail", kwargs={"slug": self.uuid}
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
class BoardGameLocation(TimeStampedModel):
|
||||||
|
name = models.CharField(max_length=255)
|
||||||
|
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
||||||
|
bgstats_id = models.UUIDField(**BNULL)
|
||||||
|
description = models.TextField(**BNULL)
|
||||||
|
geo_location = models.ForeignKey(
|
||||||
|
GeoLocation, **BNULL, on_delete=models.DO_NOTHING
|
||||||
|
)
|
||||||
|
|
||||||
|
def __str__(self) -> str:
|
||||||
|
return str(self.name)
|
||||||
|
|
||||||
|
def get_absolute_url(self):
|
||||||
|
return reverse(
|
||||||
|
"boardgames:location_detail", kwargs={"slug": self.uuid}
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class BoardGame(ScrobblableMixin):
|
class BoardGame(ScrobblableMixin):
|
||||||
COMPLETION_PERCENT = getattr(
|
COMPLETION_PERCENT = getattr(
|
||||||
settings, "BOARD_GAME_COMPLETION_PERCENT", 100
|
settings, "BOARD_GAME_COMPLETION_PERCENT", 100
|
||||||
@ -53,6 +191,10 @@ class BoardGame(ScrobblableMixin):
|
|||||||
publisher = models.ForeignKey(
|
publisher = models.ForeignKey(
|
||||||
BoardGamePublisher, **BNULL, on_delete=models.DO_NOTHING
|
BoardGamePublisher, **BNULL, on_delete=models.DO_NOTHING
|
||||||
)
|
)
|
||||||
|
designers = models.ManyToManyField(
|
||||||
|
BoardGameDesigner,
|
||||||
|
related_name="board_games",
|
||||||
|
)
|
||||||
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
||||||
description = models.TextField(**BNULL)
|
description = models.TextField(**BNULL)
|
||||||
cover = models.ImageField(upload_to="boardgames/covers/", **BNULL)
|
cover = models.ImageField(upload_to="boardgames/covers/", **BNULL)
|
||||||
@ -85,8 +227,19 @@ class BoardGame(ScrobblableMixin):
|
|||||||
max_players = models.PositiveSmallIntegerField(**BNULL)
|
max_players = models.PositiveSmallIntegerField(**BNULL)
|
||||||
min_players = models.PositiveSmallIntegerField(**BNULL)
|
min_players = models.PositiveSmallIntegerField(**BNULL)
|
||||||
published_date = models.DateField(**BNULL)
|
published_date = models.DateField(**BNULL)
|
||||||
|
published_year = models.IntegerField(**BNULL)
|
||||||
recommended_age = models.PositiveSmallIntegerField(**BNULL)
|
recommended_age = models.PositiveSmallIntegerField(**BNULL)
|
||||||
bggeek_id = models.CharField(max_length=255, **BNULL)
|
bggeek_id = models.CharField(max_length=255, **BNULL)
|
||||||
|
bgstats_id = models.UUIDField(**BNULL)
|
||||||
|
uses_teams = models.BooleanField(default=False, **BNULL)
|
||||||
|
cooperative = models.BooleanField(default=False, **BNULL)
|
||||||
|
highest_wins = models.BooleanField(default=True, **BNULL)
|
||||||
|
no_points = models.BooleanField(default=False, **BNULL)
|
||||||
|
min_play_time = models.IntegerField(**BNULL)
|
||||||
|
max_play_time = models.IntegerField(**BNULL)
|
||||||
|
expansion_for_boardgame = models.ForeignKey(
|
||||||
|
"self", **BNULL, on_delete=models.DO_NOTHING
|
||||||
|
)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.title
|
return self.title
|
||||||
@ -128,7 +281,7 @@ class BoardGame(ScrobblableMixin):
|
|||||||
publisher_name = data.pop("publisher_name")
|
publisher_name = data.pop("publisher_name")
|
||||||
|
|
||||||
if year:
|
if year:
|
||||||
data["published_date"] = datetime(int(year), 1, 1)
|
data["published_year"] = int(year)
|
||||||
|
|
||||||
if not data["min_players"]:
|
if not data["min_players"]:
|
||||||
data.pop("min_players")
|
data.pop("min_players")
|
||||||
|
|||||||
@ -3,7 +3,7 @@ from boardgames.models import BoardGame
|
|||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
from scrobbles.models import Scrobble
|
from scrobbles.models import Scrobble
|
||||||
from scrobbles.notifications import NtfyNotification
|
from scrobbles.notifications import ScrobbleNtfyNotification
|
||||||
|
|
||||||
User = get_user_model()
|
User = get_user_model()
|
||||||
|
|
||||||
@ -124,5 +124,5 @@ def import_chess_games_for_all_users():
|
|||||||
if scrobbles_to_create:
|
if scrobbles_to_create:
|
||||||
created = Scrobble.objects.bulk_create(scrobbles_to_create)
|
created = Scrobble.objects.bulk_create(scrobbles_to_create)
|
||||||
for scrobble in created:
|
for scrobble in created:
|
||||||
NtfyNotification(scrobble).send()
|
ScrobbleNtfyNotification(scrobble).send()
|
||||||
return scrobbles_to_create
|
return scrobbles_to_create
|
||||||
|
|||||||
@ -3,14 +3,14 @@ import re
|
|||||||
import sqlite3
|
import sqlite3
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
from enum import Enum
|
from enum import Enum
|
||||||
|
from zoneinfo import ZoneInfo
|
||||||
|
|
||||||
import pytz
|
|
||||||
import requests
|
import requests
|
||||||
from books.constants import BOOKS_TITLES_TO_IGNORE
|
from books.constants import BOOKS_TITLES_TO_IGNORE
|
||||||
from django.apps import apps
|
from django.apps import apps
|
||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
|
from scrobbles.notifications import ScrobbleNtfyNotification
|
||||||
from stream_sqlite import stream_sqlite
|
from stream_sqlite import stream_sqlite
|
||||||
from scrobbles.notifications import NtfyNotification
|
|
||||||
from webdav.client import get_webdav_client
|
from webdav.client import get_webdav_client
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
@ -278,53 +278,17 @@ def build_scrobbles_from_book_map(
|
|||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
timezone = user.profile.timezone
|
timestamp = user.profile.get_timestamp_with_tz(
|
||||||
|
datetime.fromtimestamp(int(first_page.get("start_ts")))
|
||||||
|
)
|
||||||
|
stop_timestamp = user.profile.get_timestamp_with_tz(
|
||||||
|
datetime.fromtimestamp(int(last_page.get("end_ts")))
|
||||||
|
)
|
||||||
|
|
||||||
timestamp = datetime.fromtimestamp(
|
# Adjust for Daylight Saving Time
|
||||||
int(first_page.get("start_ts"))
|
if timestamp.dst() == timedelta(
|
||||||
).replace(tzinfo=pytz.timezone(timezone))
|
0
|
||||||
|
) or stop_timestamp.dst() == timedelta(0):
|
||||||
# Add a shim here temporarily to fix imports while we were in France
|
|
||||||
# if date is between 10/15 and 12/15, cast it to Europe/Central
|
|
||||||
if (
|
|
||||||
datetime(2023, 10, 15).replace(
|
|
||||||
tzinfo=pytz.timezone("Europe/Paris")
|
|
||||||
)
|
|
||||||
<= timestamp
|
|
||||||
<= datetime(2023, 12, 15).replace(
|
|
||||||
tzinfo=pytz.timezone("Europe/Paris")
|
|
||||||
)
|
|
||||||
):
|
|
||||||
timezone = "Europe/Paris"
|
|
||||||
if (
|
|
||||||
datetime(2024, 4, 28).replace(
|
|
||||||
tzinfo=pytz.timezone("US/Pacific")
|
|
||||||
)
|
|
||||||
<= timestamp
|
|
||||||
<= datetime(2024, 5, 4).replace(
|
|
||||||
tzinfo=pytz.timezone("US/Pacific")
|
|
||||||
)
|
|
||||||
):
|
|
||||||
timezone = "US/Pacific"
|
|
||||||
if (
|
|
||||||
datetime(2024, 8, 4).replace(
|
|
||||||
tzinfo=pytz.timezone("Canada/Atlantic")
|
|
||||||
)
|
|
||||||
<= timestamp
|
|
||||||
<= datetime(2024, 8, 10).replace(
|
|
||||||
tzinfo=pytz.timezone("Canada/Atlantic")
|
|
||||||
)
|
|
||||||
):
|
|
||||||
timezone = "Canada/Atlantic"
|
|
||||||
|
|
||||||
stop_timestamp = datetime.fromtimestamp(
|
|
||||||
int(last_page.get("end_ts"))
|
|
||||||
).replace(tzinfo=pytz.timezone(timezone))
|
|
||||||
|
|
||||||
if (
|
|
||||||
timestamp.tzinfo._dst.seconds == 0
|
|
||||||
or stop_timestamp.tzinfo._dst.seconds == 0
|
|
||||||
):
|
|
||||||
timestamp = timestamp - timedelta(hours=1)
|
timestamp = timestamp - timedelta(hours=1)
|
||||||
stop_timestamp = stop_timestamp - timedelta(hours=1)
|
stop_timestamp = stop_timestamp - timedelta(hours=1)
|
||||||
|
|
||||||
@ -356,7 +320,7 @@ def build_scrobbles_from_book_map(
|
|||||||
in_progress=False,
|
in_progress=False,
|
||||||
played_to_completion=True,
|
played_to_completion=True,
|
||||||
long_play_complete=False,
|
long_play_complete=False,
|
||||||
timezone=timezone,
|
timezone=timestamp.tzinfo.name,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
# Then start over
|
# Then start over
|
||||||
@ -398,9 +362,9 @@ def process_koreader_sqlite_file(file_path, user_id) -> list:
|
|||||||
|
|
||||||
new_scrobbles = []
|
new_scrobbles = []
|
||||||
user = User.objects.filter(id=user_id).first()
|
user = User.objects.filter(id=user_id).first()
|
||||||
tz = pytz.utc
|
tz = ZoneInfo("UTC")
|
||||||
if user:
|
if user:
|
||||||
tz = user.profile.timezone
|
tz = user.profile.tzinfo
|
||||||
|
|
||||||
is_os_file = "https://" not in file_path
|
is_os_file = "https://" not in file_path
|
||||||
if is_os_file:
|
if is_os_file:
|
||||||
@ -443,7 +407,7 @@ def process_koreader_sqlite_file(file_path, user_id) -> list:
|
|||||||
if new_scrobbles:
|
if new_scrobbles:
|
||||||
created = Scrobble.objects.bulk_create(new_scrobbles)
|
created = Scrobble.objects.bulk_create(new_scrobbles)
|
||||||
if created:
|
if created:
|
||||||
NtfyNotification(created[-1]).send()
|
ScrobbleNtfyNotification(created[-1]).send()
|
||||||
fix_long_play_stats_for_scrobbles(created)
|
fix_long_play_stats_for_scrobbles(created)
|
||||||
logger.info(
|
logger.info(
|
||||||
f"Created {len(created)} scrobbles",
|
f"Created {len(created)} scrobbles",
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
from dataclasses import dataclass
|
||||||
import logging
|
import logging
|
||||||
from datetime import timedelta, datetime
|
from datetime import datetime
|
||||||
|
from typing import Optional
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
@ -20,7 +22,6 @@ from scrobbles.mixins import (
|
|||||||
LongPlayScrobblableMixin,
|
LongPlayScrobblableMixin,
|
||||||
ObjectWithGenres,
|
ObjectWithGenres,
|
||||||
ScrobblableConstants,
|
ScrobblableConstants,
|
||||||
ScrobblableMixin,
|
|
||||||
)
|
)
|
||||||
from scrobbles.utils import get_scrobbles_for_media
|
from scrobbles.utils import get_scrobbles_for_media
|
||||||
from taggit.managers import TaggableManager
|
from taggit.managers import TaggableManager
|
||||||
@ -35,9 +36,9 @@ from vrobbler.apps.books.locg import (
|
|||||||
lookup_comic_from_locg,
|
lookup_comic_from_locg,
|
||||||
lookup_comic_writer_by_locg_slug,
|
lookup_comic_writer_by_locg_slug,
|
||||||
)
|
)
|
||||||
from vrobbler.apps.books.sources.google import lookup_book_from_google
|
from books.sources.google import lookup_book_from_google
|
||||||
from vrobbler.apps.books.sources.semantic import lookup_paper_from_semantic
|
from books.sources.semantic import lookup_paper_from_semantic
|
||||||
from vrobbler.apps.scrobbles.dataclasses import BookLogData
|
from scrobbles.dataclasses import BaseLogData, LongPlayLogData
|
||||||
|
|
||||||
COMICVINE_API_KEY = getattr(settings, "COMICVINE_API_KEY", "")
|
COMICVINE_API_KEY = getattr(settings, "COMICVINE_API_KEY", "")
|
||||||
|
|
||||||
@ -46,6 +47,33 @@ User = get_user_model()
|
|||||||
BNULL = {"blank": True, "null": True}
|
BNULL = {"blank": True, "null": True}
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class BookPageLogData(BaseLogData):
|
||||||
|
page_number: Optional[int] = None
|
||||||
|
end_ts: Optional[int] = None
|
||||||
|
start_ts: Optional[int] = None
|
||||||
|
duration: Optional[int] = None
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class BookLogData(BaseLogData, LongPlayLogData):
|
||||||
|
koreader_hash: Optional[str] = None
|
||||||
|
page_data: Optional[dict[int, BookPageLogData]] = None
|
||||||
|
pages_read: Optional[int] = None
|
||||||
|
page_start: Optional[int] = None
|
||||||
|
page_end: Optional[int] = None
|
||||||
|
|
||||||
|
_excluded_fields = {"koreader_hash", "page_data"}
|
||||||
|
|
||||||
|
def avg_seconds_per_page(self):
|
||||||
|
if self.page_data:
|
||||||
|
total_duration = 0
|
||||||
|
for page_num, stats in self.page_data.items():
|
||||||
|
total_duration += stats.get("duration", 0)
|
||||||
|
if total_duration:
|
||||||
|
return int(total_duration / len(self.page_data))
|
||||||
|
|
||||||
|
|
||||||
class Author(TimeStampedModel):
|
class Author(TimeStampedModel):
|
||||||
name = models.CharField(max_length=255)
|
name = models.CharField(max_length=255)
|
||||||
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
||||||
@ -161,40 +189,62 @@ class Book(LongPlayScrobblableMixin):
|
|||||||
return reverse("books:book_detail", kwargs={"slug": self.uuid})
|
return reverse("books:book_detail", kwargs={"slug": self.uuid})
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_from_google(cls, title: str, overwrite: bool = False):
|
def find_or_create(
|
||||||
|
cls, title: str, enrich: bool = False, commit: bool = True
|
||||||
|
):
|
||||||
|
"""Given a title, get a Book instance.
|
||||||
|
|
||||||
|
If the book is not already in our database, or overwrite is True,
|
||||||
|
this method will enrich the Book with data from Google.
|
||||||
|
|
||||||
|
By default this method will also save the data back to the model. If you'd
|
||||||
|
like to batch create, use commit=False and you'll get an unsaved but enriched
|
||||||
|
instance back which you can then save at your convenience."""
|
||||||
|
# TODO use either a Google Books id identifier or author name like for tracks
|
||||||
book, created = cls.objects.get_or_create(title=title)
|
book, created = cls.objects.get_or_create(title=title)
|
||||||
if not created and not overwrite:
|
if not created:
|
||||||
|
logger.info(
|
||||||
|
"Found exact match for book by title", extra={"title": title}
|
||||||
|
)
|
||||||
|
|
||||||
|
if not enrich:
|
||||||
|
logger.info(
|
||||||
|
"Found book by title, but not enriching",
|
||||||
|
extra={"title": title},
|
||||||
|
)
|
||||||
return book
|
return book
|
||||||
|
|
||||||
book_dict = lookup_book_from_google(title)
|
book_dict = lookup_book_from_google(title)
|
||||||
|
|
||||||
if created or overwrite:
|
author_list = []
|
||||||
author_list = []
|
authors = book_dict.pop("authors")
|
||||||
authors = book_dict.pop("authors")
|
cover_url = book_dict.pop("cover_url")
|
||||||
cover_url = book_dict.pop("cover_url")
|
try:
|
||||||
try:
|
genres = book_dict.pop("generes")
|
||||||
genres = book_dict.pop("generes")
|
except:
|
||||||
except:
|
genres = []
|
||||||
genres = []
|
|
||||||
|
|
||||||
if authors:
|
if authors:
|
||||||
for author_str in authors:
|
for author_str in authors:
|
||||||
if author_str:
|
if author_str:
|
||||||
author, a_created = Author.objects.get_or_create(
|
author, a_created = Author.objects.get_or_create(
|
||||||
name=author_str
|
name=author_str
|
||||||
)
|
)
|
||||||
author_list.append(author)
|
author_list.append(author)
|
||||||
if a_created:
|
if a_created:
|
||||||
# TODO enrich author
|
# TODO enrich author
|
||||||
...
|
...
|
||||||
|
|
||||||
for k, v in book_dict.items():
|
for k, v in book_dict.items():
|
||||||
setattr(book, k, v)
|
setattr(book, k, v)
|
||||||
|
|
||||||
|
if commit:
|
||||||
book.save()
|
book.save()
|
||||||
|
|
||||||
book.save_image_from_url(cover_url)
|
book.save_image_from_url(cover_url)
|
||||||
book.genre.add(*genres)
|
book.genre.add(*genres)
|
||||||
book.authors.add(*author_list)
|
book.authors.add(*author_list)
|
||||||
|
|
||||||
return book
|
return book
|
||||||
|
|
||||||
def save_image_from_url(self, url: str, force_update: bool = False):
|
def save_image_from_url(self, url: str, force_update: bool = False):
|
||||||
@ -378,27 +428,6 @@ class Book(LongPlayScrobblableMixin):
|
|||||||
progress = int((last_scrobble.last_page_read / self.pages) * 100)
|
progress = int((last_scrobble.last_page_read / self.pages) * 100)
|
||||||
return progress
|
return progress
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def find_or_create(cls, lookup_id: str, author: str = "") -> "Book":
|
|
||||||
book = cls.objects.filter(openlibrary_id=lookup_id).first()
|
|
||||||
|
|
||||||
if not book:
|
|
||||||
data = lookup_book_from_openlibrary(lookup_id, author)
|
|
||||||
|
|
||||||
if not data:
|
|
||||||
logger.error(
|
|
||||||
f"No book found on openlibrary, or in our database for {lookup_id}"
|
|
||||||
)
|
|
||||||
return book
|
|
||||||
|
|
||||||
book, book_created = cls.objects.get_or_create(
|
|
||||||
isbn_13=data["isbn"]
|
|
||||||
)
|
|
||||||
if book_created:
|
|
||||||
book.fix_metadata(data=data)
|
|
||||||
|
|
||||||
return book
|
|
||||||
|
|
||||||
|
|
||||||
class Paper(LongPlayScrobblableMixin):
|
class Paper(LongPlayScrobblableMixin):
|
||||||
"""Keeps track of Academic Papers"""
|
"""Keeps track of Academic Papers"""
|
||||||
|
|||||||
@ -1,15 +1,25 @@
|
|||||||
from django.apps import apps
|
from dataclasses import dataclass
|
||||||
|
|
||||||
from django.db import models
|
from django.db import models
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
from django_extensions.db.models import TimeStampedModel
|
|
||||||
from imagekit.models import ImageSpecField
|
from imagekit.models import ImageSpecField
|
||||||
from imagekit.processors import ResizeToFit
|
from imagekit.processors import ResizeToFit
|
||||||
from scrobbles.dataclasses import BrickSetLogData
|
|
||||||
from scrobbles.mixins import LongPlayScrobblableMixin
|
from scrobbles.mixins import LongPlayScrobblableMixin
|
||||||
|
|
||||||
|
from vrobbler.apps.scrobbles.dataclasses import (
|
||||||
|
BaseLogData,
|
||||||
|
LongPlayLogData,
|
||||||
|
WithPeopleLogData,
|
||||||
|
)
|
||||||
|
|
||||||
BNULL = {"blank": True, "null": True}
|
BNULL = {"blank": True, "null": True}
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class BrickSetLogData(BaseLogData, WithPeopleLogData, LongPlayLogData):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class BrickSet(LongPlayScrobblableMixin):
|
class BrickSet(LongPlayScrobblableMixin):
|
||||||
""""""
|
""""""
|
||||||
|
|
||||||
|
|||||||
18
vrobbler/apps/foods/migrations/0003_food_calories.py
Normal file
18
vrobbler/apps/foods/migrations/0003_food_calories.py
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# Generated by Django 4.2.19 on 2025-09-11 13:35
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('foods', '0002_alter_food_run_time_seconds'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='food',
|
||||||
|
name='calories',
|
||||||
|
field=models.IntegerField(blank=True, null=True),
|
||||||
|
),
|
||||||
|
]
|
||||||
@ -1,3 +1,5 @@
|
|||||||
|
from dataclasses import dataclass
|
||||||
|
from typing import Optional
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
|
|
||||||
from django.apps import apps
|
from django.apps import apps
|
||||||
@ -6,12 +8,19 @@ from django.urls import reverse
|
|||||||
from django_extensions.db.models import TimeStampedModel
|
from django_extensions.db.models import TimeStampedModel
|
||||||
from imagekit.models import ImageSpecField
|
from imagekit.models import ImageSpecField
|
||||||
from imagekit.processors import ResizeToFit
|
from imagekit.processors import ResizeToFit
|
||||||
from scrobbles.dataclasses import FoodLogData
|
from scrobbles.dataclasses import BaseLogData, WithPeopleLogData
|
||||||
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
||||||
|
|
||||||
BNULL = {"blank": True, "null": True}
|
BNULL = {"blank": True, "null": True}
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class FoodLogData(BaseLogData, WithPeopleLogData):
|
||||||
|
calories: Optional[int] = None
|
||||||
|
meal: Optional[str] = None
|
||||||
|
rating: Optional[str] = None
|
||||||
|
|
||||||
|
|
||||||
class FoodCategory(TimeStampedModel):
|
class FoodCategory(TimeStampedModel):
|
||||||
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
||||||
name = models.CharField(max_length=255)
|
name = models.CharField(max_length=255)
|
||||||
@ -40,6 +49,7 @@ class FoodCategory(TimeStampedModel):
|
|||||||
|
|
||||||
class Food(ScrobblableMixin):
|
class Food(ScrobblableMixin):
|
||||||
description = models.TextField(**BNULL)
|
description = models.TextField(**BNULL)
|
||||||
|
calories = models.IntegerField(**BNULL)
|
||||||
allrecipe_image = models.ImageField(upload_to="food/recipe/", **BNULL)
|
allrecipe_image = models.ImageField(upload_to="food/recipe/", **BNULL)
|
||||||
allrecipe_image_small = ImageSpecField(
|
allrecipe_image_small = ImageSpecField(
|
||||||
source="allrecipe_image",
|
source="allrecipe_image",
|
||||||
@ -64,7 +74,8 @@ class Food(ScrobblableMixin):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def subtitle(self):
|
def subtitle(self):
|
||||||
return self.category.name
|
if self.category:
|
||||||
|
return self.category.name
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def strings(self) -> ScrobblableConstants:
|
def strings(self) -> ScrobblableConstants:
|
||||||
|
|||||||
@ -1,12 +1,18 @@
|
|||||||
|
from dataclasses import dataclass
|
||||||
from django.apps import apps
|
from django.apps import apps
|
||||||
from django.db import models
|
from django.db import models
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
from scrobbles.dataclasses import LifeEventLogData
|
from scrobbles.dataclasses import BaseLogData, WithPeopleLogData
|
||||||
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
||||||
|
|
||||||
BNULL = {"blank": True, "null": True}
|
BNULL = {"blank": True, "null": True}
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class LifeEventLogData(BaseLogData, WithPeopleLogData):
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
class LifeEvent(ScrobblableMixin):
|
class LifeEvent(ScrobblableMixin):
|
||||||
description = models.TextField(**BNULL)
|
description = models.TextField(**BNULL)
|
||||||
|
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
from decimal import Decimal, getcontext
|
|
||||||
import logging
|
import logging
|
||||||
|
from dataclasses import dataclass
|
||||||
|
from decimal import Decimal
|
||||||
from typing import Dict
|
from typing import Dict
|
||||||
from uuid import uuid4
|
|
||||||
|
|
||||||
from django.contrib.auth import get_user_model
|
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
from django.contrib.auth import get_user_model
|
||||||
from django.db import models
|
from django.db import models
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
from django_extensions.db.models import TimeStampedModel
|
from scrobbles.dataclasses import BaseLogData, WithPeopleLogData
|
||||||
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
@ -17,6 +17,9 @@ User = get_user_model()
|
|||||||
GEOLOC_ACCURACY = int(getattr(settings, "GEOLOC_ACCURACY", 4))
|
GEOLOC_ACCURACY = int(getattr(settings, "GEOLOC_ACCURACY", 4))
|
||||||
GEOLOC_PROXIMITY = Decimal(getattr(settings, "GEOLOC_PROXIMITY", "0.0001"))
|
GEOLOC_PROXIMITY = Decimal(getattr(settings, "GEOLOC_PROXIMITY", "0.0001"))
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class GeoLocationLogData(BaseLogData, WithPeopleLogData):
|
||||||
|
pass
|
||||||
|
|
||||||
class GeoLocation(ScrobblableMixin):
|
class GeoLocation(ScrobblableMixin):
|
||||||
COMPLETION_PERCENT = getattr(settings, "LOCATION_COMPLETION_PERCENT", 100)
|
COMPLETION_PERCENT = getattr(settings, "LOCATION_COMPLETION_PERCENT", 100)
|
||||||
@ -38,9 +41,13 @@ class GeoLocation(ScrobblableMixin):
|
|||||||
|
|
||||||
def get_absolute_url(self):
|
def get_absolute_url(self):
|
||||||
return reverse(
|
return reverse(
|
||||||
"locations:geo_location_detail", kwargs={"slug": self.uuid}
|
"locations:geolocation_detail", kwargs={"slug": self.uuid}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def logdata_cls(self):
|
||||||
|
return GeoLocationLogData
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def find_or_create(cls, data_dict: Dict) -> "GeoLocation":
|
def find_or_create(cls, data_dict: Dict) -> "GeoLocation":
|
||||||
"""Given a data dict from GPSLogger, does the heavy lifting of looking up
|
"""Given a data dict from GPSLogger, does the heavy lifting of looking up
|
||||||
|
|||||||
@ -8,11 +8,11 @@ urlpatterns = [
|
|||||||
path(
|
path(
|
||||||
"locations/",
|
"locations/",
|
||||||
views.GeoLocationListView.as_view(),
|
views.GeoLocationListView.as_view(),
|
||||||
name="geo_locations_list",
|
name="geolocation_list",
|
||||||
),
|
),
|
||||||
path(
|
path(
|
||||||
"locations/<slug:slug>/",
|
"locations/<slug:slug>/",
|
||||||
views.GeoLocationDetailView.as_view(),
|
views.GeoLocationDetailView.as_view(),
|
||||||
name="geo_location_detail",
|
name="geolocation_detail",
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|||||||
@ -1,19 +1,25 @@
|
|||||||
import logging
|
import logging
|
||||||
|
from dataclasses import dataclass
|
||||||
|
from typing import Optional
|
||||||
|
|
||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
from django.db import models
|
from django.db import models
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
from imagekit.models import ImageSpecField
|
from imagekit.models import ImageSpecField
|
||||||
from imagekit.processors import ResizeToFit
|
from imagekit.processors import ResizeToFit
|
||||||
|
from scrobbles.dataclasses import BaseLogData
|
||||||
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
||||||
|
|
||||||
from vrobbler.apps.scrobbles.dataclasses import MoodLogData
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
BNULL = {"blank": True, "null": True}
|
BNULL = {"blank": True, "null": True}
|
||||||
User = get_user_model()
|
User = get_user_model()
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class MoodLogData(BaseLogData):
|
||||||
|
reasons: Optional[str] = None
|
||||||
|
|
||||||
|
|
||||||
class Mood(ScrobblableMixin):
|
class Mood(ScrobblableMixin):
|
||||||
description = models.TextField(**BNULL)
|
description = models.TextField(**BNULL)
|
||||||
image = models.ImageField(upload_to="moods/", **BNULL)
|
image = models.ImageField(upload_to="moods/", **BNULL)
|
||||||
@ -36,7 +42,7 @@ class Mood(ScrobblableMixin):
|
|||||||
return str(self.uuid)
|
return str(self.uuid)
|
||||||
|
|
||||||
def get_absolute_url(self):
|
def get_absolute_url(self):
|
||||||
return reverse("moods:mood-detail", kwargs={"slug": self.uuid})
|
return reverse("moods:mood_detail", kwargs={"slug": self.uuid})
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def subtitle(self) -> str:
|
def subtitle(self) -> str:
|
||||||
|
|||||||
@ -5,10 +5,10 @@ app_name = "moods"
|
|||||||
|
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path("moods/", views.MoodListView.as_view(), name="mood-list"),
|
path("moods/", views.MoodListView.as_view(), name="mood_list"),
|
||||||
path(
|
path(
|
||||||
"moods/<slug:slug>/",
|
"moods/<slug:slug>/",
|
||||||
views.MoodDetailView.as_view(),
|
views.MoodDetailView.as_view(),
|
||||||
name="mood-detail",
|
name="mood_detail",
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|||||||
@ -50,17 +50,17 @@ class TrackAdmin(admin.ModelAdmin):
|
|||||||
date_hierarchy = "created"
|
date_hierarchy = "created"
|
||||||
list_display = (
|
list_display = (
|
||||||
"title",
|
"title",
|
||||||
"album",
|
"primary_album",
|
||||||
"artist",
|
"artist",
|
||||||
"musicbrainz_id",
|
"musicbrainz_id",
|
||||||
)
|
)
|
||||||
raw_id_fields = (
|
raw_id_fields = ("artist", "albums", "album")
|
||||||
"album",
|
|
||||||
"artist",
|
|
||||||
)
|
|
||||||
list_filter = ("album", "artist")
|
list_filter = ("album", "artist")
|
||||||
search_fields = ("title",)
|
search_fields = ("title",)
|
||||||
ordering = ("-created",)
|
ordering = ("-created",)
|
||||||
|
filter_horizontal = [
|
||||||
|
"albums",
|
||||||
|
]
|
||||||
inlines = [
|
inlines = [
|
||||||
ScrobbleInline,
|
ScrobbleInline,
|
||||||
]
|
]
|
||||||
|
|||||||
@ -1,162 +0,0 @@
|
|||||||
import logging
|
|
||||||
from datetime import datetime, timedelta
|
|
||||||
|
|
||||||
import pylast
|
|
||||||
import pytz
|
|
||||||
from django.conf import settings
|
|
||||||
from music.models import Track
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
PYLAST_ERRORS = tuple(
|
|
||||||
getattr(pylast, exc_name)
|
|
||||||
for exc_name in (
|
|
||||||
"ScrobblingError",
|
|
||||||
"NetworkError",
|
|
||||||
"MalformedResponseError",
|
|
||||||
"WSError",
|
|
||||||
)
|
|
||||||
if hasattr(pylast, exc_name)
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
class LastFM:
|
|
||||||
def __init__(self, user):
|
|
||||||
try:
|
|
||||||
self.client = pylast.LastFMNetwork(
|
|
||||||
api_key=getattr(settings, "LASTFM_API_KEY"),
|
|
||||||
api_secret=getattr(settings, "LASTFM_SECRET_KEY"),
|
|
||||||
username=user.profile.lastfm_username,
|
|
||||||
password_hash=pylast.md5(user.profile.lastfm_password),
|
|
||||||
)
|
|
||||||
self.user = self.client.get_user(user.profile.lastfm_username)
|
|
||||||
self.vrobbler_user = user
|
|
||||||
except PYLAST_ERRORS as e:
|
|
||||||
logger.error(f"Error during Last.fm setup: {e}")
|
|
||||||
|
|
||||||
def import_from_lastfm(self, last_processed=None):
|
|
||||||
"""Given a last processed time, import all scrobbles from LastFM since then"""
|
|
||||||
from scrobbles.models import Scrobble
|
|
||||||
|
|
||||||
new_scrobbles = []
|
|
||||||
source = "Last.fm"
|
|
||||||
lastfm_scrobbles = self.get_last_scrobbles(time_from=last_processed)
|
|
||||||
|
|
||||||
for lfm_scrobble in lastfm_scrobbles:
|
|
||||||
track = Track.find_or_create(
|
|
||||||
title=lfm_scrobble.get("title"),
|
|
||||||
artist_name=lfm_scrobble.get("artist"),
|
|
||||||
album_name=lfm_scrobble.get("album"),
|
|
||||||
)
|
|
||||||
|
|
||||||
timezone = settings.TIME_ZONE
|
|
||||||
if self.vrobbler_user.profile:
|
|
||||||
timezone = self.vrobbler_user.profile.timezone
|
|
||||||
|
|
||||||
timestamp = lfm_scrobble.get("timestamp")
|
|
||||||
new_scrobble = Scrobble(
|
|
||||||
user=self.vrobbler_user,
|
|
||||||
timestamp=timestamp,
|
|
||||||
source=source,
|
|
||||||
track=track,
|
|
||||||
timezone=timezone,
|
|
||||||
played_to_completion=True,
|
|
||||||
in_progress=False,
|
|
||||||
media_type=Scrobble.MediaType.TRACK,
|
|
||||||
)
|
|
||||||
# Vrobbler scrobbles on finish, LastFM scrobbles on start
|
|
||||||
seconds_eariler = timestamp - timedelta(seconds=20)
|
|
||||||
seconds_later = timestamp + timedelta(seconds=20)
|
|
||||||
existing = Scrobble.objects.filter(
|
|
||||||
created__gte=seconds_eariler,
|
|
||||||
created__lte=seconds_later,
|
|
||||||
track=track,
|
|
||||||
).first()
|
|
||||||
if existing:
|
|
||||||
logger.debug(f"Skipping existing scrobble {new_scrobble}")
|
|
||||||
continue
|
|
||||||
logger.debug(f"Queued scrobble {new_scrobble} for creation")
|
|
||||||
new_scrobbles.append(new_scrobble)
|
|
||||||
|
|
||||||
created = Scrobble.objects.bulk_create(new_scrobbles)
|
|
||||||
# TODO Add a notification for users that their import is complete
|
|
||||||
logger.info(
|
|
||||||
f"Last.fm import fnished",
|
|
||||||
extra={
|
|
||||||
"scrobbles_created": len(created),
|
|
||||||
"user_id": self.vrobbler_user,
|
|
||||||
"lastfm_user": self.user,
|
|
||||||
},
|
|
||||||
)
|
|
||||||
return created
|
|
||||||
|
|
||||||
def get_last_scrobbles(self, time_from=None, time_to=None):
|
|
||||||
"""Given a user, Last.fm api key, and secret key, grab a list of scrobbled
|
|
||||||
tracks"""
|
|
||||||
lfm_params = {}
|
|
||||||
scrobbles = []
|
|
||||||
if time_from:
|
|
||||||
lfm_params["time_from"] = int(time_from.timestamp())
|
|
||||||
if time_to:
|
|
||||||
lfm_params["time_to"] = int(time_to.timestamp())
|
|
||||||
|
|
||||||
# if not time_from and not time_to:
|
|
||||||
lfm_params["limit"] = None
|
|
||||||
|
|
||||||
found_scrobbles = self.user.get_recent_tracks(**lfm_params)
|
|
||||||
# TOOD spin this out into a celery task over certain threshold of found scrobbles?
|
|
||||||
|
|
||||||
for scrobble in found_scrobbles:
|
|
||||||
logger.debug(f"Processing {scrobble}")
|
|
||||||
run_time = None
|
|
||||||
mbid = None
|
|
||||||
artist = None
|
|
||||||
|
|
||||||
log_dict = {"scrobble": scrobble}
|
|
||||||
try:
|
|
||||||
run_time = int(scrobble.track.get_duration() / 1000)
|
|
||||||
mbid = scrobble.track.get_mbid()
|
|
||||||
artist = scrobble.track.get_artist().name
|
|
||||||
log_dict["artist"] = artist
|
|
||||||
log_dict["mbid"] = mbid
|
|
||||||
log_dict["run_time"] = run_time
|
|
||||||
except pylast.MalformedResponseError as e:
|
|
||||||
logger.warning(e)
|
|
||||||
except pylast.WSError as e:
|
|
||||||
logger.info(
|
|
||||||
"LastFM barfed trying to get the track for {scrobble.track}",
|
|
||||||
extra=log_dict,
|
|
||||||
)
|
|
||||||
except pylast.NetworkError as e:
|
|
||||||
logger.info(
|
|
||||||
"LastFM barfed trying to get the track for {scrobble.track}",
|
|
||||||
extra=log_dict,
|
|
||||||
)
|
|
||||||
|
|
||||||
if not artist:
|
|
||||||
logger.info(
|
|
||||||
f"Silly LastFM, no artist found for scrobble",
|
|
||||||
extra=log_dict,
|
|
||||||
)
|
|
||||||
continue
|
|
||||||
|
|
||||||
# TODO figure out if this will actually work
|
|
||||||
# timestamp = datetime.fromtimestamp(int(scrobble.timestamp), UTC)
|
|
||||||
timestamp = datetime.utcfromtimestamp(
|
|
||||||
int(scrobble.timestamp)
|
|
||||||
).replace(tzinfo=pytz.utc)
|
|
||||||
|
|
||||||
logger.info(
|
|
||||||
f"Scrobble appended to list for bulk create", extra=log_dict
|
|
||||||
)
|
|
||||||
scrobbles.append(
|
|
||||||
{
|
|
||||||
"artist": artist,
|
|
||||||
"album": scrobble.album,
|
|
||||||
"title": scrobble.track.title,
|
|
||||||
"mbid": mbid,
|
|
||||||
"run_time_seconds": run_time,
|
|
||||||
"timestamp": timestamp,
|
|
||||||
}
|
|
||||||
)
|
|
||||||
return scrobbles
|
|
||||||
|
|||||||
20
vrobbler/apps/music/migrations/0027_track_albums.py
Normal file
20
vrobbler/apps/music/migrations/0027_track_albums.py
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Generated by Django 4.2.19 on 2025-07-20 20:54
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("music", "0026_album_alt_names"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="track",
|
||||||
|
name="albums",
|
||||||
|
field=models.ManyToManyField(
|
||||||
|
blank=True, null=True, related_name="tracks", to="music.album"
|
||||||
|
),
|
||||||
|
),
|
||||||
|
]
|
||||||
20
vrobbler/apps/music/migrations/0028_alter_track_albums.py
Normal file
20
vrobbler/apps/music/migrations/0028_alter_track_albums.py
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Generated by Django 4.2.19 on 2025-07-25 14:41
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("music", "0027_track_albums"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AlterField(
|
||||||
|
model_name="track",
|
||||||
|
name="albums",
|
||||||
|
field=models.ManyToManyField(
|
||||||
|
related_name="tracks", to="music.album"
|
||||||
|
),
|
||||||
|
),
|
||||||
|
]
|
||||||
@ -1,5 +1,6 @@
|
|||||||
import logging
|
import logging
|
||||||
from typing import Dict, Optional
|
from dataclasses import dataclass
|
||||||
|
from typing import Optional
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
|
|
||||||
import musicbrainzngs
|
import musicbrainzngs
|
||||||
@ -14,14 +15,27 @@ from imagekit.models import ImageSpecField
|
|||||||
from imagekit.processors import ResizeToFit
|
from imagekit.processors import ResizeToFit
|
||||||
from music.allmusic import get_allmusic_slug, scrape_data_from_allmusic
|
from music.allmusic import get_allmusic_slug, scrape_data_from_allmusic
|
||||||
from music.bandcamp import get_bandcamp_slug
|
from music.bandcamp import get_bandcamp_slug
|
||||||
from music.musicbrainz import lookup_album_dict_from_mb, lookup_track_from_mb
|
from music.musicbrainz import (
|
||||||
|
get_album_metadata_with_artist,
|
||||||
|
get_recording_mbid_exact,
|
||||||
|
get_track_metadata_with_artist,
|
||||||
|
)
|
||||||
from music.theaudiodb import lookup_album_from_tadb, lookup_artist_from_tadb
|
from music.theaudiodb import lookup_album_from_tadb, lookup_artist_from_tadb
|
||||||
|
from music.utils import clean_artist_name
|
||||||
|
from scrobbles.dataclasses import BaseLogData
|
||||||
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
BNULL = {"blank": True, "null": True}
|
BNULL = {"blank": True, "null": True}
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class TrackLogData(BaseLogData):
|
||||||
|
mopidy_source: Optional[str] = None
|
||||||
|
rockbox_info: Optional[str] = None
|
||||||
|
rating: Optional[int] = None
|
||||||
|
|
||||||
|
|
||||||
class Artist(TimeStampedModel):
|
class Artist(TimeStampedModel):
|
||||||
"""Represents a music artist.
|
"""Represents a music artist.
|
||||||
|
|
||||||
@ -170,58 +184,76 @@ class Artist(TimeStampedModel):
|
|||||||
return f"https://bandcamp.com/search?q={artist}&item_type=b"
|
return f"https://bandcamp.com/search?q={artist}&item_type=b"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def find_or_create(cls, name: str, musicbrainz_id: str = "") -> "Artist":
|
def find_or_create(
|
||||||
from music.musicbrainz import lookup_artist_from_mb
|
cls, name: str, album_name: str = "", track_name: str = ""
|
||||||
from music.utils import clean_artist_name
|
) -> "Artist":
|
||||||
|
"""The biggest challenge to finding artists is that the search often
|
||||||
|
fails miserably unless you can look it up along with an album or a track name.
|
||||||
|
|
||||||
if not name:
|
Thus, when we find or create an artist, we should always provide an optional
|
||||||
raise Exception("Must have name to lookup artist")
|
album name or track name, but probably not both."""
|
||||||
|
if album_name:
|
||||||
|
logger.info(
|
||||||
|
f"Looking for artist with name {name} and album {album_name}"
|
||||||
|
)
|
||||||
|
if track_name:
|
||||||
|
logger.info(
|
||||||
|
f"Looking for artist with name {name} and track {track_name}"
|
||||||
|
)
|
||||||
|
keys = {}
|
||||||
|
|
||||||
artist = None
|
|
||||||
name = clean_artist_name(name)
|
name = clean_artist_name(name)
|
||||||
|
keys["name"] = name
|
||||||
|
artist = cls.objects.filter(name=name).first()
|
||||||
|
|
||||||
# Check for name/mbid combo, just mbid and then just name
|
if artist:
|
||||||
if musicbrainz_id:
|
return artist
|
||||||
artist = cls.objects.filter(
|
|
||||||
name=name, musicbrainz_id=musicbrainz_id
|
|
||||||
).first()
|
|
||||||
if not artist:
|
|
||||||
artist = cls.objects.filter(musicbrainz_id=musicbrainz_id).first()
|
|
||||||
if not artist:
|
|
||||||
artist = cls.objects.filter(
|
|
||||||
models.Q(name=name) | models.Q(alt_names__icontains=name)
|
|
||||||
).first()
|
|
||||||
|
|
||||||
# Does not exist, look it up from Musicbrainz
|
# alt_name = None
|
||||||
if not artist:
|
artist_dict = {}
|
||||||
alt_name = None
|
if album_name:
|
||||||
try:
|
album_dict = get_album_metadata_with_artist(album_name, name)
|
||||||
artist_dict = lookup_artist_from_mb(name)
|
if album_dict:
|
||||||
musicbrainz_id = musicbrainz_id or artist_dict.get("id", "")
|
artist_dict = album_dict.get("primary_artist")
|
||||||
if name != artist_dict.get("name", ""):
|
if track_name:
|
||||||
alt_name = name
|
track_dict = get_track_metadata_with_artist(track_name, name)
|
||||||
name = artist_dict.get("name", "")
|
if track_dict:
|
||||||
except ValueError:
|
artist_dict = track_dict.get("primary_artist")
|
||||||
pass
|
|
||||||
|
|
||||||
if musicbrainz_id:
|
if not artist_dict:
|
||||||
artist = cls.objects.filter(
|
artist, created = cls.objects.get_or_create(name=name)
|
||||||
musicbrainz_id=musicbrainz_id
|
if created:
|
||||||
).first()
|
artist.fix_metadata()
|
||||||
if artist and alt_name:
|
return artist
|
||||||
if not artist.alt_names:
|
|
||||||
artist.alt_names = alt_name
|
|
||||||
else:
|
|
||||||
artist.alt_names += f"\\{alt_name}"
|
|
||||||
artist.save(update_fields=["alt_names"])
|
|
||||||
|
|
||||||
|
musicbrainz_id = artist_dict.get("mbid")
|
||||||
|
found_name = artist_dict.get("name", name)
|
||||||
|
if found_name and name != found_name:
|
||||||
|
alt_name = found_name
|
||||||
|
|
||||||
|
artist = cls.objects.filter(
|
||||||
|
name=found_name, musicbrainz_id=musicbrainz_id
|
||||||
|
).first()
|
||||||
if not artist:
|
if not artist:
|
||||||
artist = cls.objects.create(
|
artist = cls.objects.create(
|
||||||
name=name, musicbrainz_id=musicbrainz_id, alt_names=alt_name
|
name=found_name,
|
||||||
|
musicbrainz_id=musicbrainz_id,
|
||||||
)
|
)
|
||||||
# TODO maybe this should be spun off into an async task?
|
|
||||||
artist.fix_metadata()
|
artist.fix_metadata()
|
||||||
|
|
||||||
|
# TODO: See if this alt_names stuff actually works or causes hard to debug problems
|
||||||
|
# If we did find our artist, but the found name is slightly differnt, record that
|
||||||
|
# if artist and alt_name:
|
||||||
|
# if not artist.alt_names:
|
||||||
|
# artist.alt_names = alt_name
|
||||||
|
# else:
|
||||||
|
# artist.alt_names += f"\\{alt_name}"
|
||||||
|
# logger.info(
|
||||||
|
# f"Add alt_name {alt_name} to artist {artist}",
|
||||||
|
# extra={"alt_name": alt_name, "artist_id": artist.id},
|
||||||
|
# )
|
||||||
|
# artist.save(update_fields=["alt_names"])
|
||||||
|
|
||||||
return artist
|
return artist
|
||||||
|
|
||||||
|
|
||||||
@ -314,7 +346,7 @@ class Album(TimeStampedModel):
|
|||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
if not self.allmusic_id or force:
|
if self.album_artist and (not self.allmusic_id or force):
|
||||||
slug = get_allmusic_slug(self.album_artist.name, self.name)
|
slug = get_allmusic_slug(self.album_artist.name, self.name)
|
||||||
if not slug:
|
if not slug:
|
||||||
logger.info(
|
logger.info(
|
||||||
@ -345,7 +377,12 @@ class Album(TimeStampedModel):
|
|||||||
logger.info(f"No data for {self} found in TheAudioDB")
|
logger.info(f"No data for {self} found in TheAudioDB")
|
||||||
return
|
return
|
||||||
|
|
||||||
Album.objects.filter(pk=self.pk).update(**album_data)
|
try:
|
||||||
|
Album.objects.filter(pk=self.pk).update(**album_data)
|
||||||
|
except:
|
||||||
|
logger.info(
|
||||||
|
f"Could not save info for album {self} with data {album_data}"
|
||||||
|
)
|
||||||
|
|
||||||
def scrape_bandcamp(self, force=False) -> None:
|
def scrape_bandcamp(self, force=False) -> None:
|
||||||
if not self.bandcamp_id or force:
|
if not self.bandcamp_id or force:
|
||||||
@ -484,65 +521,77 @@ class Album(TimeStampedModel):
|
|||||||
return f"https://bandcamp.com/search?q={album} {artist}&item_type=a"
|
return f"https://bandcamp.com/search?q={album} {artist}&item_type=a"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def find_or_create(
|
def find_or_create(cls, name: str, artist_name: str) -> "Album":
|
||||||
cls, name: str, artist_name: str, musicbrainz_id: str = ""
|
logger.info(
|
||||||
) -> "Album":
|
f"Looking for album with name {name} and artist_name {artist_name}"
|
||||||
if not name or not artist_name:
|
)
|
||||||
raise Exception(
|
artist = Artist.find_or_create(artist_name, album_name=name)
|
||||||
"Must have at least name and artist name to lookup album"
|
album_dict = get_album_metadata_with_artist(name, artist.name)
|
||||||
|
|
||||||
|
if not album_dict:
|
||||||
|
logger.info(
|
||||||
|
f"Could not find album {name} with artist {artist.name} on musicbrainz"
|
||||||
)
|
)
|
||||||
|
album = Album.objects.filter(name=name).first()
|
||||||
album = None
|
|
||||||
if musicbrainz_id:
|
|
||||||
album = cls.objects.filter(
|
|
||||||
musicbrainz_id=musicbrainz_id,
|
|
||||||
name=name,
|
|
||||||
album_artist__name=artist_name,
|
|
||||||
).first()
|
|
||||||
if not album and musicbrainz_id:
|
|
||||||
album = cls.objects.filter(
|
|
||||||
musicbrainz_id=musicbrainz_id,
|
|
||||||
).first()
|
|
||||||
if not album:
|
|
||||||
album = cls.objects.filter(
|
|
||||||
models.Q(name=name) | models.Q(alt_names__icontains=name),
|
|
||||||
album_artist__name=artist_name,
|
|
||||||
).first()
|
|
||||||
|
|
||||||
if not album:
|
|
||||||
alt_name = None
|
|
||||||
try:
|
|
||||||
album_dict = lookup_album_dict_from_mb(
|
|
||||||
name, artist_name=artist_name
|
|
||||||
)
|
|
||||||
musicbrainz_id = musicbrainz_id or album_dict.get("mb_id", "")
|
|
||||||
found_name = album_dict.get("title", "")
|
|
||||||
if found_name and name != found_name:
|
|
||||||
alt_name = name
|
|
||||||
name = found_name
|
|
||||||
except ValueError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
if musicbrainz_id:
|
|
||||||
album = cls.objects.filter(
|
|
||||||
musicbrainz_id=musicbrainz_id
|
|
||||||
).first()
|
|
||||||
if album and alt_name:
|
|
||||||
if not album.alt_names:
|
|
||||||
album.alt_names = alt_name
|
|
||||||
else:
|
|
||||||
album.alt_names += f"\\{alt_name}"
|
|
||||||
album.save(update_fields=["alt_names"])
|
|
||||||
if not album:
|
if not album:
|
||||||
artist = Artist.find_or_create(name=artist_name)
|
album, created = Album.objects.get_or_create(
|
||||||
album = cls.objects.create(
|
|
||||||
name=name,
|
name=name,
|
||||||
album_artist=artist,
|
|
||||||
musicbrainz_id=musicbrainz_id,
|
|
||||||
alt_names=alt_name,
|
|
||||||
)
|
)
|
||||||
# TODO maybe do this in a separate process?
|
if created:
|
||||||
album.fix_metadata()
|
# album.fix_metadata()
|
||||||
|
# album.fetch_artwork()
|
||||||
|
...
|
||||||
|
return album
|
||||||
|
|
||||||
|
if not artist:
|
||||||
|
artist_dict = album_dict.get("primary_artist", {})
|
||||||
|
if artist_dict:
|
||||||
|
artist = Artist.objects.filter(
|
||||||
|
musicbrainz_id=artist_dict.get("mbid"),
|
||||||
|
).first()
|
||||||
|
if not artist:
|
||||||
|
artist = Artist.objects.create(
|
||||||
|
musicbrainz_id=artist_dict.get("mbid"),
|
||||||
|
)
|
||||||
|
|
||||||
|
extra_artists = []
|
||||||
|
if not artist and len(album_dict.get("all_artists")) > 1:
|
||||||
|
artist = Artist.objects.filter(name="Various Artists").first()
|
||||||
|
extra_artists.append(artist)
|
||||||
|
|
||||||
|
if not artist:
|
||||||
|
raise Exception("No album artist found, and not a compliation")
|
||||||
|
|
||||||
|
album = cls.objects.filter(
|
||||||
|
models.Q(name=name) | models.Q(alt_names__icontains=name),
|
||||||
|
album_artist=artist,
|
||||||
|
).first()
|
||||||
|
|
||||||
|
alt_name = None
|
||||||
|
found_name = album_dict.get("album_title", name)
|
||||||
|
if found_name and name != found_name:
|
||||||
|
alt_name = name
|
||||||
|
|
||||||
|
album = Album.objects.filter(
|
||||||
|
musicbrainz_id=album_dict.get("mbid")
|
||||||
|
).first()
|
||||||
|
|
||||||
|
if not album:
|
||||||
|
year = None
|
||||||
|
if album_dict.get("release_date"):
|
||||||
|
year = album_dict.get("release_date", "").split("-")[0]
|
||||||
|
album = Album.objects.create(
|
||||||
|
name=found_name,
|
||||||
|
musicbrainz_id=album_dict.get("mbid"),
|
||||||
|
musicbrainz_releasegroup_id=album_dict.get(
|
||||||
|
"release_group_mbid"
|
||||||
|
),
|
||||||
|
year=year,
|
||||||
|
album_artist=artist,
|
||||||
|
alt_names=alt_name,
|
||||||
|
)
|
||||||
|
album.artists.add(*extra_artists)
|
||||||
|
album.fetch_artwork()
|
||||||
|
|
||||||
return album
|
return album
|
||||||
|
|
||||||
@ -550,12 +599,8 @@ class Album(TimeStampedModel):
|
|||||||
class Track(ScrobblableMixin):
|
class Track(ScrobblableMixin):
|
||||||
COMPLETION_PERCENT = getattr(settings, "MUSIC_COMPLETION_PERCENT", 100)
|
COMPLETION_PERCENT = getattr(settings, "MUSIC_COMPLETION_PERCENT", 100)
|
||||||
|
|
||||||
class Opinion(models.IntegerChoices):
|
|
||||||
DOWN = -1, "Thumbs down"
|
|
||||||
NEUTRAL = 0, "No opinion"
|
|
||||||
UP = 1, "Thumbs up"
|
|
||||||
|
|
||||||
artist = models.ForeignKey(Artist, on_delete=models.DO_NOTHING)
|
artist = models.ForeignKey(Artist, on_delete=models.DO_NOTHING)
|
||||||
|
albums = models.ManyToManyField(Album, related_name="tracks")
|
||||||
album = models.ForeignKey(Album, on_delete=models.DO_NOTHING, **BNULL)
|
album = models.ForeignKey(Album, on_delete=models.DO_NOTHING, **BNULL)
|
||||||
musicbrainz_id = models.CharField(max_length=255, **BNULL)
|
musicbrainz_id = models.CharField(max_length=255, **BNULL)
|
||||||
|
|
||||||
@ -565,6 +610,15 @@ class Track(ScrobblableMixin):
|
|||||||
def __str__(self):
|
def __str__(self):
|
||||||
return f"{self.title} by {self.artist}"
|
return f"{self.title} by {self.artist}"
|
||||||
|
|
||||||
|
def logdata_cls(self):
|
||||||
|
return TrackLogData
|
||||||
|
|
||||||
|
@property
|
||||||
|
def primary_album(self):
|
||||||
|
if self.album:
|
||||||
|
return self.album
|
||||||
|
return self.albums.order_by("year").first()
|
||||||
|
|
||||||
def get_absolute_url(self):
|
def get_absolute_url(self):
|
||||||
return reverse("music:track_detail", kwargs={"slug": self.uuid})
|
return reverse("music:track_detail", kwargs={"slug": self.uuid})
|
||||||
|
|
||||||
@ -589,91 +643,85 @@ class Track(ScrobblableMixin):
|
|||||||
url = ""
|
url = ""
|
||||||
if self.artist.thumbnail:
|
if self.artist.thumbnail:
|
||||||
url = self.artist.thumbnail_medium.url
|
url = self.artist.thumbnail_medium.url
|
||||||
if self.album and self.album.cover_image:
|
if self.primary_album and self.primary_album.cover_image:
|
||||||
url = self.album.cover_image_medium.url
|
url = self.primary_album.cover_image_medium.url
|
||||||
return url
|
return url
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def find_or_create(
|
def find_or_create(
|
||||||
cls,
|
cls,
|
||||||
title: str = "",
|
title: str = "",
|
||||||
musicbrainz_id: str = "",
|
|
||||||
album_name: str = "",
|
|
||||||
artist_name: str = "",
|
artist_name: str = "",
|
||||||
enrich: bool = True,
|
album_name: str = "",
|
||||||
run_time_seconds: Optional[int] = None,
|
run_time_seconds: int | None = None,
|
||||||
|
enrich: bool = False,
|
||||||
|
commit: bool = True,
|
||||||
) -> "Track":
|
) -> "Track":
|
||||||
# TODO we can use Q to build queries here based on whether we have mbid and album name
|
"""Given a name, try to find the track by the artist from Musicbrainz.
|
||||||
track = None
|
|
||||||
# Full look up with MB ID
|
As a basic conceit we trust the source for giving us the track and artist
|
||||||
|
name
|
||||||
|
|
||||||
|
Optionally, we can update any found artists with overwrite."""
|
||||||
|
album = None
|
||||||
if album_name:
|
if album_name:
|
||||||
track = cls.objects.filter(
|
logger.info("Looking up album for: {album_name}")
|
||||||
musicbrainz_id=musicbrainz_id,
|
album = Album.find_or_create(
|
||||||
title=title,
|
name=album_name, artist_name=artist_name
|
||||||
artist__name=artist_name,
|
)
|
||||||
album__name=album_name,
|
artist = album.album_artist
|
||||||
).first()
|
else:
|
||||||
# Full look up without album
|
artist = Artist.find_or_create(artist_name, track_name=title)
|
||||||
if not track:
|
if not artist:
|
||||||
track = cls.objects.filter(
|
artist = Artist.find_or_create(artist_name)
|
||||||
musicbrainz_id=musicbrainz_id,
|
|
||||||
title=title,
|
|
||||||
artist__name=artist_name,
|
|
||||||
).first()
|
|
||||||
|
|
||||||
# Full look up without MB ID
|
lookup_keys = {"title": title, "artist": artist}
|
||||||
if not track:
|
if run_time_seconds:
|
||||||
track = cls.objects.filter(
|
lookup_keys["run_time_seconds"] = run_time_seconds
|
||||||
title=title,
|
logger.info(f"Looking up track using: {lookup_keys}")
|
||||||
artist__name=artist_name,
|
track = cls.objects.filter(**lookup_keys).first()
|
||||||
album__name=album_name,
|
if track:
|
||||||
).first()
|
logger.info(
|
||||||
# Base look up without MB ID or album
|
"Found match for track by name and artist, not going to musicbrainz ",
|
||||||
if not track:
|
extra={
|
||||||
track = cls.objects.filter(
|
"track_id": track.id,
|
||||||
title=title,
|
"title": title,
|
||||||
artist__name=artist_name,
|
"artist_name": artist_name,
|
||||||
).first()
|
"run_time_seconds": run_time_seconds,
|
||||||
|
},
|
||||||
|
)
|
||||||
|
return track
|
||||||
|
|
||||||
if not track and enrich:
|
track = cls.objects.filter(title=title, artist=artist).first()
|
||||||
track_dict = lookup_track_from_mb(title, artist_name, album_name)
|
if not track:
|
||||||
musicbrainz_id = musicbrainz_id or track_dict.get("id", "")
|
track, _ = cls.objects.get_or_create(title=title, artist=artist)
|
||||||
# TODO This only works some of the time
|
|
||||||
# try:
|
if album:
|
||||||
# album_name = album_name or track_dict.get("release-list")[
|
track.albums.add(album)
|
||||||
# 0
|
|
||||||
# ].get("title", "")
|
if enrich or not track.run_time_seconds:
|
||||||
# except IndexError:
|
logger.info(
|
||||||
# pass
|
f"Enriching track {track}",
|
||||||
if not run_time_seconds:
|
extra={
|
||||||
run_time_seconds = int(
|
"title": title,
|
||||||
int(track_dict.get("length", 900000)) / 1000
|
"artist_name": artist_name,
|
||||||
|
"track_id": track.id,
|
||||||
|
},
|
||||||
|
)
|
||||||
|
try:
|
||||||
|
mbid, length = get_recording_mbid_exact(
|
||||||
|
title, artist_name, album_name
|
||||||
)
|
)
|
||||||
if title != track_dict.get("name", "") and track_dict.get(
|
except Exception:
|
||||||
"name", False
|
print("No musicbrainz result found, cannot enrich")
|
||||||
):
|
return track
|
||||||
|
track.run_time_seconds = run_time_seconds or int(length / 1000)
|
||||||
title = track_dict.get("name", "")
|
track.musicbrainz_id = mbid
|
||||||
|
if commit:
|
||||||
if musicbrainz_id:
|
track.save()
|
||||||
track = cls.objects.filter(
|
|
||||||
musicbrainz_id=musicbrainz_id
|
|
||||||
).first()
|
|
||||||
if not track:
|
|
||||||
artist = Artist.find_or_create(name=artist_name)
|
|
||||||
album = None
|
|
||||||
if album_name:
|
|
||||||
album = Album.find_or_create(
|
|
||||||
name=album_name, artist_name=artist_name
|
|
||||||
)
|
|
||||||
track = cls.objects.create(
|
|
||||||
title=title,
|
|
||||||
album=album,
|
|
||||||
musicbrainz_id=musicbrainz_id,
|
|
||||||
artist=artist,
|
|
||||||
run_time_seconds=run_time_seconds,
|
|
||||||
)
|
|
||||||
# TODO maybe do this in a separate process?
|
|
||||||
track.fix_metadata()
|
|
||||||
|
|
||||||
return track
|
return track
|
||||||
|
|
||||||
|
def fix_metadata(self, force_update=False):
|
||||||
|
|
||||||
|
...
|
||||||
|
|||||||
@ -1,16 +1,17 @@
|
|||||||
|
from datetime import datetime
|
||||||
import logging
|
import logging
|
||||||
from typing import Iterable
|
|
||||||
|
|
||||||
import musicbrainzngs
|
import musicbrainzngs
|
||||||
from dateutil.parser import parse
|
from dateutil.parser import parse
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
musicbrainzngs.set_useragent("Vrobbler", "1.0", "help@unbl.ink")
|
||||||
|
|
||||||
|
|
||||||
def lookup_album_from_mb(musicbrainz_id: str) -> dict:
|
def lookup_album_from_mb(musicbrainz_id: str) -> dict:
|
||||||
release_dict = {}
|
release_dict = {}
|
||||||
|
|
||||||
musicbrainzngs.set_useragent("vrobbler", "0.3.0")
|
|
||||||
release_data = musicbrainzngs.get_release_by_id(
|
release_data = musicbrainzngs.get_release_by_id(
|
||||||
musicbrainz_id,
|
musicbrainz_id,
|
||||||
includes=["artists", "release-groups", "recordings"],
|
includes=["artists", "release-groups", "recordings"],
|
||||||
@ -51,7 +52,6 @@ def lookup_album_from_mb(musicbrainz_id: str) -> dict:
|
|||||||
|
|
||||||
|
|
||||||
def lookup_album_dict_from_mb(release_name: str, artist_name: str) -> dict:
|
def lookup_album_dict_from_mb(release_name: str, artist_name: str) -> dict:
|
||||||
musicbrainzngs.set_useragent("vrobbler", "0.3.0")
|
|
||||||
|
|
||||||
top_result = {}
|
top_result = {}
|
||||||
|
|
||||||
@ -84,7 +84,6 @@ def lookup_album_dict_from_mb(release_name: str, artist_name: str) -> dict:
|
|||||||
|
|
||||||
|
|
||||||
def lookup_artist_from_mb(artist_name: str) -> dict:
|
def lookup_artist_from_mb(artist_name: str) -> dict:
|
||||||
musicbrainzngs.set_useragent("vrobbler", "0.3.0")
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
top_result = musicbrainzngs.search_artists(artist=artist_name)[
|
top_result = musicbrainzngs.search_artists(artist=artist_name)[
|
||||||
@ -104,7 +103,7 @@ def lookup_artist_from_mb(artist_name: str) -> dict:
|
|||||||
|
|
||||||
|
|
||||||
def lookup_track_from_mb(
|
def lookup_track_from_mb(
|
||||||
track_name: str, artist_mb_id: str, album_mb_id: str
|
track_name: str, artist_mb_id: str, album_mb_id: str = ""
|
||||||
) -> dict:
|
) -> dict:
|
||||||
logger.info(
|
logger.info(
|
||||||
"[lookup_track_from_mb] called",
|
"[lookup_track_from_mb] called",
|
||||||
@ -114,7 +113,6 @@ def lookup_track_from_mb(
|
|||||||
"album_mb_id": album_mb_id,
|
"album_mb_id": album_mb_id,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
musicbrainzngs.set_useragent("vrobbler", "0.3.0")
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
results = musicbrainzngs.search_recordings(
|
results = musicbrainzngs.search_recordings(
|
||||||
@ -138,3 +136,352 @@ def lookup_track_from_mb(
|
|||||||
return {}
|
return {}
|
||||||
|
|
||||||
return top_result
|
return top_result
|
||||||
|
|
||||||
|
|
||||||
|
def get_album_metadata(album_name, artist_name, strict=True) -> dict:
|
||||||
|
"""
|
||||||
|
Get detailed metadata for an album from MusicBrainz.
|
||||||
|
|
||||||
|
:param album_name: Name of the album
|
||||||
|
:param artist_name: Name of the artist
|
||||||
|
:param strict: If True, only exact matches on album and artist (case-insensitive)
|
||||||
|
:return: dict with album metadata, or None if not found
|
||||||
|
"""
|
||||||
|
try:
|
||||||
|
result = musicbrainzngs.search_releases(
|
||||||
|
release=album_name, artist=artist_name, limit=5
|
||||||
|
)
|
||||||
|
|
||||||
|
for release in result.get("release-list", []):
|
||||||
|
title = release["title"]
|
||||||
|
primary_artist = release["artist-credit"][0]["artist"]["name"]
|
||||||
|
|
||||||
|
title_match = title.lower() == album_name.lower()
|
||||||
|
artist_match = primary_artist.lower() == artist_name.lower()
|
||||||
|
|
||||||
|
if not strict or (title_match and artist_match):
|
||||||
|
all_artists = [
|
||||||
|
ac["artist"]["name"]
|
||||||
|
for ac in release["artist-credit"]
|
||||||
|
if isinstance(ac, dict) and "artist" in ac
|
||||||
|
]
|
||||||
|
|
||||||
|
return {
|
||||||
|
"album_title": title,
|
||||||
|
"primary_artist": primary_artist,
|
||||||
|
"all_artists": all_artists,
|
||||||
|
"mbid": release["id"],
|
||||||
|
"release_date": release.get(
|
||||||
|
"date"
|
||||||
|
), # May be partial (e.g., just year)
|
||||||
|
"release_group_mbid": release["release-group"]["id"],
|
||||||
|
}
|
||||||
|
|
||||||
|
return {}
|
||||||
|
|
||||||
|
except musicbrainzngs.WebServiceError as e:
|
||||||
|
print("MusicBrainz error:", e)
|
||||||
|
return {}
|
||||||
|
|
||||||
|
|
||||||
|
def get_recording_mbid_exact(
|
||||||
|
track_title: str, artist_name: str, album_name: str
|
||||||
|
) -> tuple[str, int]:
|
||||||
|
try:
|
||||||
|
result = musicbrainzngs.search_releases(
|
||||||
|
artist=artist_name, release=album_name, limit=1
|
||||||
|
)
|
||||||
|
releases = result.get("release-list", [])
|
||||||
|
if not releases:
|
||||||
|
raise Exception("No releases found")
|
||||||
|
|
||||||
|
release_id = releases[0]["id"]
|
||||||
|
|
||||||
|
release_data = musicbrainzngs.get_release_by_id(
|
||||||
|
release_id, includes=["recordings"]
|
||||||
|
)
|
||||||
|
tracks = release_data["release"]["medium-list"][0]["track-list"]
|
||||||
|
|
||||||
|
for track in tracks:
|
||||||
|
if track["recording"]["title"].lower() == track_title.lower():
|
||||||
|
return track["recording"]["id"], int(
|
||||||
|
track["recording"]["length"]
|
||||||
|
)
|
||||||
|
|
||||||
|
raise Exception("No recording found")
|
||||||
|
except musicbrainzngs.WebServiceError as e:
|
||||||
|
print(f"MusicBrainz error: {e}")
|
||||||
|
raise Exception(e)
|
||||||
|
|
||||||
|
|
||||||
|
def get_artist_metadata_extended(artist_name, strict=True):
|
||||||
|
"""
|
||||||
|
Fetch artist metadata including MBID, name, origin, tags, and description.
|
||||||
|
|
||||||
|
:param artist_name: The artist's name
|
||||||
|
:param strict: If True, only return exact name match
|
||||||
|
:return: dict with metadata, or None if not found
|
||||||
|
"""
|
||||||
|
try:
|
||||||
|
# Step 1: Search for artist
|
||||||
|
search_results = musicbrainzngs.search_artists(
|
||||||
|
artist=artist_name, limit=5
|
||||||
|
)
|
||||||
|
for artist in search_results.get("artist-list", []):
|
||||||
|
if not strict or artist["name"].lower() == artist_name.lower():
|
||||||
|
mbid = artist["id"]
|
||||||
|
|
||||||
|
# Step 2: Get detailed info about the artist
|
||||||
|
details = musicbrainzngs.get_artist_by_id(
|
||||||
|
mbid, includes=["tags", "url-rels"]
|
||||||
|
)["artist"]
|
||||||
|
|
||||||
|
begin_date = details.get("life-span", {}).get("begin")
|
||||||
|
area = details.get("area", {}).get("name")
|
||||||
|
disambiguation = details.get("disambiguation")
|
||||||
|
tags = [t["name"] for t in details.get("tag-list", [])]
|
||||||
|
|
||||||
|
# Step 3: Try to find a Wikipedia or Wikidata link
|
||||||
|
description_url = None
|
||||||
|
for rel in details.get("url-relation-list", []):
|
||||||
|
if rel["type"] == "wikipedia":
|
||||||
|
description_url = rel["target"]
|
||||||
|
break
|
||||||
|
elif rel["type"] == "wikidata":
|
||||||
|
description_url = rel["target"]
|
||||||
|
|
||||||
|
return {
|
||||||
|
"mbid": mbid,
|
||||||
|
"name": details["name"],
|
||||||
|
"disambiguation": disambiguation,
|
||||||
|
"begin_date": begin_date,
|
||||||
|
"area": area,
|
||||||
|
"tags": tags,
|
||||||
|
"description_url": description_url, # user can fetch summary if needed
|
||||||
|
}
|
||||||
|
|
||||||
|
return None
|
||||||
|
except musicbrainzngs.WebServiceError as e:
|
||||||
|
print("MusicBrainz error:", e)
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
def get_artist_metadata_brief(artist_id):
|
||||||
|
"""Fetch basic artist metadata by MBID."""
|
||||||
|
try:
|
||||||
|
details = musicbrainzngs.get_artist_by_id(
|
||||||
|
artist_id, includes=["tags", "aliases", "url-rels"]
|
||||||
|
)["artist"]
|
||||||
|
|
||||||
|
begin_date = details.get("life-span", {}).get("begin")
|
||||||
|
area = details.get("area", {}).get("name")
|
||||||
|
disambiguation = details.get("disambiguation")
|
||||||
|
tags = [t["name"] for t in details.get("tag-list", [])]
|
||||||
|
|
||||||
|
description_url = None
|
||||||
|
for rel in details.get("url-relation-list", []):
|
||||||
|
if rel["type"] == "wikipedia":
|
||||||
|
description_url = rel["target"]
|
||||||
|
break
|
||||||
|
elif rel["type"] == "wikidata" and not description_url:
|
||||||
|
description_url = rel["target"]
|
||||||
|
|
||||||
|
return {
|
||||||
|
"mbid": artist_id,
|
||||||
|
"name": details["name"],
|
||||||
|
"disambiguation": disambiguation,
|
||||||
|
"begin_date": begin_date,
|
||||||
|
"area": area,
|
||||||
|
"tags": tags,
|
||||||
|
"description_url": description_url,
|
||||||
|
}
|
||||||
|
|
||||||
|
except musicbrainzngs.WebServiceError as e:
|
||||||
|
print("MusicBrainz error (artist lookup):", e)
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
def parse_date(date_str):
|
||||||
|
"""Parse MusicBrainz date format into sortable datetime object."""
|
||||||
|
if not date_str:
|
||||||
|
return None
|
||||||
|
for fmt in ("%Y-%m-%d", "%Y-%m", "%Y"):
|
||||||
|
try:
|
||||||
|
return datetime.strptime(date_str, fmt)
|
||||||
|
except ValueError:
|
||||||
|
continue
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
def get_album_metadata_with_artist(album_name, artist_name, strict=True):
|
||||||
|
"""
|
||||||
|
Get metadata for the earliest release of an album and its primary artist.
|
||||||
|
|
||||||
|
:param album_name: Album title
|
||||||
|
:param artist_name: Name of the artist
|
||||||
|
:param strict: If True, enforce exact match for album and artist
|
||||||
|
:return: dict with album and primary artist metadata
|
||||||
|
"""
|
||||||
|
try:
|
||||||
|
result = musicbrainzngs.search_releases(
|
||||||
|
release=album_name, artist=artist_name, limit=100
|
||||||
|
)
|
||||||
|
|
||||||
|
query_album = album_name.strip().casefold()
|
||||||
|
query_artist = artist_name.strip().casefold()
|
||||||
|
|
||||||
|
valid_releases = []
|
||||||
|
for release in result.get("release-list", []):
|
||||||
|
release_title = release["title"].strip()
|
||||||
|
primary_artist = release["artist-credit"][0]["artist"]
|
||||||
|
artist_name_actual = primary_artist["name"].strip()
|
||||||
|
|
||||||
|
if strict:
|
||||||
|
if release_title.casefold() != query_album:
|
||||||
|
continue
|
||||||
|
if artist_name_actual.casefold() != query_artist:
|
||||||
|
continue
|
||||||
|
|
||||||
|
release_date = parse_date(release.get("date"))
|
||||||
|
valid_releases.append((release, release_date))
|
||||||
|
|
||||||
|
if not valid_releases:
|
||||||
|
return None
|
||||||
|
|
||||||
|
# Sort releases by earliest release date
|
||||||
|
valid_releases.sort(key=lambda x: x[1] or datetime.max)
|
||||||
|
release, _ = valid_releases[0]
|
||||||
|
|
||||||
|
primary_artist = release["artist-credit"][0]["artist"]
|
||||||
|
all_artists = [
|
||||||
|
ac["artist"]["name"]
|
||||||
|
for ac in release["artist-credit"]
|
||||||
|
if "artist" in ac
|
||||||
|
]
|
||||||
|
|
||||||
|
artist_metadata = get_artist_metadata_brief(primary_artist["id"])
|
||||||
|
|
||||||
|
return {
|
||||||
|
"album_title": release["title"],
|
||||||
|
"primary_artist_name": primary_artist["name"],
|
||||||
|
"all_artists": all_artists,
|
||||||
|
"mbid": release["id"],
|
||||||
|
"release_group_mbid": release["release-group"]["id"],
|
||||||
|
"release_date": release.get("date"),
|
||||||
|
"primary_artist": artist_metadata,
|
||||||
|
}
|
||||||
|
|
||||||
|
except musicbrainzngs.WebServiceError as e:
|
||||||
|
print("MusicBrainz error (album lookup):", e)
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
def get_artist_metadata_brief(artist_id):
|
||||||
|
try:
|
||||||
|
details = musicbrainzngs.get_artist_by_id(
|
||||||
|
artist_id, includes=["tags", "aliases", "url-rels"]
|
||||||
|
)["artist"]
|
||||||
|
|
||||||
|
begin_date = details.get("life-span", {}).get("begin")
|
||||||
|
area = details.get("area", {}).get("name")
|
||||||
|
disambiguation = details.get("disambiguation")
|
||||||
|
tags = [t["name"] for t in details.get("tag-list", [])]
|
||||||
|
|
||||||
|
description_url = None
|
||||||
|
for rel in details.get("url-relation-list", []):
|
||||||
|
if rel["type"] == "wikipedia":
|
||||||
|
description_url = rel["target"]
|
||||||
|
break
|
||||||
|
elif rel["type"] == "wikidata" and not description_url:
|
||||||
|
description_url = rel["target"]
|
||||||
|
|
||||||
|
return {
|
||||||
|
"mbid": artist_id,
|
||||||
|
"name": details["name"],
|
||||||
|
"disambiguation": disambiguation,
|
||||||
|
"begin_date": begin_date,
|
||||||
|
"area": area,
|
||||||
|
"tags": tags,
|
||||||
|
"description_url": description_url,
|
||||||
|
}
|
||||||
|
|
||||||
|
except musicbrainzngs.WebServiceError as e:
|
||||||
|
print("MusicBrainz error (artist lookup):", e)
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
def get_track_metadata_with_artist(track_title, artist_name, strict=True):
|
||||||
|
"""
|
||||||
|
Get metadata for the earliest-known recording of a track, including artist info.
|
||||||
|
|
||||||
|
:param track_title: Track title
|
||||||
|
:param artist_name: Artist name
|
||||||
|
:param strict: If True, match exactly (case-insensitive)
|
||||||
|
:return: dict with track + release + artist metadata
|
||||||
|
"""
|
||||||
|
try:
|
||||||
|
result = musicbrainzngs.search_recordings(
|
||||||
|
recording=track_title, artist=artist_name, limit=100
|
||||||
|
)
|
||||||
|
|
||||||
|
query_track = track_title.strip().casefold()
|
||||||
|
query_artist = artist_name.strip().casefold()
|
||||||
|
|
||||||
|
valid_candidates = []
|
||||||
|
|
||||||
|
for recording in result.get("recording-list", []):
|
||||||
|
rec_title = recording["title"].strip()
|
||||||
|
artist_credit = recording["artist-credit"][0]["artist"]
|
||||||
|
artist_name_actual = artist_credit["name"].strip()
|
||||||
|
|
||||||
|
if strict:
|
||||||
|
if rec_title.casefold() != query_track:
|
||||||
|
continue
|
||||||
|
if artist_name_actual.casefold() != query_artist:
|
||||||
|
continue
|
||||||
|
|
||||||
|
if "release-list" not in recording:
|
||||||
|
continue
|
||||||
|
|
||||||
|
for release in recording["release-list"]:
|
||||||
|
release_date = parse_date(release.get("date"))
|
||||||
|
if release_date:
|
||||||
|
valid_candidates.append(
|
||||||
|
(recording["id"], release, release_date)
|
||||||
|
)
|
||||||
|
|
||||||
|
if not valid_candidates:
|
||||||
|
return None
|
||||||
|
|
||||||
|
# Pick the earliest release
|
||||||
|
valid_candidates.sort(key=lambda x: x[2])
|
||||||
|
recording_id, release, _ = valid_candidates[0]
|
||||||
|
|
||||||
|
# Fetch full recording info
|
||||||
|
full_recording = musicbrainzngs.get_recording_by_id(
|
||||||
|
recording_id, includes=["artists", "releases"]
|
||||||
|
)["recording"]
|
||||||
|
|
||||||
|
primary_artist = full_recording["artist-credit"][0]["artist"]
|
||||||
|
all_artists = [
|
||||||
|
ac["artist"]["name"]
|
||||||
|
for ac in full_recording["artist-credit"]
|
||||||
|
if "artist" in ac
|
||||||
|
]
|
||||||
|
artist_metadata = get_artist_metadata_brief(primary_artist["id"])
|
||||||
|
|
||||||
|
return {
|
||||||
|
"track_title": full_recording["title"],
|
||||||
|
"length_ms": full_recording.get("length"),
|
||||||
|
"recording_mbid": recording_id,
|
||||||
|
"release_title": release["title"],
|
||||||
|
"release_date": release.get("date"),
|
||||||
|
"release_group_mbid": release["release-group"]["id"],
|
||||||
|
"primary_artist_name": primary_artist["name"],
|
||||||
|
"all_artists": all_artists,
|
||||||
|
"primary_artist": artist_metadata,
|
||||||
|
}
|
||||||
|
|
||||||
|
except musicbrainzngs.WebServiceError as e:
|
||||||
|
print("MusicBrainz error (track lookup):", e)
|
||||||
|
return None
|
||||||
|
|||||||
@ -1,184 +1,113 @@
|
|||||||
import logging
|
import logging
|
||||||
import re
|
import re
|
||||||
from typing import Optional
|
|
||||||
|
|
||||||
from music.musicbrainz import (
|
from django.db import IntegrityError, models, transaction
|
||||||
lookup_album_dict_from_mb,
|
|
||||||
lookup_artist_from_mb,
|
|
||||||
lookup_track_from_mb,
|
|
||||||
)
|
|
||||||
from music.constants import VARIOUS_ARTIST_DICT
|
from music.constants import VARIOUS_ARTIST_DICT
|
||||||
from scrobbles.utils import convert_to_seconds
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
from music.models import Album, Artist, Track
|
|
||||||
|
|
||||||
|
|
||||||
def clean_artist_name(name: str) -> str:
|
def clean_artist_name(name: str) -> str:
|
||||||
"""Remove featured names from artist string."""
|
"""Remove featured names from artist string."""
|
||||||
if "feat." in name.lower():
|
if " feat. " in name.lower():
|
||||||
name = re.split("feat.", name, flags=re.IGNORECASE)[0].strip()
|
name = re.split(" feat. ", name, flags=re.IGNORECASE)[0].strip()
|
||||||
if "featuring" in name.lower():
|
if " w. " in name.lower():
|
||||||
name = re.split("featuring", name, flags=re.IGNORECASE)[0].strip()
|
name = re.split(" w. ", name, flags=re.IGNORECASE)[0].strip()
|
||||||
if "&" in name.lower():
|
if " featuring " in name.lower():
|
||||||
name = re.split("&", name, flags=re.IGNORECASE)[0].strip()
|
name = re.split(" featuring ", name, flags=re.IGNORECASE)[0].strip()
|
||||||
|
# if " & " in name.lower() and "of the wand" not in name.lower():
|
||||||
|
# name = re.split("&", name, flags=re.IGNORECASE)[0].strip()
|
||||||
|
|
||||||
return name
|
return name
|
||||||
|
|
||||||
|
|
||||||
# TODO These are depreacted, remove them eventually
|
def get_or_create_various_artists() -> "Artist":
|
||||||
def get_or_create_artist(name: str, mbid: str = "") -> Artist:
|
from music.models import Artist
|
||||||
"""Get an Artist object from the database.
|
|
||||||
|
|
||||||
Check if an artist with this name or Musicbrainz ID already exists.
|
|
||||||
Otherwise, go lookup artist data from Musicbrainz and create one.
|
|
||||||
|
|
||||||
"""
|
|
||||||
artist = None
|
|
||||||
name = clean_artist_name(name)
|
|
||||||
|
|
||||||
# Check for name/mbid combo, just mbid and then just name
|
|
||||||
artist = Artist.objects.filter(name=name, mbid=mbid).first()
|
|
||||||
if not artist:
|
|
||||||
artist = Artist.objects.filter(musicbrainz_id=mbid).first()
|
|
||||||
if not artist:
|
|
||||||
artist = Artist.objects.filter(name=name).first()
|
|
||||||
|
|
||||||
# Does not exist, look it up from Musicbrainz
|
|
||||||
if not artist:
|
|
||||||
artist_dict = lookup_artist_from_mb(name)
|
|
||||||
mbid = mbid or artist_dict.get("id", "")
|
|
||||||
|
|
||||||
if mbid:
|
|
||||||
artist = Artist.objects.filter(musicbrainz_id=mbid).first()
|
|
||||||
|
|
||||||
if not artist:
|
|
||||||
artist = Artist.objects.create(name=name, musicbrainz_id=mbid)
|
|
||||||
# TODO maybe this should be spun off into an async task?
|
|
||||||
artist.fix_metadata()
|
|
||||||
|
|
||||||
return artist
|
|
||||||
|
|
||||||
|
|
||||||
# TODO These are depreacted, remove them eventually
|
|
||||||
def get_or_create_album(
|
|
||||||
name: str, artist: Artist, mbid: str = None
|
|
||||||
) -> Optional[Album]:
|
|
||||||
album = None
|
|
||||||
album_dict = lookup_album_dict_from_mb(name, artist_name=artist.name)
|
|
||||||
|
|
||||||
name = name or album_dict.get("title", None)
|
|
||||||
if not name:
|
|
||||||
logger.debug(
|
|
||||||
f"Cannot get or create album by {artist} with no name ({name})"
|
|
||||||
)
|
|
||||||
return
|
|
||||||
|
|
||||||
album = Album.objects.filter(
|
|
||||||
musicbrainz_id=mbid, name=name, artists__in=[artist]
|
|
||||||
).first()
|
|
||||||
|
|
||||||
if not album:
|
|
||||||
mbid_group = album_dict.get("mb_group_id")
|
|
||||||
album = Album.objects.filter(
|
|
||||||
musicbrainz_releasegroup_id=mbid_group
|
|
||||||
).first()
|
|
||||||
|
|
||||||
if not album and name:
|
|
||||||
mbid = mbid or album_dict["mb_id"]
|
|
||||||
album, album_created = Album.objects.get_or_create(musicbrainz_id=mbid)
|
|
||||||
if album_created:
|
|
||||||
album.name = name
|
|
||||||
album.year = album_dict["year"]
|
|
||||||
album.musicbrainz_releasegroup_id = album_dict["mb_group_id"]
|
|
||||||
album.musicbrainz_albumartist_id = artist.musicbrainz_id
|
|
||||||
album.save(
|
|
||||||
update_fields=[
|
|
||||||
"name",
|
|
||||||
"musicbrainz_id",
|
|
||||||
"year",
|
|
||||||
"musicbrainz_releasegroup_id",
|
|
||||||
"musicbrainz_albumartist_id",
|
|
||||||
]
|
|
||||||
)
|
|
||||||
album.artists.add(artist)
|
|
||||||
album.fix_album_artist()
|
|
||||||
album.fetch_artwork()
|
|
||||||
album.scrape_allmusic()
|
|
||||||
|
|
||||||
if not album:
|
|
||||||
logger.warn(f"No album found for {name} and {mbid}")
|
|
||||||
|
|
||||||
album.fix_album_artist()
|
|
||||||
return album
|
|
||||||
|
|
||||||
|
|
||||||
# TODO These are depreacted, remove them eventually
|
|
||||||
def get_or_create_track(post_data: dict, post_keys: dict) -> Track:
|
|
||||||
try:
|
|
||||||
track_run_time_seconds = int(
|
|
||||||
post_data.get(post_keys.get("RUN_TIME"), 0)
|
|
||||||
)
|
|
||||||
except ValueError: # Sometimes we get run time as a string like "01:35"
|
|
||||||
track_run_time_seconds = convert_to_seconds(
|
|
||||||
post_data.get(post_keys.get("RUN_TIME"), 0)
|
|
||||||
)
|
|
||||||
|
|
||||||
artist_name = post_data.get(post_keys.get("ARTIST_NAME"), "")
|
|
||||||
artist_mb_id = post_data.get(post_keys.get("ARTIST_MB_ID"), "")
|
|
||||||
album_title = post_data.get(post_keys.get("ALBUM_NAME"), "")
|
|
||||||
album_mb_id = post_data.get(post_keys.get("ALBUM_MB_ID"), "")
|
|
||||||
track_title = post_data.get(post_keys.get("TRACK_TITLE"), "")
|
|
||||||
track_mb_id = post_data.get(post_keys.get("TRACK_MB_ID"), "")
|
|
||||||
|
|
||||||
artist = Artist.find_or_create(artist_name, artist_mb_id)
|
|
||||||
album = None
|
|
||||||
# We may get no album ID or title, in which case, skip
|
|
||||||
if album_mb_id or album_title:
|
|
||||||
album = Album.find_or_create(
|
|
||||||
album_title, str(artist.name), album_mb_id
|
|
||||||
)
|
|
||||||
|
|
||||||
track = None
|
|
||||||
if not track_mb_id and album:
|
|
||||||
try:
|
|
||||||
track_mb_id = lookup_track_from_mb(
|
|
||||||
track_title,
|
|
||||||
artist.musicbrainz_id,
|
|
||||||
album.musicbrainz_id,
|
|
||||||
).get("id", 0)
|
|
||||||
except TypeError:
|
|
||||||
pass
|
|
||||||
|
|
||||||
if not track_title and not track_mb_id:
|
|
||||||
logger.info(
|
|
||||||
"Cannot find track without either title or MB ID",
|
|
||||||
extra={"post_data": post_data},
|
|
||||||
)
|
|
||||||
return
|
|
||||||
|
|
||||||
if track_mb_id:
|
|
||||||
track = Track.objects.filter(musicbrainz_id=track_mb_id).first()
|
|
||||||
|
|
||||||
if not track and track_title:
|
|
||||||
track = Track.objects.filter(title=track_title, artist=artist).first()
|
|
||||||
|
|
||||||
if not track:
|
|
||||||
track = Track.objects.create(
|
|
||||||
title=track_title,
|
|
||||||
artist=artist,
|
|
||||||
album=album,
|
|
||||||
musicbrainz_id=track_mb_id,
|
|
||||||
run_time_seconds=track_run_time_seconds,
|
|
||||||
)
|
|
||||||
return track
|
|
||||||
|
|
||||||
|
|
||||||
def get_or_create_various_artists() -> Artist:
|
|
||||||
artist = Artist.objects.filter(name="Various Artists").first()
|
artist = Artist.objects.filter(name="Various Artists").first()
|
||||||
if not artist:
|
if not artist:
|
||||||
artist = Artist.objects.create(**VARIOUS_ARTIST_DICT)
|
artist = Artist.objects.create(**VARIOUS_ARTIST_DICT)
|
||||||
logger.info("Created Various Artists placeholder")
|
logger.info("Created Various Artists placeholder")
|
||||||
return artist
|
return artist
|
||||||
|
|
||||||
|
|
||||||
|
def deduplicate_tracks(commit=False) -> int:
|
||||||
|
from music.models import Track
|
||||||
|
|
||||||
|
duplicates = (
|
||||||
|
Track.objects.values("artist", "title")
|
||||||
|
.annotate(dup_count=models.Count("id"))
|
||||||
|
.filter(dup_count__gt=1)
|
||||||
|
)
|
||||||
|
|
||||||
|
query = models.Q()
|
||||||
|
for dup in duplicates:
|
||||||
|
query |= models.Q(artist=dup["artist"], title=dup["title"])
|
||||||
|
|
||||||
|
duplicate_tracks = Track.objects.filter(query)
|
||||||
|
|
||||||
|
for b in duplicate_tracks:
|
||||||
|
tracks = Track.objects.filter(artist=b.artist, title=b.title)
|
||||||
|
first = tracks.first()
|
||||||
|
for other in tracks.exclude(id=first.id):
|
||||||
|
print("Moving scrobbles for", other.id, " to ", first.id)
|
||||||
|
if commit:
|
||||||
|
with transaction.atomic():
|
||||||
|
other.scrobble_set.update(track=first)
|
||||||
|
print("deleting ", other.id, " - ", other)
|
||||||
|
try:
|
||||||
|
other.delete()
|
||||||
|
except IntegrityError as e:
|
||||||
|
print(
|
||||||
|
"could not delete ",
|
||||||
|
other.id,
|
||||||
|
f": IntegrityError {e}",
|
||||||
|
)
|
||||||
|
return len(duplicate_tracks)
|
||||||
|
|
||||||
|
|
||||||
|
def condense_albums(commit: bool = False):
|
||||||
|
from music.models import Track
|
||||||
|
from scrobbles.models import Scrobble
|
||||||
|
|
||||||
|
processed_ids = []
|
||||||
|
for track in Track.objects.all():
|
||||||
|
albums_to_add = []
|
||||||
|
duplicates = (
|
||||||
|
Track.objects.filter(title=track.title, artist=track.artist)
|
||||||
|
.exclude(id=track.id)
|
||||||
|
.exclude(id__in=processed_ids)
|
||||||
|
)
|
||||||
|
|
||||||
|
if commit and track.album:
|
||||||
|
albums_to_add.append(track.album)
|
||||||
|
|
||||||
|
for dup_track in duplicates:
|
||||||
|
logger.info(f"Adding {dup_track.album} to {track} albums")
|
||||||
|
if commit and dup_track.album:
|
||||||
|
track.albums.add(dup_track.album)
|
||||||
|
|
||||||
|
# Find out if this track appears more than once
|
||||||
|
duplicates = Track.objects.filter(
|
||||||
|
title=track.title, artist=track.artist
|
||||||
|
)
|
||||||
|
if duplicates.count() > 1:
|
||||||
|
logger.info(f"Track appears more than once, condensing: {track}")
|
||||||
|
|
||||||
|
albums_to_add.extend([d.album for d in duplicates])
|
||||||
|
# Find all scrobbles
|
||||||
|
duplicate_ids = duplicates.values_list("id", flat=True)
|
||||||
|
scrobbles = Scrobble.objects.filter(track_id__in=duplicate_ids)
|
||||||
|
logger.info(
|
||||||
|
f"Found {scrobbles.count()} scrobbles to merge onto {track}"
|
||||||
|
)
|
||||||
|
if commit:
|
||||||
|
scrobbles.update(track=track)
|
||||||
|
track.albums.add(*list(set(albums_to_add)))
|
||||||
|
|
||||||
|
processed_ids.extend(duplicate_ids)
|
||||||
|
|
||||||
|
if commit:
|
||||||
|
Track.objects.filter(scrobble__isnull=True).delete()
|
||||||
|
|
||||||
|
return len(set(processed_ids))
|
||||||
|
|||||||
0
vrobbler/apps/people/__init__.py
Normal file
0
vrobbler/apps/people/__init__.py
Normal file
10
vrobbler/apps/people/admin.py
Normal file
10
vrobbler/apps/people/admin.py
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
from django.contrib import admin
|
||||||
|
from people.models import Person
|
||||||
|
|
||||||
|
|
||||||
|
@admin.register(Person)
|
||||||
|
class PersonAdmin(admin.ModelAdmin):
|
||||||
|
date_hierarchy = "created"
|
||||||
|
list_display = ("name", "bgg_username", "bgstats_id")
|
||||||
|
ordering = ("-created",)
|
||||||
|
search_fields = ("name",)
|
||||||
74
vrobbler/apps/people/migrations/0001_initial.py
Normal file
74
vrobbler/apps/people/migrations/0001_initial.py
Normal file
@ -0,0 +1,74 @@
|
|||||||
|
# Generated by Django 4.2.19 on 2025-07-02 14:59
|
||||||
|
|
||||||
|
from django.conf import settings
|
||||||
|
from django.db import migrations, models
|
||||||
|
import django.db.models.deletion
|
||||||
|
import django_extensions.db.fields
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
initial = True
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.CreateModel(
|
||||||
|
name="Person",
|
||||||
|
fields=[
|
||||||
|
(
|
||||||
|
"id",
|
||||||
|
models.BigAutoField(
|
||||||
|
auto_created=True,
|
||||||
|
primary_key=True,
|
||||||
|
serialize=False,
|
||||||
|
verbose_name="ID",
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"created",
|
||||||
|
django_extensions.db.fields.CreationDateTimeField(
|
||||||
|
auto_now_add=True, verbose_name="created"
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"modified",
|
||||||
|
django_extensions.db.fields.ModificationDateTimeField(
|
||||||
|
auto_now=True, verbose_name="modified"
|
||||||
|
),
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"name",
|
||||||
|
models.CharField(blank=True, max_length=100, null=True),
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"bgstat_id",
|
||||||
|
models.CharField(blank=True, max_length=100, null=True),
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"bgg_username",
|
||||||
|
models.CharField(blank=True, max_length=100, null=True),
|
||||||
|
),
|
||||||
|
(
|
||||||
|
"lichess_username",
|
||||||
|
models.CharField(blank=True, max_length=100, null=True),
|
||||||
|
),
|
||||||
|
("bio", models.TextField(blank=True, null=True)),
|
||||||
|
(
|
||||||
|
"user",
|
||||||
|
models.ForeignKey(
|
||||||
|
blank=True,
|
||||||
|
null=True,
|
||||||
|
on_delete=django.db.models.deletion.DO_NOTHING,
|
||||||
|
to=settings.AUTH_USER_MODEL,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
],
|
||||||
|
options={
|
||||||
|
"get_latest_by": "modified",
|
||||||
|
"abstract": False,
|
||||||
|
},
|
||||||
|
),
|
||||||
|
]
|
||||||
@ -0,0 +1,22 @@
|
|||||||
|
# Generated by Django 4.2.19 on 2025-07-03 02:25
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("people", "0001_initial"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name="person",
|
||||||
|
name="bgstat_id",
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="person",
|
||||||
|
name="bgstats_id",
|
||||||
|
field=models.UUIDField(blank=True, null=True),
|
||||||
|
),
|
||||||
|
]
|
||||||
0
vrobbler/apps/people/migrations/__init__.py
Normal file
0
vrobbler/apps/people/migrations/__init__.py
Normal file
20
vrobbler/apps/people/models.py
Normal file
20
vrobbler/apps/people/models.py
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
from django.contrib.auth import get_user_model
|
||||||
|
from django.db import models
|
||||||
|
from django_extensions.db.models import TimeStampedModel
|
||||||
|
|
||||||
|
User = get_user_model()
|
||||||
|
BNULL = {"blank": True, "null": True}
|
||||||
|
|
||||||
|
|
||||||
|
class Person(TimeStampedModel):
|
||||||
|
"""A non-system user model that can be optionally associated with a User."""
|
||||||
|
|
||||||
|
user = models.ForeignKey(User, on_delete=models.DO_NOTHING, **BNULL)
|
||||||
|
name = models.CharField(max_length=100, **BNULL)
|
||||||
|
bgstats_id = models.UUIDField(**BNULL)
|
||||||
|
bgg_username = models.CharField(max_length=100, **BNULL)
|
||||||
|
lichess_username = models.CharField(max_length=100, **BNULL)
|
||||||
|
bio = models.TextField(**BNULL)
|
||||||
|
|
||||||
|
def __str__(self):
|
||||||
|
return self.name
|
||||||
@ -1,6 +1,7 @@
|
|||||||
from django.views import generic
|
from django.views import generic
|
||||||
from podcasts.models import Podcast
|
from podcasts.models import Podcast
|
||||||
|
|
||||||
|
from scrobbles.views import ScrobbleableListView, ScrobbleableDetailView
|
||||||
|
|
||||||
class PodcastListView(generic.ListView):
|
class PodcastListView(generic.ListView):
|
||||||
model = Podcast
|
model = Podcast
|
||||||
|
|||||||
@ -7,10 +7,13 @@ from profiles.models import UserProfile
|
|||||||
class UserProfileAdmin(admin.ModelAdmin):
|
class UserProfileAdmin(admin.ModelAdmin):
|
||||||
date_hierarchy = "created"
|
date_hierarchy = "created"
|
||||||
ordering = ("-created",)
|
ordering = ("-created",)
|
||||||
|
readonly_fields = ("timezone_change_log",)
|
||||||
exclude = (
|
exclude = (
|
||||||
"twitch_token",
|
"twitch_token",
|
||||||
"twitch_client_secret",
|
"twitch_client_secret",
|
||||||
"lastfm_password",
|
"lastfm_password",
|
||||||
|
"webdav_pass",
|
||||||
|
"imap_pass",
|
||||||
"archivebox_password",
|
"archivebox_password",
|
||||||
"todoist_auth_key",
|
"todoist_auth_key",
|
||||||
"todoist_state",
|
"todoist_state",
|
||||||
|
|||||||
@ -0,0 +1,39 @@
|
|||||||
|
# Generated by Django 4.2.19 on 2025-07-02 14:54
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
import encrypted_field.fields
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
("profiles", "0023_alter_userprofile_timezone"),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="userprofile",
|
||||||
|
name="bgstat_id",
|
||||||
|
field=models.CharField(blank=True, max_length=255, null=True),
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="userprofile",
|
||||||
|
name="imap_auto_import",
|
||||||
|
field=models.BooleanField(default=False),
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="userprofile",
|
||||||
|
name="imap_pass",
|
||||||
|
field=encrypted_field.fields.EncryptedField(blank=True, null=True),
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="userprofile",
|
||||||
|
name="imap_url",
|
||||||
|
field=models.CharField(blank=True, max_length=255, null=True),
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name="userprofile",
|
||||||
|
name="imap_user",
|
||||||
|
field=models.CharField(blank=True, max_length=255, null=True),
|
||||||
|
),
|
||||||
|
]
|
||||||
@ -0,0 +1,21 @@
|
|||||||
|
# Generated by Django 4.2.19 on 2025-07-03 02:28
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
(
|
||||||
|
"profiles",
|
||||||
|
"0024_userprofile_bgstat_id_userprofile_imap_auto_import_and_more",
|
||||||
|
),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.RenameField(
|
||||||
|
model_name="userprofile",
|
||||||
|
old_name="bgstat_id",
|
||||||
|
new_name="bgstats_id",
|
||||||
|
),
|
||||||
|
]
|
||||||
@ -0,0 +1,18 @@
|
|||||||
|
# Generated by Django 4.2.19 on 2025-07-11 22:24
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('profiles', '0025_rename_bgstat_id_userprofile_bgstats_id'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='userprofile',
|
||||||
|
name='timezone_change_log',
|
||||||
|
field=models.TextField(blank=True, null=True),
|
||||||
|
),
|
||||||
|
]
|
||||||
@ -0,0 +1,23 @@
|
|||||||
|
# Generated by Django 4.2.19 on 2025-07-30 22:27
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('profiles', '0026_userprofile_timezone_change_log'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='userprofile',
|
||||||
|
name='mood_checkin_enabled',
|
||||||
|
field=models.BooleanField(default=False),
|
||||||
|
),
|
||||||
|
migrations.AddField(
|
||||||
|
model_name='userprofile',
|
||||||
|
name='mood_checkin_frequency',
|
||||||
|
field=models.CharField(default='hourly', max_length=20),
|
||||||
|
),
|
||||||
|
]
|
||||||
@ -1,4 +1,7 @@
|
|||||||
import pytz
|
from zoneinfo import ZoneInfo
|
||||||
|
import pendulum
|
||||||
|
from django.utils import timezone
|
||||||
|
import logging
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
from django.db import models
|
from django.db import models
|
||||||
@ -10,6 +13,8 @@ from profiles.constants import PRETTY_TIMEZONE_CHOICES
|
|||||||
User = get_user_model()
|
User = get_user_model()
|
||||||
BNULL = {"blank": True, "null": True}
|
BNULL = {"blank": True, "null": True}
|
||||||
|
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class UserProfile(TimeStampedModel):
|
class UserProfile(TimeStampedModel):
|
||||||
user = models.OneToOneField(
|
user = models.OneToOneField(
|
||||||
@ -18,6 +23,7 @@ class UserProfile(TimeStampedModel):
|
|||||||
timezone = models.CharField(
|
timezone = models.CharField(
|
||||||
max_length=255, choices=PRETTY_TIMEZONE_CHOICES, default="UTC"
|
max_length=255, choices=PRETTY_TIMEZONE_CHOICES, default="UTC"
|
||||||
)
|
)
|
||||||
|
timezone_change_log = models.TextField(**BNULL)
|
||||||
lastfm_username = models.CharField(max_length=255, **BNULL)
|
lastfm_username = models.CharField(max_length=255, **BNULL)
|
||||||
lastfm_password = EncryptedField(**BNULL)
|
lastfm_password = EncryptedField(**BNULL)
|
||||||
lastfm_auto_import = models.BooleanField(default=False)
|
lastfm_auto_import = models.BooleanField(default=False)
|
||||||
@ -31,6 +37,7 @@ class UserProfile(TimeStampedModel):
|
|||||||
|
|
||||||
task_context_tags_str = models.CharField(max_length=255, **BNULL)
|
task_context_tags_str = models.CharField(max_length=255, **BNULL)
|
||||||
|
|
||||||
|
bgstats_id = models.CharField(max_length=255, **BNULL)
|
||||||
bgg_username = models.CharField(max_length=255, **BNULL)
|
bgg_username = models.CharField(max_length=255, **BNULL)
|
||||||
lichess_username = models.CharField(max_length=255, **BNULL)
|
lichess_username = models.CharField(max_length=255, **BNULL)
|
||||||
|
|
||||||
@ -43,6 +50,14 @@ class UserProfile(TimeStampedModel):
|
|||||||
webdav_pass = EncryptedField(**BNULL)
|
webdav_pass = EncryptedField(**BNULL)
|
||||||
webdav_auto_import = models.BooleanField(default=False)
|
webdav_auto_import = models.BooleanField(default=False)
|
||||||
|
|
||||||
|
imap_url = models.CharField(max_length=255, **BNULL)
|
||||||
|
imap_user = models.CharField(max_length=255, **BNULL)
|
||||||
|
imap_pass = EncryptedField(**BNULL)
|
||||||
|
imap_auto_import = models.BooleanField(default=False)
|
||||||
|
|
||||||
|
mood_checkin_enabled = models.BooleanField(default=False)
|
||||||
|
mood_checkin_frequency = models.CharField(max_length=20, default="hourly")
|
||||||
|
|
||||||
ntfy_url = models.CharField(max_length=255, **BNULL)
|
ntfy_url = models.CharField(max_length=255, **BNULL)
|
||||||
ntfy_enabled = models.BooleanField(default=False)
|
ntfy_enabled = models.BooleanField(default=False)
|
||||||
|
|
||||||
@ -53,16 +68,83 @@ class UserProfile(TimeStampedModel):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def tzinfo(self):
|
def tzinfo(self):
|
||||||
return pytz.timezone(self.timezone)
|
return ZoneInfo(self.timezone)
|
||||||
|
|
||||||
|
def save(self, *args, **kwargs):
|
||||||
|
if not self._state.adding:
|
||||||
|
old_instance = UserProfile.objects.get(pk=self.pk)
|
||||||
|
is_timezone_change = self.timezone != old_instance.timezone
|
||||||
|
if is_timezone_change:
|
||||||
|
logger.info(
|
||||||
|
"Updating timezone changelog for user",
|
||||||
|
extra={"profile_id": self.id},
|
||||||
|
)
|
||||||
|
previous_changes = old_instance.timezone_change_log
|
||||||
|
now = timezone.now().replace(microsecond=0)
|
||||||
|
new_log = f"{self.timezone} - {now}"
|
||||||
|
if previous_changes:
|
||||||
|
new_log = previous_changes + f"\n{new_log}"
|
||||||
|
self.timezone_change_log = new_log
|
||||||
|
super(UserProfile, self).save(*args, **kwargs)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def historic_timezone_changes(self) -> list:
|
||||||
|
"""Return a list of datetimes with timezones for the specific changed time"""
|
||||||
|
history = [pendulum.datetime(1900, 1, 1, 0, 0, 0, tz=self.tzinfo.key)]
|
||||||
|
if self.timezone_change_log:
|
||||||
|
for change in self.timezone_change_log.split("\n"):
|
||||||
|
if " - " in change:
|
||||||
|
tz, date = change.split(" - ")
|
||||||
|
history.append(pendulum.parse(date).in_timezone(tz))
|
||||||
|
return history
|
||||||
|
|
||||||
|
def get_timestamp_with_tz(self, timestamp):
|
||||||
|
timezone = self.tzinfo
|
||||||
|
if self.timezone_change_log:
|
||||||
|
change_list = self.historic_timezone_changes
|
||||||
|
for idx, start in enumerate(change_list):
|
||||||
|
try:
|
||||||
|
end = change_list[idx + 1]
|
||||||
|
except IndexError:
|
||||||
|
end = None
|
||||||
|
|
||||||
|
if end:
|
||||||
|
if start <= timestamp.replace(tzinfo=end.timezone) <= end:
|
||||||
|
timezone = start.timezone
|
||||||
|
else:
|
||||||
|
if start <= timestamp.replace(tzinfo=start.timezone):
|
||||||
|
timezone = start.timezone
|
||||||
|
|
||||||
|
return timestamp.replace(tzinfo=timezone)
|
||||||
|
|
||||||
|
def adjust_timezone_of_scrobbles(self, commit=False):
|
||||||
|
current_dt = None
|
||||||
|
scrobbles_to_change_qs_list = []
|
||||||
|
for boundry_dt in self.historic_timezone_changes:
|
||||||
|
if current_dt and boundry_dt:
|
||||||
|
logger.info(
|
||||||
|
f"Checking for scrobbles between {current_dt} and {boundry_dt} to update to {current_dt.tzinfo.name}"
|
||||||
|
)
|
||||||
|
scrobbles = self.user.scrobble_set.filter(
|
||||||
|
timestamp__gte=current_dt,
|
||||||
|
timestamp__lt=boundry_dt,
|
||||||
|
).exclude(timezone=current_dt.tzinfo.name)
|
||||||
|
scrobbles_to_change_qs_list.append(scrobbles)
|
||||||
|
logger.info(
|
||||||
|
f"Updating {scrobbles.count()} scrobble timezones to {current_dt.tzinfo.name}"
|
||||||
|
)
|
||||||
|
if commit:
|
||||||
|
scrobbles.update(timezone=current_dt.tzinfo.name)
|
||||||
|
|
||||||
|
current_dt = boundry_dt
|
||||||
|
return scrobbles_to_change_qs_list
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
def task_context_tags(self) -> list:
|
def task_context_tags(self) -> list[str]:
|
||||||
tag_list = [
|
tag_list = settings.DEFAULT_TASK_CONTEXT_TAGS
|
||||||
t.strip().capitalize()
|
tags = ""
|
||||||
for t in self.task_context_tags_str.split(",")
|
if self.task_context_tags_str:
|
||||||
]
|
tags = self.task_context_tags_str
|
||||||
|
tag_list = [t.strip().capitalize() for t in tags.split(",")]
|
||||||
if not tag_list:
|
|
||||||
tag_list = settings.DEFAULT_TASK_CONTEXT_TAG_LIST
|
|
||||||
|
|
||||||
return tag_list
|
return tag_list
|
||||||
|
|||||||
@ -1,9 +1,10 @@
|
|||||||
|
from datetime import datetime, timedelta
|
||||||
|
|
||||||
|
import pendulum
|
||||||
import pytz
|
import pytz
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
import calendar
|
|
||||||
|
|
||||||
from datetime import datetime, timedelta
|
|
||||||
|
|
||||||
# need to translate to a non-naive timezone, even if timezone == settings.TIME_ZONE, so we can compare two dates
|
# need to translate to a non-naive timezone, even if timezone == settings.TIME_ZONE, so we can compare two dates
|
||||||
def to_user_timezone(date, profile):
|
def to_user_timezone(date, profile):
|
||||||
@ -56,3 +57,42 @@ def end_of_month(dt, profile) -> datetime:
|
|||||||
|
|
||||||
def start_of_year(dt, profile) -> datetime:
|
def start_of_year(dt, profile) -> datetime:
|
||||||
return start_of_day(dt, profile).replace(month=1, day=1)
|
return start_of_day(dt, profile).replace(month=1, day=1)
|
||||||
|
|
||||||
|
|
||||||
|
def fix_profile_historic_timezones(profile):
|
||||||
|
home_tz = "America/New_York"
|
||||||
|
|
||||||
|
europe = "2023-10-15 06:00:00"
|
||||||
|
europe_end = "2023-12-16 12:00:00"
|
||||||
|
europe_tz = "Europe/Paris"
|
||||||
|
|
||||||
|
washington = "2024-04-28 06:00:00"
|
||||||
|
washington_end = "2024-05-04 12:00:00"
|
||||||
|
washington_tz = "America/Los_Angeles"
|
||||||
|
|
||||||
|
camp = "2024-08-04 17:00:00"
|
||||||
|
camp_end = "2024-08-10 12:00:00"
|
||||||
|
camp_tz = "America/Halifax"
|
||||||
|
|
||||||
|
summer = "2025-07-09 06:00:00"
|
||||||
|
summer_end = "2025-07-11 23:30:00"
|
||||||
|
summer_tz = "America/Los_Angeles"
|
||||||
|
|
||||||
|
profile.timezone_change_log = None
|
||||||
|
|
||||||
|
profile.timezone_change_log = ""
|
||||||
|
profile.timezone_change_log += f"{europe_tz} - {pendulum.parse(europe)}\n"
|
||||||
|
profile.timezone_change_log += (
|
||||||
|
f"{home_tz} - {pendulum.parse(europe_end)}\n"
|
||||||
|
)
|
||||||
|
profile.timezone_change_log += (
|
||||||
|
f"{washington_tz} - {pendulum.parse(washington)}\n"
|
||||||
|
)
|
||||||
|
profile.timezone_change_log += (
|
||||||
|
f"{home_tz} - {pendulum.parse(washington_end)}\n"
|
||||||
|
)
|
||||||
|
profile.timezone_change_log += f"{camp_tz} - {pendulum.parse(camp)}\n"
|
||||||
|
profile.timezone_change_log += f"{home_tz} - {pendulum.parse(camp_end)}\n"
|
||||||
|
profile.timezone_change_log += f"{summer_tz} - {pendulum.parse(summer)}\n"
|
||||||
|
profile.timezone_change_log += f"{home_tz} - {pendulum.parse(summer_end)}"
|
||||||
|
profile.save()
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
from dataclasses import dataclass
|
||||||
|
from typing import Optional
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
@ -9,12 +11,19 @@ from django_extensions.db.models import TimeStampedModel
|
|||||||
from imagekit.models import ImageSpecField
|
from imagekit.models import ImageSpecField
|
||||||
from imagekit.processors import ResizeToFit
|
from imagekit.processors import ResizeToFit
|
||||||
from puzzles.sources import ipdb
|
from puzzles.sources import ipdb
|
||||||
from scrobbles.dataclasses import PuzzleLogData
|
from scrobbles.dataclasses import JSONDataclass
|
||||||
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
||||||
|
|
||||||
BNULL = {"blank": True, "null": True}
|
BNULL = {"blank": True, "null": True}
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class PuzzleLogData(JSONDataclass):
|
||||||
|
with_people: Optional[int] = None
|
||||||
|
rating: Optional[str] = None
|
||||||
|
notes: Optional[str] = None
|
||||||
|
|
||||||
|
|
||||||
class PuzzleManufacturer(TimeStampedModel):
|
class PuzzleManufacturer(TimeStampedModel):
|
||||||
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
||||||
name = models.CharField(max_length=255)
|
name = models.CharField(max_length=255)
|
||||||
@ -58,6 +67,10 @@ class Puzzle(ScrobblableMixin):
|
|||||||
def __str__(self):
|
def __str__(self):
|
||||||
return f"{self.title} ({self.pieces_count}) by {self.manufacturer}"
|
return f"{self.title} ({self.pieces_count}) by {self.manufacturer}"
|
||||||
|
|
||||||
|
@property
|
||||||
|
def logdata_cls(self):
|
||||||
|
return PuzzleLogData
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def subtitle(self):
|
def subtitle(self):
|
||||||
return self.manufacturer.name
|
return self.manufacturer.name
|
||||||
|
|||||||
@ -102,7 +102,7 @@ class ChartRecordAdmin(admin.ModelAdmin):
|
|||||||
|
|
||||||
@admin.register(Scrobble)
|
@admin.register(Scrobble)
|
||||||
class ScrobbleAdmin(admin.ModelAdmin):
|
class ScrobbleAdmin(admin.ModelAdmin):
|
||||||
# date_hierarchy = "timestamp"
|
date_hierarchy = "timestamp"
|
||||||
list_display = (
|
list_display = (
|
||||||
"timestamp",
|
"timestamp",
|
||||||
"media_name",
|
"media_name",
|
||||||
@ -112,6 +112,7 @@ class ScrobbleAdmin(admin.ModelAdmin):
|
|||||||
"in_progress",
|
"in_progress",
|
||||||
"is_paused",
|
"is_paused",
|
||||||
"played_to_completion",
|
"played_to_completion",
|
||||||
|
"user",
|
||||||
)
|
)
|
||||||
raw_id_fields = (
|
raw_id_fields = (
|
||||||
"video",
|
"video",
|
||||||
@ -139,6 +140,8 @@ class ScrobbleAdmin(admin.ModelAdmin):
|
|||||||
"media_type",
|
"media_type",
|
||||||
"long_play_complete",
|
"long_play_complete",
|
||||||
"source",
|
"source",
|
||||||
|
"timezone",
|
||||||
|
"user",
|
||||||
)
|
)
|
||||||
ordering = ("-timestamp",)
|
ordering = ("-timestamp",)
|
||||||
|
|
||||||
@ -147,3 +150,7 @@ class ScrobbleAdmin(admin.ModelAdmin):
|
|||||||
|
|
||||||
def playback_percent(self, obj):
|
def playback_percent(self, obj):
|
||||||
return obj.percent_played
|
return obj.percent_played
|
||||||
|
|
||||||
|
def get_queryset(self, request):
|
||||||
|
qs = super().get_queryset(request).exclude(timestamp__year=None)
|
||||||
|
return qs
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
from functools import cached_property
|
|
||||||
import inspect
|
|
||||||
import json
|
import json
|
||||||
from dataclasses import asdict, dataclass
|
from dataclasses import asdict, dataclass
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
from dataclass_wizard import JSONWizard
|
from dataclass_wizard import JSONWizard
|
||||||
|
from django import forms
|
||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
from locations.models import GeoLocation
|
from people.models import Person
|
||||||
|
from scrobbles.forms import form_from_dataclass
|
||||||
|
|
||||||
User = get_user_model()
|
User = get_user_model()
|
||||||
|
|
||||||
@ -32,189 +32,54 @@ class JSONDataclass(JSONWizard):
|
|||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class ScrobbleLogData(JSONDataclass):
|
class BaseLogData(JSONDataclass):
|
||||||
description: Optional[str] = None
|
description: Optional[str] = None
|
||||||
|
notes: Optional[list[str]] = None
|
||||||
|
|
||||||
|
_excluded_fields = {}
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def form(cls):
|
||||||
|
return form_from_dataclass(cls)
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def override_fields(cls) -> dict:
|
||||||
|
return {}
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
class LongPlayLogData(JSONDataclass):
|
class LongPlayLogData(JSONDataclass):
|
||||||
serial_scrobble_id: Optional[int]
|
|
||||||
long_play_complete: bool = False
|
long_play_complete: bool = False
|
||||||
|
|
||||||
|
|
||||||
class WithOthersLogData(JSONDataclass):
|
@dataclass
|
||||||
with_user_ids: Optional[list[int]] = None
|
class WithPeopleLogData(JSONDataclass):
|
||||||
with_names_str: Optional[list[str]] = None
|
with_people_ids: Optional[list[int]] = None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def with_names(self) -> list[str]:
|
def with_people(self) -> list["Person"]:
|
||||||
with_names = []
|
from people.models import Person
|
||||||
if self.with_user_ids:
|
|
||||||
with_names += [u.full_name for u in self.with_users if u]
|
|
||||||
if self.with_names_str:
|
|
||||||
with_names += [u for u in self.with_names_str]
|
|
||||||
return with_names
|
|
||||||
|
|
||||||
@property
|
if not self.with_people_ids:
|
||||||
def with_users(self) -> list[User]:
|
return []
|
||||||
with_users = []
|
return [
|
||||||
if self.with_user_ids:
|
Person.objects.filter(id=pid).first()
|
||||||
with_users = [
|
for pid in self.with_people_ids
|
||||||
User.objects.filter(id=i).first() for i in self.with_user_ids
|
]
|
||||||
]
|
|
||||||
return with_users
|
|
||||||
|
|
||||||
|
@classmethod
|
||||||
@dataclass
|
def override_fields(cls) -> dict:
|
||||||
class BoardGameScoreLogData(JSONDataclass):
|
fields = {}
|
||||||
user_id: Optional[int] = None
|
for base in cls.mro()[1:]:
|
||||||
name_str: str = ""
|
if hasattr(base, "override_fields"):
|
||||||
bgg_username: str = ""
|
base_fields = base.override_fields()
|
||||||
color: Optional[str] = None
|
fields.update(base_fields)
|
||||||
character: Optional[str] = None
|
custom_fields = {
|
||||||
team: Optional[str] = None
|
"with_people_ids": forms.ModelMultipleChoiceField(
|
||||||
score: Optional[int] = None
|
queryset=Person.objects.all(),
|
||||||
win: Optional[bool] = None
|
required=False,
|
||||||
new: Optional[bool] = None
|
widget=forms.SelectMultiple(attrs={"size": 10}),
|
||||||
|
)
|
||||||
@property
|
}
|
||||||
def user(self) -> Optional[User]:
|
fields.update(custom_fields)
|
||||||
user = None
|
return fields
|
||||||
if self.user_id:
|
|
||||||
user = User.objects.filter(id=self.user_id).first()
|
|
||||||
return user
|
|
||||||
|
|
||||||
@property
|
|
||||||
def name(self) -> str:
|
|
||||||
name = self.name_str
|
|
||||||
if self.user_id:
|
|
||||||
name = self.user.first_name
|
|
||||||
return name
|
|
||||||
|
|
||||||
def __str__(self) -> str:
|
|
||||||
out = self.name
|
|
||||||
if self.score:
|
|
||||||
out += f" {self.score}"
|
|
||||||
if self.color:
|
|
||||||
out += f" ({self.color})"
|
|
||||||
if self.win:
|
|
||||||
out += f" [W]"
|
|
||||||
return out
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class BoardGameLogData(LongPlayLogData):
|
|
||||||
serial_scrobble_id: Optional[int] = None
|
|
||||||
long_play_complete: Optional[bool] = None
|
|
||||||
players: Optional[list[BoardGameScoreLogData]] = None
|
|
||||||
location: Optional[str] = None
|
|
||||||
geo_location_id: Optional[int] = None
|
|
||||||
difficulty: Optional[int] = None
|
|
||||||
solo: Optional[bool] = None
|
|
||||||
two_handed: Optional[bool] = None
|
|
||||||
|
|
||||||
@cached_property
|
|
||||||
def geo_location(self) -> Optional[GeoLocation]:
|
|
||||||
if self.geo_location_id:
|
|
||||||
return GeoLocation.objects.filter(id=self.geo_location_id).first()
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class BookPageLogData(JSONDataclass):
|
|
||||||
page_number: Optional[int] = None
|
|
||||||
end_ts: Optional[int] = None
|
|
||||||
start_ts: Optional[int] = None
|
|
||||||
duration: Optional[int] = None
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class BookLogData(LongPlayLogData):
|
|
||||||
long_play_complete: Optional[bool] = None
|
|
||||||
koreader_hash: Optional[str] = None
|
|
||||||
page_data: Optional[dict[int, BookPageLogData]] = None
|
|
||||||
pages_read: Optional[int] = None
|
|
||||||
page_start: Optional[int] = None
|
|
||||||
page_end: Optional[int] = None
|
|
||||||
serial_scrobble_id: Optional[int] = None
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class LifeEventLogData(WithOthersLogData):
|
|
||||||
with_user_ids: Optional[list[int]] = None
|
|
||||||
with_names_str: Optional[list[str]] = None
|
|
||||||
location: Optional[str] = None
|
|
||||||
geo_location_id: Optional[int] = None
|
|
||||||
details: Optional[str] = None
|
|
||||||
|
|
||||||
def geo_location(self):
|
|
||||||
return GeoLocation.objects.filter(id=self.geo_location_id).first()
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class MoodLogData(JSONDataclass):
|
|
||||||
reasons: Optional[str] = None
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class VideoLogData(JSONDataclass):
|
|
||||||
title: str
|
|
||||||
video_type: str
|
|
||||||
run_time_seconds: int
|
|
||||||
kind: str
|
|
||||||
year: Optional[int]
|
|
||||||
episode_number: Optional[int] = None
|
|
||||||
source_url: Optional[str] = None
|
|
||||||
imdbID: Optional[str] = None
|
|
||||||
season_number: Optional[int] = None
|
|
||||||
cover_url: Optional[str] = None
|
|
||||||
next_imdb_id: Optional[int] = None
|
|
||||||
tv_series_id: Optional[str] = None
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class VideoGameLogData(LongPlayLogData):
|
|
||||||
serial_scrobble_id: Optional[int] = None
|
|
||||||
long_play_complete: Optional[bool] = False
|
|
||||||
console: Optional[str] = None
|
|
||||||
emulated: Optional[bool] = False
|
|
||||||
emulator: Optional[str] = None
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class BrickSetLogData(LongPlayLogData, WithOthersLogData):
|
|
||||||
serial_scrobble_id: Optional[int]
|
|
||||||
long_play_complete: bool = False
|
|
||||||
with_user_ids: Optional[list[int]] = None
|
|
||||||
with_names_str: Optional[list[str]] = None
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class TrailLogData(WithOthersLogData):
|
|
||||||
with_user_ids: Optional[list[int]] = None
|
|
||||||
with_names_str: Optional[list[str]] = None
|
|
||||||
details: Optional[str] = None
|
|
||||||
effort: Optional[str] = None
|
|
||||||
difficulty: Optional[str] = None
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class BeerLogData(WithOthersLogData):
|
|
||||||
with_user_ids: Optional[list[int]] = None
|
|
||||||
with_names_str: Optional[list[str]] = None
|
|
||||||
details: Optional[str] = None
|
|
||||||
rating: Optional[str] = None
|
|
||||||
notes: Optional[str] = None
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class FoodLogData(JSONDataclass):
|
|
||||||
meal: Optional[str] = None
|
|
||||||
details: Optional[str] = None
|
|
||||||
rating: Optional[str] = None
|
|
||||||
notes: Optional[str] = None
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class PuzzleLogData(JSONDataclass):
|
|
||||||
with_others: Optional[str] = None
|
|
||||||
rating: Optional[str] = None
|
|
||||||
notes: Optional[str] = None
|
|
||||||
|
|||||||
@ -1,3 +1,6 @@
|
|||||||
|
from dataclasses import fields
|
||||||
|
from typing import Union, get_args, get_origin
|
||||||
|
|
||||||
from django import forms
|
from django import forms
|
||||||
|
|
||||||
|
|
||||||
@ -23,3 +26,87 @@ class ScrobbleForm(forms.Form):
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
# Mapping of types to Django form field classes
|
||||||
|
TYPE_FIELD_MAP = {
|
||||||
|
int: forms.IntegerField,
|
||||||
|
float: forms.FloatField,
|
||||||
|
bool: forms.BooleanField,
|
||||||
|
str: forms.CharField,
|
||||||
|
dict: forms.JSONField,
|
||||||
|
list: forms.JSONField,
|
||||||
|
}
|
||||||
|
|
||||||
|
# Optional: type-to-widget mapping
|
||||||
|
TYPE_WIDGET_MAP = {
|
||||||
|
str: forms.TextInput(attrs={"size": 80}),
|
||||||
|
dict: forms.Textarea(attrs={"rows": 10, "cols": 80}),
|
||||||
|
list: forms.Textarea(attrs={"rows": 6, "cols": 80}),
|
||||||
|
bool: forms.CheckboxInput(),
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
def django_form_field_from_type(field_type, required=True):
|
||||||
|
origin = get_origin(field_type)
|
||||||
|
|
||||||
|
# Handle Optional / Union
|
||||||
|
if origin is Union:
|
||||||
|
args = get_args(field_type)
|
||||||
|
if type(None) in args:
|
||||||
|
required = False
|
||||||
|
non_none_type = [arg for arg in args if arg is not type(None)][0]
|
||||||
|
return django_form_field_from_type(
|
||||||
|
non_none_type, required=required
|
||||||
|
)
|
||||||
|
|
||||||
|
# Determine actual type
|
||||||
|
base_type = origin if origin else field_type
|
||||||
|
field_class = TYPE_FIELD_MAP.get(base_type, forms.CharField)
|
||||||
|
widget = TYPE_WIDGET_MAP.get(base_type)
|
||||||
|
|
||||||
|
return (
|
||||||
|
field_class(required=required, widget=widget)
|
||||||
|
if widget
|
||||||
|
else field_class(required=required)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
def form_from_dataclass(dataclass):
|
||||||
|
form_fields = {}
|
||||||
|
override_fields = {}
|
||||||
|
for klass in dataclass.mro():
|
||||||
|
if hasattr(klass, "override_fields"):
|
||||||
|
print(klass, ": ", klass.override_fields())
|
||||||
|
override_fields.update(klass.override_fields())
|
||||||
|
print("overrides: ", override_fields)
|
||||||
|
for f in fields(dataclass):
|
||||||
|
print(f)
|
||||||
|
if f.name in override_fields:
|
||||||
|
form_fields[f.name] = override_fields[f.name]
|
||||||
|
continue
|
||||||
|
|
||||||
|
required = f.default is None and f.default_factory is None
|
||||||
|
form_fields[f.name] = django_form_field_from_type(
|
||||||
|
f.type, required=required
|
||||||
|
)
|
||||||
|
|
||||||
|
if f.name in dataclass._excluded_fields:
|
||||||
|
form_fields[f.name].disabled = True
|
||||||
|
|
||||||
|
form_cls = type(f"{dataclass.__name__}Form", (forms.Form,), form_fields)
|
||||||
|
|
||||||
|
if "notes" in form_cls.base_fields:
|
||||||
|
form_cls.base_fields["notes"] = forms.CharField(
|
||||||
|
required=False,
|
||||||
|
widget=forms.Textarea(attrs={"rows": 4}),
|
||||||
|
)
|
||||||
|
|
||||||
|
def clean_notes(self):
|
||||||
|
notes_str = self.cleaned_data.get("notes", "")
|
||||||
|
return [
|
||||||
|
line.strip() for line in notes_str.splitlines() if line.strip()
|
||||||
|
]
|
||||||
|
|
||||||
|
form_cls.clean_notes = clean_notes
|
||||||
|
return form_cls
|
||||||
|
|||||||
0
vrobbler/apps/scrobbles/importers/__init__.py
Normal file
0
vrobbler/apps/scrobbles/importers/__init__.py
Normal file
107
vrobbler/apps/scrobbles/importers/imap.py
Normal file
107
vrobbler/apps/scrobbles/importers/imap.py
Normal file
@ -0,0 +1,107 @@
|
|||||||
|
import email
|
||||||
|
import imaplib
|
||||||
|
import json
|
||||||
|
import logging
|
||||||
|
from email.header import decode_header
|
||||||
|
|
||||||
|
from profiles.models import UserProfile
|
||||||
|
from scrobbles.models import Scrobble
|
||||||
|
from scrobbles.scrobblers import email_scrobble_board_game
|
||||||
|
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
def import_scrobbles_from_imap() -> list[Scrobble]:
|
||||||
|
"""For all user profiles with IMAP creds, check inbox for scrobbleable email attachments."""
|
||||||
|
scrobbles_created: list[Scrobble] = []
|
||||||
|
|
||||||
|
active_profiles = UserProfile.objects.filter(imap_auto_import=True)
|
||||||
|
logger.info(
|
||||||
|
"Starting import of scrobbles from IMAP",
|
||||||
|
extra={"active_profiles": active_profiles},
|
||||||
|
)
|
||||||
|
for profile in active_profiles:
|
||||||
|
logger.info(
|
||||||
|
"Importing scrobbles from IMAP for user",
|
||||||
|
extra={"user_id": profile.user_id},
|
||||||
|
)
|
||||||
|
mail = imaplib.IMAP4_SSL(profile.imap_url)
|
||||||
|
mail.login(profile.imap_user, profile.imap_pass)
|
||||||
|
mail.select("INBOX") # TODO configure this in profile
|
||||||
|
|
||||||
|
# Search for unseen emails
|
||||||
|
status, messages = mail.search(None, "UnSeen")
|
||||||
|
if status != "OK":
|
||||||
|
logger.info("IMAP status not OK", extra={"status": status})
|
||||||
|
return
|
||||||
|
|
||||||
|
for uid in messages[0].split():
|
||||||
|
status, msg_data = mail.fetch(uid, "(RFC822)")
|
||||||
|
if status != "OK":
|
||||||
|
logger.info("IMAP status not OK", extra={"status": status})
|
||||||
|
continue
|
||||||
|
|
||||||
|
try:
|
||||||
|
message = email.message_from_bytes(msg_data[0][1])
|
||||||
|
logger.info(
|
||||||
|
"Processing email message", extra={"email_msg": message}
|
||||||
|
)
|
||||||
|
except IndexError:
|
||||||
|
logger.info("No email message data found")
|
||||||
|
return
|
||||||
|
|
||||||
|
# Decode subject safely
|
||||||
|
subject, encoding = decode_header(message["Subject"])[0]
|
||||||
|
if isinstance(subject, bytes):
|
||||||
|
subject = subject.decode(encoding or "utf-8")
|
||||||
|
if "live activity now!" in subject:
|
||||||
|
print("Found a Garmin email")
|
||||||
|
|
||||||
|
for part in message.walk():
|
||||||
|
if part.get_content_disposition() == "attachment":
|
||||||
|
filename = part.get_filename()
|
||||||
|
if filename:
|
||||||
|
# Decode the filename if necessary
|
||||||
|
decoded_name, encoding = decode_header(filename)[0]
|
||||||
|
if isinstance(decoded_name, bytes):
|
||||||
|
filename = decoded_name.decode(encoding or "utf-8")
|
||||||
|
|
||||||
|
file_data = part.get_payload(decode=True)
|
||||||
|
|
||||||
|
parsed_json = ""
|
||||||
|
|
||||||
|
# Try parsing JSON if applicable
|
||||||
|
parsed_json = {}
|
||||||
|
if filename.lower().endswith(".bgsplay"):
|
||||||
|
# TODO Pull this out into a parse_pgsplay function
|
||||||
|
try:
|
||||||
|
parsed_json = json.loads(
|
||||||
|
file_data.decode("utf-8")
|
||||||
|
)
|
||||||
|
except Exception as e:
|
||||||
|
logger.error(
|
||||||
|
"Failed to parse JSON file",
|
||||||
|
extra={"filename": filename, "error": e},
|
||||||
|
)
|
||||||
|
|
||||||
|
if not parsed_json:
|
||||||
|
logger.info(
|
||||||
|
"No JSON found in BG Stats file",
|
||||||
|
extra={"filename": filename},
|
||||||
|
)
|
||||||
|
continue
|
||||||
|
|
||||||
|
scrobbles_created = email_scrobble_board_game(
|
||||||
|
parsed_json, profile.user_id
|
||||||
|
)
|
||||||
|
|
||||||
|
mail.logout()
|
||||||
|
|
||||||
|
if scrobbles_created:
|
||||||
|
logger.info(
|
||||||
|
f"Creating {len(scrobbles_created)} new scrobbles",
|
||||||
|
extra={"scrobbles_created": scrobbles_created},
|
||||||
|
)
|
||||||
|
return scrobbles_created
|
||||||
|
logger.info(f"No new scrobbles found in IMAP folders")
|
||||||
|
return []
|
||||||
169
vrobbler/apps/scrobbles/importers/lastfm.py
Normal file
169
vrobbler/apps/scrobbles/importers/lastfm.py
Normal file
@ -0,0 +1,169 @@
|
|||||||
|
import logging
|
||||||
|
from datetime import datetime, timedelta
|
||||||
|
|
||||||
|
import pylast
|
||||||
|
import pytz
|
||||||
|
from django.conf import settings
|
||||||
|
from music.models import Track
|
||||||
|
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
PYLAST_ERRORS = tuple(
|
||||||
|
getattr(pylast, exc_name)
|
||||||
|
for exc_name in (
|
||||||
|
"ScrobblingError",
|
||||||
|
"NetworkError",
|
||||||
|
"MalformedResponseError",
|
||||||
|
"WSError",
|
||||||
|
)
|
||||||
|
if hasattr(pylast, exc_name)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
class LastFM:
|
||||||
|
def __init__(self, user):
|
||||||
|
try:
|
||||||
|
self.client = pylast.LastFMNetwork(
|
||||||
|
api_key=getattr(settings, "LASTFM_API_KEY"),
|
||||||
|
api_secret=getattr(settings, "LASTFM_SECRET_KEY"),
|
||||||
|
username=user.profile.lastfm_username,
|
||||||
|
password_hash=pylast.md5(user.profile.lastfm_password),
|
||||||
|
)
|
||||||
|
self.user = self.client.get_user(user.profile.lastfm_username)
|
||||||
|
self.vrobbler_user = user
|
||||||
|
except PYLAST_ERRORS as e:
|
||||||
|
logger.error(f"Error during Last.fm setup: {e}")
|
||||||
|
|
||||||
|
def import_from_lastfm(self, last_processed=None):
|
||||||
|
"""Given a last processed time, import all scrobbles from LastFM since then"""
|
||||||
|
from scrobbles.models import Scrobble
|
||||||
|
|
||||||
|
new_scrobbles = []
|
||||||
|
source = "Last.fm"
|
||||||
|
lastfm_scrobbles = self.get_last_scrobbles(time_from=last_processed)
|
||||||
|
|
||||||
|
for lfm_scrobble in lastfm_scrobbles:
|
||||||
|
track = Track.find_or_create(
|
||||||
|
title=lfm_scrobble.get("title"),
|
||||||
|
artist_name=lfm_scrobble.get("artist"),
|
||||||
|
album_name=lfm_scrobble.get("album"),
|
||||||
|
enrich=True,
|
||||||
|
)
|
||||||
|
|
||||||
|
tz_timestamp = self.vrobbler_user.profile.get_timestamp_with_tz(
|
||||||
|
lfm_scrobble.get("timestamp")
|
||||||
|
)
|
||||||
|
timestamp = lfm_scrobble.get("timestamp")
|
||||||
|
stop_timestamp = timestamp + timedelta(
|
||||||
|
seconds=track.run_time_seconds
|
||||||
|
)
|
||||||
|
new_scrobble = Scrobble(
|
||||||
|
user=self.vrobbler_user,
|
||||||
|
timestamp=timestamp,
|
||||||
|
stop_timestamp=stop_timestamp,
|
||||||
|
source=source,
|
||||||
|
track=track,
|
||||||
|
played_to_completion=True,
|
||||||
|
in_progress=False,
|
||||||
|
media_type=Scrobble.MediaType.TRACK,
|
||||||
|
timezone=tz_timestamp.tzinfo.name,
|
||||||
|
)
|
||||||
|
# Vrobbler scrobbles on finish, LastFM scrobbles on start
|
||||||
|
seconds_eariler = timestamp - timedelta(seconds=20)
|
||||||
|
seconds_later = timestamp + timedelta(seconds=20)
|
||||||
|
existing = Scrobble.objects.filter(
|
||||||
|
created__gte=seconds_eariler,
|
||||||
|
created__lte=seconds_later,
|
||||||
|
track=track,
|
||||||
|
).first()
|
||||||
|
if existing:
|
||||||
|
logger.debug(f"Skipping existing scrobble {new_scrobble}")
|
||||||
|
continue
|
||||||
|
logger.debug(f"Queued scrobble {new_scrobble} for creation")
|
||||||
|
new_scrobbles.append(new_scrobble)
|
||||||
|
|
||||||
|
created = Scrobble.objects.bulk_create(new_scrobbles)
|
||||||
|
# TODO Add a notification for users that their import is complete
|
||||||
|
logger.info(
|
||||||
|
f"Last.fm import fnished",
|
||||||
|
extra={
|
||||||
|
"scrobbles_created": len(created),
|
||||||
|
"user_id": self.vrobbler_user,
|
||||||
|
"lastfm_user": self.user,
|
||||||
|
},
|
||||||
|
)
|
||||||
|
return created
|
||||||
|
|
||||||
|
def get_last_scrobbles(self, time_from=None, time_to=None, check=False):
|
||||||
|
"""Given a user, Last.fm api key, and secret key, grab a list of scrobbled
|
||||||
|
tracks"""
|
||||||
|
lfm_params = {}
|
||||||
|
scrobbles = []
|
||||||
|
if time_from:
|
||||||
|
lfm_params["time_from"] = int(time_from.timestamp())
|
||||||
|
if time_to:
|
||||||
|
lfm_params["time_to"] = int(time_to.timestamp())
|
||||||
|
|
||||||
|
# if not time_from and not time_to:
|
||||||
|
lfm_params["limit"] = None
|
||||||
|
|
||||||
|
found_scrobbles = self.user.get_recent_tracks(**lfm_params)
|
||||||
|
# TOOD spin this out into a celery task over certain threshold of found scrobbles?
|
||||||
|
|
||||||
|
if check and found_scrobbles:
|
||||||
|
return True
|
||||||
|
|
||||||
|
for scrobble in found_scrobbles:
|
||||||
|
logger.info(f"Processing {scrobble}")
|
||||||
|
run_time = None
|
||||||
|
mbid = None
|
||||||
|
artist = None
|
||||||
|
|
||||||
|
log_dict = {"scrobble": scrobble}
|
||||||
|
try:
|
||||||
|
run_time = int(scrobble.track.get_duration() / 1000)
|
||||||
|
mbid = scrobble.track.get_mbid()
|
||||||
|
artist = scrobble.track.get_artist().name
|
||||||
|
log_dict["artist"] = artist
|
||||||
|
log_dict["mbid"] = mbid
|
||||||
|
log_dict["run_time"] = run_time
|
||||||
|
except pylast.MalformedResponseError as e:
|
||||||
|
logger.warning(e)
|
||||||
|
except pylast.WSError as e:
|
||||||
|
logger.info(
|
||||||
|
"LastFM barfed trying to get the track for {scrobble.track}",
|
||||||
|
extra=log_dict,
|
||||||
|
)
|
||||||
|
except pylast.NetworkError as e:
|
||||||
|
logger.info(
|
||||||
|
"LastFM barfed trying to get the track for {scrobble.track}",
|
||||||
|
extra=log_dict,
|
||||||
|
)
|
||||||
|
|
||||||
|
if not artist:
|
||||||
|
logger.info(
|
||||||
|
f"Silly LastFM, no artist found for scrobble",
|
||||||
|
extra=log_dict,
|
||||||
|
)
|
||||||
|
continue
|
||||||
|
|
||||||
|
# TODO figure out if this will actually work
|
||||||
|
# timestamp = datetime.fromtimestamp(int(scrobble.timestamp), UTC)
|
||||||
|
timestamp = datetime.utcfromtimestamp(
|
||||||
|
int(scrobble.timestamp)
|
||||||
|
).replace(tzinfo=pytz.utc)
|
||||||
|
|
||||||
|
logger.info(
|
||||||
|
f"Scrobble appended to list for bulk create", extra=log_dict
|
||||||
|
)
|
||||||
|
scrobbles.append(
|
||||||
|
{
|
||||||
|
"artist": artist,
|
||||||
|
"album": scrobble.album,
|
||||||
|
"title": scrobble.track.title,
|
||||||
|
"mbid": mbid,
|
||||||
|
"run_time_seconds": run_time,
|
||||||
|
"timestamp": timestamp,
|
||||||
|
}
|
||||||
|
)
|
||||||
|
return scrobbles
|
||||||
@ -1,23 +1,22 @@
|
|||||||
import codecs
|
import codecs
|
||||||
import csv
|
import csv
|
||||||
import logging
|
import logging
|
||||||
|
from datetime import datetime, timedelta
|
||||||
|
from zoneinfo import ZoneInfo
|
||||||
|
|
||||||
import pytz
|
|
||||||
import requests
|
import requests
|
||||||
|
from django.contrib.auth import get_user_model
|
||||||
from music.models import Track
|
from music.models import Track
|
||||||
from scrobbles.constants import AsTsvColumn
|
from scrobbles.constants import AsTsvColumn
|
||||||
from scrobbles.models import Scrobble
|
from scrobbles.models import Scrobble
|
||||||
|
|
||||||
from scrobbles.utils import timestamp_user_tz_to_utc
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
def process_audioscrobbler_tsv_file(file_path, user_id, user_tz=None):
|
def import_audioscrobbler_tsv_file(file_path, user_id):
|
||||||
"""Takes a path to a file of TSV data and imports it as past scrobbles"""
|
"""Takes a path to a file of TSV data and imports it as past scrobbles"""
|
||||||
new_scrobbles = []
|
new_scrobbles = []
|
||||||
if not user_tz:
|
user = get_user_model().objects.get(id=user_id)
|
||||||
user_tz = pytz.utc
|
|
||||||
|
|
||||||
is_os_file = "https://" not in file_path
|
is_os_file = "https://" not in file_path
|
||||||
|
|
||||||
@ -44,11 +43,13 @@ def process_audioscrobbler_tsv_file(file_path, user_id, user_tz=None):
|
|||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
album_name = row[AsTsvColumn["ALBUM_NAME"].value]
|
||||||
track = Track.find_or_create(
|
track = Track.find_or_create(
|
||||||
title=row[AsTsvColumn["TRACK_NAME"].value],
|
title=row[AsTsvColumn["TRACK_NAME"].value],
|
||||||
musicbrainz_id=row[AsTsvColumn["MB_ID"].value],
|
|
||||||
artist_name=row[AsTsvColumn["ARTIST_NAME"].value],
|
artist_name=row[AsTsvColumn["ARTIST_NAME"].value],
|
||||||
album_name=row[AsTsvColumn["ALBUM_NAME"].value],
|
album_name=album_name,
|
||||||
|
run_time_seconds=int(row[AsTsvColumn["RUN_TIME_SECONDS"].value]),
|
||||||
|
enrich=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
# TODO Set all this up as constants
|
# TODO Set all this up as constants
|
||||||
@ -61,23 +62,27 @@ def process_audioscrobbler_tsv_file(file_path, user_id, user_tz=None):
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
|
timestamp = datetime.fromtimestamp(
|
||||||
timestamp = timestamp_user_tz_to_utc(
|
int(row[AsTsvColumn["TIMESTAMP"].value])
|
||||||
int(row[AsTsvColumn["TIMESTAMP"].value]), user_tz
|
).astimezone(ZoneInfo("UTC"))
|
||||||
)
|
timestamp = user.profile.get_timestamp_with_tz(timestamp)
|
||||||
|
stop_timestamp = timestamp + timedelta(seconds=track.run_time_seconds)
|
||||||
|
|
||||||
new_scrobble = Scrobble(
|
new_scrobble = Scrobble(
|
||||||
user_id=user_id,
|
user=user,
|
||||||
timestamp=timestamp,
|
timestamp=timestamp,
|
||||||
|
stop_timestamp=stop_timestamp,
|
||||||
source=source,
|
source=source,
|
||||||
log={"rockbox_info": rockbox_info},
|
log={"rockbox_info": rockbox_info, "album_name": album_name},
|
||||||
|
playback_position_seconds=track.run_time_seconds,
|
||||||
track=track,
|
track=track,
|
||||||
played_to_completion=True,
|
played_to_completion=True,
|
||||||
in_progress=False,
|
in_progress=False,
|
||||||
media_type=Scrobble.MediaType.TRACK,
|
media_type=Scrobble.MediaType.TRACK,
|
||||||
|
timezone=timestamp.tzinfo.name,
|
||||||
)
|
)
|
||||||
existing = Scrobble.objects.filter(
|
existing = Scrobble.objects.filter(
|
||||||
timestamp=timestamp, track=track
|
timestamp=timestamp, track=track, user=user
|
||||||
).first()
|
).first()
|
||||||
if existing:
|
if existing:
|
||||||
logger.debug(f"Skipping existing scrobble {new_scrobble}")
|
logger.debug(f"Skipping existing scrobble {new_scrobble}")
|
||||||
83
vrobbler/apps/scrobbles/importers/webdav.py
Normal file
83
vrobbler/apps/scrobbles/importers/webdav.py
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
import logging
|
||||||
|
|
||||||
|
from books.koreader import fetch_file_from_webdav
|
||||||
|
from profiles.models import UserProfile
|
||||||
|
from scrobbles.models import KoReaderImport
|
||||||
|
from scrobbles.tasks import process_koreader_import
|
||||||
|
from scrobbles.utils import get_file_md5_hash
|
||||||
|
from webdav.client import get_webdav_client
|
||||||
|
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
def import_from_webdav_for_all_users(restart=False):
|
||||||
|
"""Grab a list of all users with WebDAV enabled and kickoff imports for them"""
|
||||||
|
|
||||||
|
# WebDavImport = apps.get_model("scrobbles", "WebDavImport")
|
||||||
|
webdav_enabled_user_ids = UserProfile.objects.filter(
|
||||||
|
webdav_url__isnull=False,
|
||||||
|
webdav_user__isnull=False,
|
||||||
|
webdav_pass__isnull=False,
|
||||||
|
webdav_auto_import=True,
|
||||||
|
).values_list("user_id", flat=True)
|
||||||
|
logger.info(
|
||||||
|
f"Start import of {webdav_enabled_user_ids.count()} webdav accounts"
|
||||||
|
)
|
||||||
|
|
||||||
|
koreader_import_count = 0
|
||||||
|
|
||||||
|
for user_id in webdav_enabled_user_ids:
|
||||||
|
webdav_client = get_webdav_client(user_id)
|
||||||
|
|
||||||
|
try:
|
||||||
|
webdav_client.info("var/koreader/statistics.sqlite3")
|
||||||
|
koreader_found = True
|
||||||
|
except:
|
||||||
|
koreader_found = False
|
||||||
|
logger.info(
|
||||||
|
"No koreader stats file found on webdav",
|
||||||
|
extra={"user_id": user_id},
|
||||||
|
)
|
||||||
|
|
||||||
|
if koreader_found:
|
||||||
|
last_import = (
|
||||||
|
KoReaderImport.objects.filter(
|
||||||
|
user_id=user_id, processed_finished__isnull=False
|
||||||
|
)
|
||||||
|
.order_by("processed_finished")
|
||||||
|
.last()
|
||||||
|
)
|
||||||
|
|
||||||
|
koreader_file_path = fetch_file_from_webdav(1)
|
||||||
|
new_hash = get_file_md5_hash(koreader_file_path)
|
||||||
|
old_hash = None
|
||||||
|
if last_import:
|
||||||
|
old_hash = last_import.file_md5_hash()
|
||||||
|
|
||||||
|
if old_hash and new_hash == old_hash:
|
||||||
|
logger.info(
|
||||||
|
"koreader stats file has not changed",
|
||||||
|
extra={
|
||||||
|
"user_id": user_id,
|
||||||
|
"new_hash": new_hash,
|
||||||
|
"old_hash": old_hash,
|
||||||
|
"last_import_id": last_import.id,
|
||||||
|
},
|
||||||
|
)
|
||||||
|
continue
|
||||||
|
|
||||||
|
koreader_import, created = KoReaderImport.objects.get_or_create(
|
||||||
|
user_id=user_id, processed_finished__isnull=True
|
||||||
|
)
|
||||||
|
|
||||||
|
if not created and not restart:
|
||||||
|
logger.info(
|
||||||
|
f"Not resuming failed KoReader import {koreader_import.id} for user {user_id}, use restart=True to restart"
|
||||||
|
)
|
||||||
|
continue
|
||||||
|
|
||||||
|
koreader_import.save_sqlite_file_to_self(koreader_file_path)
|
||||||
|
|
||||||
|
process_koreader_import.delay(koreader_import.id)
|
||||||
|
koreader_import_count += 1
|
||||||
|
return koreader_import_count
|
||||||
@ -0,0 +1,19 @@
|
|||||||
|
from django.core.management.base import BaseCommand
|
||||||
|
from vrobbler.apps.music.utils import condense_albums
|
||||||
|
|
||||||
|
|
||||||
|
class Command(BaseCommand):
|
||||||
|
def add_arguments(self, parser):
|
||||||
|
parser.add_argument(
|
||||||
|
"--commit",
|
||||||
|
action="store_true",
|
||||||
|
help="Commit changes",
|
||||||
|
)
|
||||||
|
|
||||||
|
def handle(self, *args, **options):
|
||||||
|
commit = False
|
||||||
|
if options["commit"]:
|
||||||
|
commit = True
|
||||||
|
print(f"Condensing albums")
|
||||||
|
album_count = condense_albums(commit)
|
||||||
|
print(f"Condensed {album_count} albums")
|
||||||
@ -0,0 +1,27 @@
|
|||||||
|
from django.core.management.base import BaseCommand
|
||||||
|
from vrobbler.apps.tasks.utils import (
|
||||||
|
convert_notes_to_dict,
|
||||||
|
convert_old_boardgame_log_to_new,
|
||||||
|
convert_old_orgmode_log_to_new,
|
||||||
|
convert_old_todoist_log_to_new,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
class Command(BaseCommand):
|
||||||
|
def add_arguments(self, parser):
|
||||||
|
parser.add_argument(
|
||||||
|
"--commit",
|
||||||
|
action="store_true",
|
||||||
|
help="Commit changes",
|
||||||
|
)
|
||||||
|
|
||||||
|
def handle(self, *args, **options):
|
||||||
|
commit = False
|
||||||
|
if options["commit"]:
|
||||||
|
commit = True
|
||||||
|
else:
|
||||||
|
print("No changes will be saved, use --commit to save")
|
||||||
|
convert_old_orgmode_log_to_new(commit)
|
||||||
|
convert_old_todoist_log_to_new(commit)
|
||||||
|
convert_notes_to_dict(commit)
|
||||||
|
convert_old_boardgame_log_to_new(commit)
|
||||||
@ -1,5 +1,5 @@
|
|||||||
from django.core.management.base import BaseCommand
|
from django.core.management.base import BaseCommand
|
||||||
from vrobbler.apps.scrobbles.utils import deduplicate_tracks
|
from vrobbler.apps.music.utils import deduplicate_tracks
|
||||||
|
|
||||||
|
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
@ -14,5 +14,7 @@ class Command(BaseCommand):
|
|||||||
commit = False
|
commit = False
|
||||||
if options["commit"]:
|
if options["commit"]:
|
||||||
commit = True
|
commit = True
|
||||||
|
else:
|
||||||
|
print("No changes will be saved, use --commit to save")
|
||||||
dups = deduplicate_tracks(commit=commit)
|
dups = deduplicate_tracks(commit=commit)
|
||||||
print(f"Deduplicated {dups} music tracks")
|
print(f"Deduplicated {dups} music tracks")
|
||||||
|
|||||||
@ -0,0 +1,15 @@
|
|||||||
|
from django.core.management.base import BaseCommand
|
||||||
|
from vrobbler.apps.scrobbles.importers.imap import import_scrobbles_from_imap
|
||||||
|
|
||||||
|
|
||||||
|
class Command(BaseCommand):
|
||||||
|
def add_arguments(self, parser):
|
||||||
|
parser.add_argument(
|
||||||
|
"--restart",
|
||||||
|
action="store_true",
|
||||||
|
help="Restart failed imports",
|
||||||
|
)
|
||||||
|
|
||||||
|
def handle(self, *args, **options):
|
||||||
|
count = len(import_scrobbles_from_imap())
|
||||||
|
print(f"Started {count} IMAP imports")
|
||||||
@ -1,5 +1,5 @@
|
|||||||
from django.core.management.base import BaseCommand
|
from django.core.management.base import BaseCommand
|
||||||
from vrobbler.apps.scrobbles.utils import import_from_webdav_for_all_users
|
from vrobbler.apps.scrobbles.importers import webdav
|
||||||
|
|
||||||
|
|
||||||
class Command(BaseCommand):
|
class Command(BaseCommand):
|
||||||
@ -14,5 +14,5 @@ class Command(BaseCommand):
|
|||||||
restart = False
|
restart = False
|
||||||
if options["restart"]:
|
if options["restart"]:
|
||||||
restart = True
|
restart = True
|
||||||
count = import_from_webdav_for_all_users(restart=restart)
|
count = webdav.import_from_webdav_for_all_users(restart=restart)
|
||||||
print(f"Started {count} WeDAV imports")
|
print(f"Started {count} WeDAV imports")
|
||||||
|
|||||||
@ -0,0 +1,10 @@
|
|||||||
|
from django.core.management.base import BaseCommand
|
||||||
|
from vrobbler.apps.scrobbles.utils import (
|
||||||
|
send_mood_checkin_reminders
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
class Command(BaseCommand):
|
||||||
|
def handle(self, *args, **options):
|
||||||
|
sent_count = send_mood_checkin_reminders()
|
||||||
|
print(f"Sent {sent_count} mood check-in notifications")
|
||||||
@ -65,6 +65,10 @@ class ScrobblableMixin(TimeStampedModel):
|
|||||||
class Meta:
|
class Meta:
|
||||||
abstract = True
|
abstract = True
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def is_long_play_media(cls) -> bool:
|
||||||
|
return False
|
||||||
|
|
||||||
def scrobble_for_user(
|
def scrobble_for_user(
|
||||||
self,
|
self,
|
||||||
user_id,
|
user_id,
|
||||||
@ -111,9 +115,9 @@ class ScrobblableMixin(TimeStampedModel):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def logdata_cls(self) -> None:
|
def logdata_cls(self) -> None:
|
||||||
from scrobbles.dataclasses import ScrobbleLogData
|
from scrobbles.dataclasses import BaseLogData
|
||||||
|
|
||||||
return ScrobbleLogData
|
return BaseLogData
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def subtitle(self) -> str:
|
def subtitle(self) -> str:
|
||||||
@ -136,6 +140,15 @@ class LongPlayScrobblableMixin(ScrobblableMixin):
|
|||||||
class Meta:
|
class Meta:
|
||||||
abstract = True
|
abstract = True
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def is_long_play_media(cls) -> bool:
|
||||||
|
return True
|
||||||
|
|
||||||
|
def is_complete(self) -> bool:
|
||||||
|
if self.log:
|
||||||
|
return bool(self.log.get("long_play_complete", None))
|
||||||
|
return False
|
||||||
|
|
||||||
def get_longplay_finish_url(self):
|
def get_longplay_finish_url(self):
|
||||||
return reverse("scrobbles:longplay-finish", kwargs={"uuid": self.uuid})
|
return reverse("scrobbles:longplay-finish", kwargs={"uuid": self.uuid})
|
||||||
|
|
||||||
|
|||||||
@ -5,6 +5,7 @@ import logging
|
|||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
|
from zoneinfo import ZoneInfo
|
||||||
|
|
||||||
import pendulum
|
import pendulum
|
||||||
import pytz
|
import pytz
|
||||||
@ -13,6 +14,7 @@ from boardgames.models import BoardGame
|
|||||||
from books.koreader import process_koreader_sqlite_file
|
from books.koreader import process_koreader_sqlite_file
|
||||||
from books.models import Book, Paper
|
from books.models import Book, Paper
|
||||||
from bricksets.models import BrickSet
|
from bricksets.models import BrickSet
|
||||||
|
from dataclass_wizard.errors import ParseError
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
from django.core.files import File
|
from django.core.files import File
|
||||||
@ -26,13 +28,13 @@ from imagekit.processors import ResizeToFit
|
|||||||
from lifeevents.models import LifeEvent
|
from lifeevents.models import LifeEvent
|
||||||
from locations.models import GeoLocation
|
from locations.models import GeoLocation
|
||||||
from moods.models import Mood
|
from moods.models import Mood
|
||||||
from music.lastfm import LastFM
|
|
||||||
from music.models import Artist, Track
|
from music.models import Artist, Track
|
||||||
from podcasts.models import PodcastEpisode
|
from podcasts.models import PodcastEpisode
|
||||||
from profiles.utils import (
|
from profiles.utils import (
|
||||||
end_of_day,
|
end_of_day,
|
||||||
end_of_month,
|
end_of_month,
|
||||||
end_of_week,
|
end_of_week,
|
||||||
|
fix_profile_historic_timezones,
|
||||||
start_of_day,
|
start_of_day,
|
||||||
start_of_month,
|
start_of_month,
|
||||||
start_of_week,
|
start_of_week,
|
||||||
@ -40,7 +42,8 @@ from profiles.utils import (
|
|||||||
from puzzles.models import Puzzle
|
from puzzles.models import Puzzle
|
||||||
from scrobbles import dataclasses as logdata
|
from scrobbles import dataclasses as logdata
|
||||||
from scrobbles.constants import LONG_PLAY_MEDIA, MEDIA_END_PADDING_SECONDS
|
from scrobbles.constants import LONG_PLAY_MEDIA, MEDIA_END_PADDING_SECONDS
|
||||||
from scrobbles.notifications import NtfyNotification
|
from scrobbles.importers.lastfm import LastFM
|
||||||
|
from scrobbles.notifications import ScrobbleNtfyNotification
|
||||||
from scrobbles.stats import build_charts
|
from scrobbles.stats import build_charts
|
||||||
from scrobbles.utils import get_file_md5_hash, media_class_to_foreign_key
|
from scrobbles.utils import get_file_md5_hash, media_class_to_foreign_key
|
||||||
from sports.models import SportEvent
|
from sports.models import SportEvent
|
||||||
@ -204,6 +207,9 @@ class KoReaderImport(BaseFileImportMixin):
|
|||||||
|
|
||||||
def process(self, force=False):
|
def process(self, force=False):
|
||||||
|
|
||||||
|
if self.user.id == 1:
|
||||||
|
fix_profile_historic_timezones(self.user.profile)
|
||||||
|
|
||||||
if self.processed_finished and not force:
|
if self.processed_finished and not force:
|
||||||
logger.info(
|
logger.info(
|
||||||
f"{self} already processed on {self.processed_finished}"
|
f"{self} already processed on {self.processed_finished}"
|
||||||
@ -247,7 +253,10 @@ class AudioScrobblerTSVImport(BaseFileImportMixin):
|
|||||||
tsv_file = models.FileField(upload_to=get_path, **BNULL)
|
tsv_file = models.FileField(upload_to=get_path, **BNULL)
|
||||||
|
|
||||||
def process(self, force=False):
|
def process(self, force=False):
|
||||||
from scrobbles.tsv import process_audioscrobbler_tsv_file
|
from scrobbles.importers.tsv import import_audioscrobbler_tsv_file
|
||||||
|
|
||||||
|
if self.user.id == 1:
|
||||||
|
fix_profile_historic_timezones(self.user.profile)
|
||||||
|
|
||||||
if self.processed_finished and not force:
|
if self.processed_finished and not force:
|
||||||
logger.info(
|
logger.info(
|
||||||
@ -257,13 +266,8 @@ class AudioScrobblerTSVImport(BaseFileImportMixin):
|
|||||||
|
|
||||||
self.mark_started()
|
self.mark_started()
|
||||||
|
|
||||||
tz = None
|
scrobbles = import_audioscrobbler_tsv_file(
|
||||||
user_id = None
|
self.upload_file_path, self.user.id
|
||||||
if self.user:
|
|
||||||
user_id = self.user.id
|
|
||||||
tz = self.user.profile.tzinfo
|
|
||||||
scrobbles = process_audioscrobbler_tsv_file(
|
|
||||||
self.upload_file_path, user_id, user_tz=tz
|
|
||||||
)
|
)
|
||||||
self.record_log(scrobbles)
|
self.record_log(scrobbles)
|
||||||
self.mark_finished()
|
self.mark_finished()
|
||||||
@ -284,6 +288,10 @@ class LastFmImport(BaseFileImportMixin):
|
|||||||
|
|
||||||
def process(self, import_all=False):
|
def process(self, import_all=False):
|
||||||
"""Import scrobbles found on LastFM"""
|
"""Import scrobbles found on LastFM"""
|
||||||
|
|
||||||
|
if self.user.id == 1:
|
||||||
|
fix_profile_historic_timezones(self.user.profile)
|
||||||
|
|
||||||
if self.processed_finished:
|
if self.processed_finished:
|
||||||
logger.info(
|
logger.info(
|
||||||
f"{self} already processed on {self.processed_finished}"
|
f"{self} already processed on {self.processed_finished}"
|
||||||
@ -331,6 +339,9 @@ class RetroarchImport(BaseFileImportMixin):
|
|||||||
|
|
||||||
def process(self, import_all=False, force=False):
|
def process(self, import_all=False, force=False):
|
||||||
"""Import scrobbles found on Retroarch"""
|
"""Import scrobbles found on Retroarch"""
|
||||||
|
if self.user.id == 1:
|
||||||
|
fix_profile_historic_timezones(self.user.profile)
|
||||||
|
|
||||||
if self.processed_finished and not force:
|
if self.processed_finished and not force:
|
||||||
logger.info(
|
logger.info(
|
||||||
f"{self} already processed on {self.processed_finished}"
|
f"{self} already processed on {self.processed_finished}"
|
||||||
@ -644,6 +655,13 @@ class Scrobble(TimeStampedModel):
|
|||||||
(scrobble.elapsed_time)
|
(scrobble.elapsed_time)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Remove any locations without titles
|
||||||
|
if "GeoLocation" in scrobbles_by_type.keys():
|
||||||
|
for loc_scrobble in scrobbles_by_type["GeoLocation"]:
|
||||||
|
if not loc_scrobble.media_obj.title:
|
||||||
|
scrobbles_by_type["GeoLocation"].remove(loc_scrobble)
|
||||||
|
scrobbles_by_type["GeoLocation_count"] -= 1
|
||||||
|
|
||||||
return scrobbles_by_type
|
return scrobbles_by_type
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
@ -686,6 +704,12 @@ class Scrobble(TimeStampedModel):
|
|||||||
|
|
||||||
return super(Scrobble, self).save(*args, **kwargs)
|
return super(Scrobble, self).save(*args, **kwargs)
|
||||||
|
|
||||||
|
def get_absolute_url(self):
|
||||||
|
if not self.uuid:
|
||||||
|
self.uuid = uuid4()
|
||||||
|
self.save()
|
||||||
|
return reverse("scrobbles:detail", kwargs={"uuid": self.uuid})
|
||||||
|
|
||||||
def push_to_archivebox(self):
|
def push_to_archivebox(self):
|
||||||
pushable_media = hasattr(
|
pushable_media = hasattr(
|
||||||
self.media_obj, "push_to_archivebox"
|
self.media_obj, "push_to_archivebox"
|
||||||
@ -708,11 +732,11 @@ class Scrobble(TimeStampedModel):
|
|||||||
)
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def logdata(self) -> Optional[logdata.JSONDataclass]:
|
def logdata(self) -> Optional[logdata.BaseLogData]:
|
||||||
if self.media_obj:
|
if self.media_obj:
|
||||||
logdata_cls = self.media_obj.logdata_cls
|
logdata_cls = self.media_obj.logdata_cls
|
||||||
else:
|
else:
|
||||||
logdata_cls = logdata.ScrobbleLogData
|
logdata_cls = logdata.BaseLogData
|
||||||
|
|
||||||
log_dict = self.log
|
log_dict = self.log
|
||||||
if isinstance(self.log, str):
|
if isinstance(self.log, str):
|
||||||
@ -726,7 +750,20 @@ class Scrobble(TimeStampedModel):
|
|||||||
if not log_dict:
|
if not log_dict:
|
||||||
log_dict = {}
|
log_dict = {}
|
||||||
|
|
||||||
return logdata_cls.from_dict(log_dict)
|
try:
|
||||||
|
return logdata_cls(**log_dict)
|
||||||
|
except ParseError as e:
|
||||||
|
logger.warning(
|
||||||
|
"Could not parse log data",
|
||||||
|
extra={
|
||||||
|
"log_dict": log_dict,
|
||||||
|
"scrobble_id": self.id,
|
||||||
|
"error": e,
|
||||||
|
},
|
||||||
|
)
|
||||||
|
return logdata_cls()
|
||||||
|
except TypeError as e:
|
||||||
|
return logdata_cls()
|
||||||
|
|
||||||
def redirect_url(self, user_id) -> str:
|
def redirect_url(self, user_id) -> str:
|
||||||
user = User.objects.filter(id=user_id).first()
|
user = User.objects.filter(id=user_id).first()
|
||||||
@ -750,7 +787,18 @@ class Scrobble(TimeStampedModel):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def tzinfo(self):
|
def tzinfo(self):
|
||||||
return pytz.timezone(self.timezone)
|
return ZoneInfo(self.timezone)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def local_timestamp(self):
|
||||||
|
return timezone.localtime(self.timestamp, timezone=self.tzinfo)
|
||||||
|
|
||||||
|
@property
|
||||||
|
def local_stop_timestamp(self):
|
||||||
|
if self.stop_timestamp:
|
||||||
|
return timezone.localtime(
|
||||||
|
self.stop_timestamp, timezone=self.tzinfo
|
||||||
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def scrobble_media_key(self) -> str:
|
def scrobble_media_key(self) -> str:
|
||||||
@ -851,8 +899,9 @@ class Scrobble(TimeStampedModel):
|
|||||||
if self.played_to_completion:
|
if self.played_to_completion:
|
||||||
if self.playback_position_seconds:
|
if self.playback_position_seconds:
|
||||||
return self.playback_position_seconds
|
return self.playback_position_seconds
|
||||||
if self.media_obj.run_time_seconds:
|
if self.media_obj and self.media_obj.run_time_seconds:
|
||||||
return self.media_obj.run_time_seconds
|
return self.media_obj.run_time_seconds
|
||||||
|
|
||||||
return (timezone.now() - self.timestamp).seconds
|
return (timezone.now() - self.timestamp).seconds
|
||||||
|
|
||||||
@property
|
@property
|
||||||
@ -1029,11 +1078,12 @@ class Scrobble(TimeStampedModel):
|
|||||||
media_obj = self.puzzle
|
media_obj = self.puzzle
|
||||||
if self.task:
|
if self.task:
|
||||||
media_obj = self.task
|
media_obj = self.task
|
||||||
|
if self.food:
|
||||||
|
media_obj = self.food
|
||||||
return media_obj
|
return media_obj
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
timestamp = self.timestamp.strftime("%Y-%m-%d")
|
return f"Scrobble of {self.media_obj} ({self.timestamp})"
|
||||||
return f"Scrobble of {self.media_obj} ({timestamp})"
|
|
||||||
|
|
||||||
def calc_reading_duration(self) -> int:
|
def calc_reading_duration(self) -> int:
|
||||||
duration = 0
|
duration = 0
|
||||||
@ -1080,6 +1130,7 @@ class Scrobble(TimeStampedModel):
|
|||||||
key = media_class_to_foreign_key(media.__class__.__name__)
|
key = media_class_to_foreign_key(media.__class__.__name__)
|
||||||
media_query = models.Q(**{key: media})
|
media_query = models.Q(**{key: media})
|
||||||
scrobble_data[key + "_id"] = media.id
|
scrobble_data[key + "_id"] = media.id
|
||||||
|
skip_in_progress_check = kwargs.get("skip_in_progress_check", False)
|
||||||
|
|
||||||
# Find our last scrobble of this media item (track, video, etc)
|
# Find our last scrobble of this media item (track, video, etc)
|
||||||
scrobble = (
|
scrobble = (
|
||||||
@ -1092,7 +1143,6 @@ class Scrobble(TimeStampedModel):
|
|||||||
)
|
)
|
||||||
source = scrobble_data.get("source", "Vrobbler")
|
source = scrobble_data.get("source", "Vrobbler")
|
||||||
mtype = media.__class__.__name__
|
mtype = media.__class__.__name__
|
||||||
mopidy_status = scrobble_data.get("mopidy_status", None)
|
|
||||||
|
|
||||||
# GeoLocations are a special case scrobble
|
# GeoLocations are a special case scrobble
|
||||||
if mtype == cls.MediaType.GEO_LOCATION:
|
if mtype == cls.MediaType.GEO_LOCATION:
|
||||||
@ -1104,27 +1154,31 @@ class Scrobble(TimeStampedModel):
|
|||||||
)
|
)
|
||||||
return scrobble
|
return scrobble
|
||||||
|
|
||||||
logger.info(
|
if not skip_in_progress_check:
|
||||||
f"[create_or_update] check for existing scrobble to update ",
|
logger.info(
|
||||||
extra={
|
f"[create_or_update] check for existing scrobble to update ",
|
||||||
"scrobble_id": scrobble.id if scrobble else None,
|
extra={
|
||||||
"media_type": mtype,
|
"scrobble_id": scrobble.id if scrobble else None,
|
||||||
"media_id": media.id,
|
"media_type": mtype,
|
||||||
"scrobble_data": scrobble_data,
|
"media_id": media.id,
|
||||||
},
|
"scrobble_data": scrobble_data,
|
||||||
)
|
},
|
||||||
scrobble_data["playback_status"] = scrobble_data.pop("status", None)
|
)
|
||||||
# If it's marked as stopped, send it through our update mechanism, which will complete it
|
scrobble_data["playback_status"] = scrobble_data.pop(
|
||||||
if scrobble and (
|
"status", None
|
||||||
scrobble.can_be_updated
|
)
|
||||||
or scrobble_data["playback_status"] == "stopped"
|
# If it's marked as stopped, send it through our update mechanism, which will complete it
|
||||||
):
|
if scrobble and (
|
||||||
if "log" in scrobble_data.keys() and scrobble.log:
|
scrobble.can_be_updated
|
||||||
scrobble_data["log"] = scrobble.log | scrobble_data["log"]
|
or scrobble_data["playback_status"] == "stopped"
|
||||||
return scrobble.update(scrobble_data)
|
):
|
||||||
|
if "log" in scrobble_data.keys() and scrobble.log:
|
||||||
|
scrobble_data["log"] = scrobble.log | scrobble_data["log"]
|
||||||
|
return scrobble.update(scrobble_data)
|
||||||
|
|
||||||
|
# Discard status before creating
|
||||||
|
scrobble_data.pop("playback_status")
|
||||||
|
|
||||||
# Discard status before creating
|
|
||||||
scrobble_data.pop("playback_status")
|
|
||||||
logger.info(
|
logger.info(
|
||||||
f"[scrobbling] creating new scrobble",
|
f"[scrobbling] creating new scrobble",
|
||||||
extra={
|
extra={
|
||||||
@ -1291,7 +1345,7 @@ class Scrobble(TimeStampedModel):
|
|||||||
scrobble_data: dict,
|
scrobble_data: dict,
|
||||||
) -> "Scrobble":
|
) -> "Scrobble":
|
||||||
scrobble = cls.objects.create(**scrobble_data)
|
scrobble = cls.objects.create(**scrobble_data)
|
||||||
NtfyNotification(scrobble).send()
|
ScrobbleNtfyNotification(scrobble).send()
|
||||||
return scrobble
|
return scrobble
|
||||||
|
|
||||||
def stop(self, timestamp=None, force_finish=False) -> None:
|
def stop(self, timestamp=None, force_finish=False) -> None:
|
||||||
|
|||||||
@ -3,13 +3,26 @@ import requests
|
|||||||
|
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.contrib.sites.models import Site
|
from django.contrib.sites.models import Site
|
||||||
|
from django.urls import reverse
|
||||||
|
|
||||||
class Notification(ABC):
|
class BasicNtfyNotification(ABC):
|
||||||
scrobble: "Scrobble"
|
|
||||||
ntfy_headers: dict = {}
|
ntfy_headers: dict = {}
|
||||||
ntfy_url: str = ""
|
ntfy_url: str = ""
|
||||||
title: str = ""
|
title: str = ""
|
||||||
|
|
||||||
|
def __init__(self, profile: "UserProfile"):
|
||||||
|
self.profile = profile.user
|
||||||
|
protocol = "http" if settings.DEBUG else "https"
|
||||||
|
domain = Site.objects.get_current().domain
|
||||||
|
self.url_tmpl = f'{protocol}://{domain}' + '{path}'
|
||||||
|
|
||||||
|
@abstractmethod
|
||||||
|
def send(self) -> None:
|
||||||
|
pass
|
||||||
|
|
||||||
|
class ScrobbleNotification(BasicNtfyNotification):
|
||||||
|
scrobble: "Scrobble"
|
||||||
|
|
||||||
def __init__(self, scrobble: "Scrobble"):
|
def __init__(self, scrobble: "Scrobble"):
|
||||||
self.scrobble = scrobble
|
self.scrobble = scrobble
|
||||||
self.user = scrobble.user
|
self.user = scrobble.user
|
||||||
@ -19,13 +32,12 @@ class Notification(ABC):
|
|||||||
self.url_tmpl = f'{protocol}://{domain}' + '{path}'
|
self.url_tmpl = f'{protocol}://{domain}' + '{path}'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def send(self) -> None:
|
def send(self) -> None:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class NtfyNotification(Notification):
|
class ScrobbleNtfyNotification(ScrobbleNotification):
|
||||||
def __init__(self, scrobble, **kwargs):
|
def __init__(self, scrobble, **kwargs):
|
||||||
super().__init__(scrobble)
|
super().__init__(scrobble)
|
||||||
self.ntfy_str: str = f"{self.scrobble.media_obj}"
|
self.ntfy_str: str = f"{self.scrobble.media_obj}"
|
||||||
@ -35,8 +47,8 @@ class NtfyNotification(Notification):
|
|||||||
self.click_url = self.url_tmpl.format(path=self.scrobble.finish_url)
|
self.click_url = self.url_tmpl.format(path=self.scrobble.finish_url)
|
||||||
self.title = "Finish " + self.media_obj.strings.verb.lower() + "?"
|
self.title = "Finish " + self.media_obj.strings.verb.lower() + "?"
|
||||||
|
|
||||||
if self.scrobble.log and isinstance(self.scrobble.log, dict) and self.scrobble.log.get("description"):
|
if self.scrobble.log and isinstance(self.scrobble.log, dict) and self.scrobble.log.get("title"):
|
||||||
self.ntfy_str += f" - {self.scrobble.log.get('description')}"
|
self.ntfy_str += f" - {self.scrobble.log.get('title')}"
|
||||||
|
|
||||||
def send(self):
|
def send(self):
|
||||||
if (
|
if (
|
||||||
@ -55,3 +67,27 @@ class NtfyNotification(Notification):
|
|||||||
"Click": self.click_url,
|
"Click": self.click_url,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
class MoodNtfyNotification(BasicNtfyNotification):
|
||||||
|
def __init__(self, profile, **kwargs):
|
||||||
|
super().__init__(profile)
|
||||||
|
self.ntfy_str: str = "Would you like to check in about your mood?"
|
||||||
|
self.click_url = self.url_tmpl.format(path=reverse("moods:mood_list"))
|
||||||
|
self.title = "Mood Check-in!"
|
||||||
|
|
||||||
|
def send(self):
|
||||||
|
if (
|
||||||
|
self.profile
|
||||||
|
and self.profile.ntfy_enabled
|
||||||
|
and self.profile.ntfy_url
|
||||||
|
):
|
||||||
|
requests.post(
|
||||||
|
self.profile.ntfy_url,
|
||||||
|
data=self.ntfy_str.encode(encoding="utf-8"),
|
||||||
|
headers={
|
||||||
|
"Title": self.title,
|
||||||
|
"Priority": "high",
|
||||||
|
"Tags": "smiley, check",
|
||||||
|
"Click": self.click_url,
|
||||||
|
},
|
||||||
|
)
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
import logging
|
import logging
|
||||||
import re
|
import re
|
||||||
from datetime import datetime
|
from datetime import datetime, timedelta
|
||||||
from typing import Optional
|
from typing import Any, Optional
|
||||||
|
|
||||||
import pendulum
|
import pendulum
|
||||||
import pytz
|
import pytz
|
||||||
from beers.models import Beer
|
from beers.models import Beer
|
||||||
from boardgames.models import BoardGame
|
from boardgames.models import BoardGame, BoardGameDesigner, BoardGameLocation
|
||||||
from books.models import Book
|
from books.models import Book
|
||||||
from bricksets.models import BrickSet
|
from bricksets.models import BrickSet
|
||||||
from dateutil.parser import parse
|
from dateutil.parser import parse
|
||||||
@ -15,8 +15,10 @@ from locations.constants import LOCATION_PROVIDERS
|
|||||||
from locations.models import GeoLocation
|
from locations.models import GeoLocation
|
||||||
from music.constants import JELLYFIN_POST_KEYS, MOPIDY_POST_KEYS
|
from music.constants import JELLYFIN_POST_KEYS, MOPIDY_POST_KEYS
|
||||||
from music.models import Track
|
from music.models import Track
|
||||||
|
from people.models import Person
|
||||||
from podcasts.models import PodcastEpisode
|
from podcasts.models import PodcastEpisode
|
||||||
from podcasts.utils import parse_mopidy_uri
|
from podcasts.utils import parse_mopidy_uri
|
||||||
|
from profiles.models import UserProfile
|
||||||
from puzzles.models import Puzzle
|
from puzzles.models import Puzzle
|
||||||
from scrobbles.constants import (
|
from scrobbles.constants import (
|
||||||
JELLYFIN_AUDIO_ITEM_TYPES,
|
JELLYFIN_AUDIO_ITEM_TYPES,
|
||||||
@ -24,19 +26,17 @@ from scrobbles.constants import (
|
|||||||
SCROBBLE_CONTENT_URLS,
|
SCROBBLE_CONTENT_URLS,
|
||||||
)
|
)
|
||||||
from scrobbles.models import Scrobble
|
from scrobbles.models import Scrobble
|
||||||
|
from scrobbles.notifications import ScrobbleNtfyNotification
|
||||||
from scrobbles.utils import convert_to_seconds, extract_domain
|
from scrobbles.utils import convert_to_seconds, extract_domain
|
||||||
from sports.models import SportEvent
|
from sports.models import SportEvent
|
||||||
from sports.thesportsdb import lookup_event_from_thesportsdb
|
from sports.thesportsdb import lookup_event_from_thesportsdb
|
||||||
from tasks.models import Task
|
from tasks.models import Task
|
||||||
|
from tasks.utils import get_title_from_labels
|
||||||
from videogames.howlongtobeat import lookup_game_from_hltb
|
from videogames.howlongtobeat import lookup_game_from_hltb
|
||||||
from videogames.models import VideoGame
|
from videogames.models import VideoGame
|
||||||
from videos.models import Video
|
from videos.models import Video
|
||||||
from webpages.models import WebPage
|
from webpages.models import WebPage
|
||||||
|
|
||||||
from vrobbler.apps.tasks.constants import (
|
|
||||||
TODOIST_TITLE_LABELS
|
|
||||||
)
|
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
@ -134,7 +134,6 @@ def jellyfin_scrobble_media(
|
|||||||
run_time_seconds=convert_to_seconds(
|
run_time_seconds=convert_to_seconds(
|
||||||
post_data.get("RunTime", 900000)
|
post_data.get("RunTime", 900000)
|
||||||
),
|
),
|
||||||
musicbrainz_id=post_data.get("Provider_musicbrainztrack", ""),
|
|
||||||
)
|
)
|
||||||
# A hack because we don't worry about updating music ... we either finish it or we don't
|
# A hack because we don't worry about updating music ... we either finish it or we don't
|
||||||
playback_position_seconds = 0
|
playback_position_seconds = 0
|
||||||
@ -263,7 +262,7 @@ def manual_scrobble_video_game(
|
|||||||
def manual_scrobble_book(
|
def manual_scrobble_book(
|
||||||
title: str, user_id: int, action: Optional[str] = None
|
title: str, user_id: int, action: Optional[str] = None
|
||||||
):
|
):
|
||||||
book = Book.get_from_google(title)
|
book = Book.find_or_create(title)
|
||||||
|
|
||||||
scrobble_dict = {
|
scrobble_dict = {
|
||||||
"user_id": user_id,
|
"user_id": user_id,
|
||||||
@ -288,7 +287,7 @@ def manual_scrobble_book(
|
|||||||
|
|
||||||
def manual_scrobble_board_game(
|
def manual_scrobble_board_game(
|
||||||
bggeek_id: str, user_id: int, action: Optional[str] = None
|
bggeek_id: str, user_id: int, action: Optional[str] = None
|
||||||
):
|
) -> Scrobble | None:
|
||||||
boardgame = BoardGame.find_or_create(bggeek_id)
|
boardgame = BoardGame.find_or_create(bggeek_id)
|
||||||
|
|
||||||
if not boardgame:
|
if not boardgame:
|
||||||
@ -314,6 +313,203 @@ def manual_scrobble_board_game(
|
|||||||
return Scrobble.create_or_update(boardgame, user_id, scrobble_dict)
|
return Scrobble.create_or_update(boardgame, user_id, scrobble_dict)
|
||||||
|
|
||||||
|
|
||||||
|
def find_and_enrich_board_game_data(game_dict: dict) -> BoardGame | None:
|
||||||
|
"""TODO Move this to a utility somewhere"""
|
||||||
|
game = BoardGame.find_or_create(game_dict.get("bggId"))
|
||||||
|
|
||||||
|
if game:
|
||||||
|
game.cooperative = game_dict.get("cooperative", False)
|
||||||
|
game.highest_wins = game_dict.get("highestWins", True)
|
||||||
|
game.no_points = game_dict.get("noPoints", False)
|
||||||
|
game.uses_teams = game_dict.get("useTeams", False)
|
||||||
|
game.bgstats_id = game_dict.get("uuid", None)
|
||||||
|
if not game.rating:
|
||||||
|
game.rating = game_dict.get("rating") / 10
|
||||||
|
game.save()
|
||||||
|
|
||||||
|
if game_dict.get("designers"):
|
||||||
|
for designer_name in game_dict.get("designers", "").split(", "):
|
||||||
|
designer, created = BoardGameDesigner.objects.get_or_create(
|
||||||
|
name=designer_name
|
||||||
|
)
|
||||||
|
game.designers.add(designer.id)
|
||||||
|
return game
|
||||||
|
|
||||||
|
|
||||||
|
def email_scrobble_board_game(
|
||||||
|
bgstat_data: dict[str, Any], user_id: int
|
||||||
|
) -> list[Scrobble]:
|
||||||
|
game_list: list = bgstat_data.get("games", [])
|
||||||
|
if not game_list:
|
||||||
|
logger.info(
|
||||||
|
"No game data from BG Stats, not scrobbling",
|
||||||
|
extra={"bgstat_data": bgstat_data},
|
||||||
|
)
|
||||||
|
return []
|
||||||
|
|
||||||
|
player_dict = {}
|
||||||
|
for player in bgstat_data.get("players", []):
|
||||||
|
if player.get("isAnonymous"):
|
||||||
|
person, _created = Person.objects.get_or_create(name="Anonymous")
|
||||||
|
else:
|
||||||
|
person, _created = Person.objects.get_or_create(
|
||||||
|
bgstats_id=player.get("uuid")
|
||||||
|
)
|
||||||
|
if not person.name:
|
||||||
|
person.name = player.get("name", "")
|
||||||
|
person.save()
|
||||||
|
player_dict[player.get("id")] = person
|
||||||
|
|
||||||
|
base_games = {}
|
||||||
|
expansions = {}
|
||||||
|
log_data = {}
|
||||||
|
for game in game_list:
|
||||||
|
logger.info(f"Finding and enriching {game.get('name')}")
|
||||||
|
enriched_game = find_and_enrich_board_game_data(game)
|
||||||
|
if game.get("isBaseGame"):
|
||||||
|
base_games[game.get("id")] = enriched_game
|
||||||
|
if game.get("isExpansion"):
|
||||||
|
expansions[game.get("id")] = enriched_game
|
||||||
|
|
||||||
|
locations = {}
|
||||||
|
for location_dict in bgstat_data.get("locations", []):
|
||||||
|
location, _created = BoardGameLocation.objects.get_or_create(
|
||||||
|
bgstats_id=location_dict.get("uuid")
|
||||||
|
)
|
||||||
|
update_fields = []
|
||||||
|
if not location.name:
|
||||||
|
location.name = location_dict.get("name")
|
||||||
|
update_fields.append("name")
|
||||||
|
geoloc = GeoLocation.objects.filter(
|
||||||
|
title__icontains=location.name
|
||||||
|
).first()
|
||||||
|
if geoloc:
|
||||||
|
location.geo_location = geoloc
|
||||||
|
update_fields.append("geo_location")
|
||||||
|
if update_fields:
|
||||||
|
location.save(update_fields=update_fields)
|
||||||
|
|
||||||
|
locations[location_dict.get("id")] = location
|
||||||
|
|
||||||
|
scrobbles_created = []
|
||||||
|
second = 0
|
||||||
|
for play_dict in bgstat_data.get("plays", []):
|
||||||
|
hour = None
|
||||||
|
minute = None
|
||||||
|
second = None
|
||||||
|
if "comments" in play_dict.keys():
|
||||||
|
for line in play_dict.get("comments", "").split("\n"):
|
||||||
|
if "Learning to play" in line:
|
||||||
|
log_data["learning"] = True
|
||||||
|
if "Start time:" in line:
|
||||||
|
start_time = line.split(": ")[1]
|
||||||
|
pieces = start_time.split(":")
|
||||||
|
hour = int(pieces[0])
|
||||||
|
minute = int(pieces[1])
|
||||||
|
try:
|
||||||
|
second = int(pieces[2])
|
||||||
|
except IndexError:
|
||||||
|
second = 0
|
||||||
|
|
||||||
|
log_data["notes"] = [play_dict.get("comments")]
|
||||||
|
log_data["expansion_ids"] = []
|
||||||
|
try:
|
||||||
|
base_game = base_games[play_dict.get("gameRefId")]
|
||||||
|
except KeyError:
|
||||||
|
try:
|
||||||
|
base_game = expansions[play_dict.get("gameRefId")]
|
||||||
|
except KeyError:
|
||||||
|
logger.info(
|
||||||
|
"Skipping scrobble of play, can't find game",
|
||||||
|
extra={"play_dict": play_dict},
|
||||||
|
)
|
||||||
|
continue
|
||||||
|
|
||||||
|
for eplay in play_dict.get("expansionPlays", []):
|
||||||
|
expansion = expansions[eplay.get("gameRefId")]
|
||||||
|
expansion.expansion_for_boardgame = base_game
|
||||||
|
expansion.save()
|
||||||
|
log_data["expansion_ids"].append(expansion.id)
|
||||||
|
if log_data.get("expansion_ids") == []:
|
||||||
|
log_data.pop("expansion_ids")
|
||||||
|
|
||||||
|
if play_dict.get("locationRefId", False):
|
||||||
|
log_data["location_id"] = locations[
|
||||||
|
play_dict.get("locationRefId")
|
||||||
|
].id
|
||||||
|
if play_dict.get("rounds", False):
|
||||||
|
log_data["rounds"] = play_dict.get("rounds")
|
||||||
|
if play_dict.get("board", False):
|
||||||
|
log_data["board"] = play_dict.get("board")
|
||||||
|
|
||||||
|
log_data["players"] = []
|
||||||
|
for score_dict in play_dict.get("playerScores", []):
|
||||||
|
log_data["players"].append(
|
||||||
|
{
|
||||||
|
"person_id": player_dict[score_dict.get("playerRefId")].id,
|
||||||
|
"new": score_dict.get("newPlayer"),
|
||||||
|
"win": score_dict.get("winner"),
|
||||||
|
"score": score_dict.get("score"),
|
||||||
|
"rank": score_dict.get("rank"),
|
||||||
|
"seat_order": score_dict.get("seatOrder"),
|
||||||
|
"role": score_dict.get("role"),
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
|
timestamp = parse(play_dict.get("playDate"))
|
||||||
|
if hour and minute:
|
||||||
|
logger.info(f"Scrobble playDate has manual start time {timestamp}")
|
||||||
|
timestamp = timestamp.replace(
|
||||||
|
hour=hour, minute=minute, second=second or 0
|
||||||
|
)
|
||||||
|
logger.info(f"Update to {timestamp}")
|
||||||
|
|
||||||
|
profile = UserProfile.objects.filter(user_id=user_id).first()
|
||||||
|
timestamp = profile.get_timestamp_with_tz(timestamp)
|
||||||
|
|
||||||
|
if play_dict.get("durationMin") > 0:
|
||||||
|
duration_seconds = play_dict.get("durationMin") * 60
|
||||||
|
else:
|
||||||
|
duration_seconds = base_game.run_time_seconds
|
||||||
|
stop_timestamp = timestamp + timedelta(seconds=duration_seconds)
|
||||||
|
|
||||||
|
logger.info(f"Creating scrobble for {base_game} at {timestamp}")
|
||||||
|
scrobble_dict = {
|
||||||
|
"user_id": user_id,
|
||||||
|
"timestamp": timestamp,
|
||||||
|
"playback_position_seconds": duration_seconds,
|
||||||
|
"source": "BG Stats",
|
||||||
|
"log": log_data,
|
||||||
|
}
|
||||||
|
|
||||||
|
scrobble = None
|
||||||
|
if timestamp.year > 2023:
|
||||||
|
logger.info(
|
||||||
|
"Scrobbles older than 2024 likely have no time associated just create it"
|
||||||
|
)
|
||||||
|
scrobble = Scrobble.objects.filter(
|
||||||
|
board_game=base_game, user_id=user_id, timestamp=timestamp
|
||||||
|
).first()
|
||||||
|
if scrobble:
|
||||||
|
logger.info(
|
||||||
|
"Scrobble already exists, skipping",
|
||||||
|
extra={"scrobble_dict": scrobble_dict, "user_id": user_id},
|
||||||
|
)
|
||||||
|
continue
|
||||||
|
scrobble = Scrobble.create_or_update(
|
||||||
|
base_game, user_id, scrobble_dict, skip_in_progress_check=True
|
||||||
|
)
|
||||||
|
scrobble.timezone = timestamp.tzinfo.name
|
||||||
|
scrobble.stop_timestamp = stop_timestamp
|
||||||
|
scrobble.in_progress = False
|
||||||
|
scrobble.played_to_completion = True
|
||||||
|
scrobble.save()
|
||||||
|
scrobbles_created.append(scrobble)
|
||||||
|
ScrobbleNtfyNotification(scrobble).send()
|
||||||
|
|
||||||
|
return scrobbles_created
|
||||||
|
|
||||||
|
|
||||||
def manual_scrobble_from_url(
|
def manual_scrobble_from_url(
|
||||||
url: str, user_id: int, action: Optional[str] = None
|
url: str, user_id: int, action: Optional[str] = None
|
||||||
) -> Scrobble:
|
) -> Scrobble:
|
||||||
@ -391,9 +587,9 @@ def todoist_scrobble_update_task(
|
|||||||
)
|
)
|
||||||
return
|
return
|
||||||
|
|
||||||
existing_notes = scrobble.log.get("notes", {})
|
if not scrobble.log.get("notes"):
|
||||||
existing_notes[todoist_note.get("todoist_id")] = todoist_note.get("notes")
|
scrobble.log["notes"] = []
|
||||||
scrobble.log["notes"] = existing_notes
|
scrobble.log["notes"].append(todoist_note.get("notes"))
|
||||||
scrobble.save(update_fields=["log"])
|
scrobble.save(update_fields=["log"])
|
||||||
logger.info(
|
logger.info(
|
||||||
"[todoist_scrobble_update_task] todoist note added",
|
"[todoist_scrobble_update_task] todoist note added",
|
||||||
@ -412,26 +608,14 @@ def todoist_scrobble_task(
|
|||||||
user_id: int,
|
user_id: int,
|
||||||
started: bool = False,
|
started: bool = False,
|
||||||
stopped: bool = False,
|
stopped: bool = False,
|
||||||
|
user_context_list: list[str] = [],
|
||||||
) -> Scrobble:
|
) -> Scrobble:
|
||||||
|
title = get_title_from_labels(
|
||||||
prefix = ""
|
todoist_task.get("todoist_label_list", []), user_context_list
|
||||||
suffix = ""
|
)
|
||||||
# TODO look up the user profile and instead of checking PREFIX/SUFFIX, check against
|
|
||||||
# user.profile.task_context_tags which will result in context-based tag titles
|
|
||||||
# We'd also have to migrate existing tasks to the new context based ones (maybe)
|
|
||||||
for label in todoist_task["todoist_label_list"]:
|
|
||||||
if label in TODOIST_TITLE_LABELS:
|
|
||||||
title = label
|
|
||||||
|
|
||||||
if not prefix and suffix:
|
|
||||||
logger.warning(
|
|
||||||
"Missing a prefix and suffix tag for task",
|
|
||||||
extra={"todoist_scrobble_task": todoist_task},
|
|
||||||
)
|
|
||||||
|
|
||||||
task = Task.find_or_create(title)
|
task = Task.find_or_create(title)
|
||||||
|
|
||||||
timestamp = pendulum.parse(todoist_task.get("updated_at", timezone.now()))
|
timestamp = pendulum.parse(todoist_task.pop("updated_at", timezone.now()))
|
||||||
in_progress_scrobble = Scrobble.objects.filter(
|
in_progress_scrobble = Scrobble.objects.filter(
|
||||||
user_id=user_id,
|
user_id=user_id,
|
||||||
in_progress=True,
|
in_progress=True,
|
||||||
@ -473,8 +657,12 @@ def todoist_scrobble_task(
|
|||||||
)
|
)
|
||||||
return todoist_scrobble_task_finish(todoist_task, user_id, timestamp)
|
return todoist_scrobble_task_finish(todoist_task, user_id, timestamp)
|
||||||
|
|
||||||
# Default to create new scrobble "if not in_progress_scrobble and in_progress_in_todoist"
|
todoist_task["title"] = todoist_task.pop("description")
|
||||||
# TODO Should use updated_at from TOdoist, but parsing isn't working
|
todoist_task["description"] = todoist_task.pop("details")
|
||||||
|
todoist_task["labels"] = todoist_task.pop("todoist_label_list", [])
|
||||||
|
todoist_task.pop("todoist_type")
|
||||||
|
todoist_task.pop("todoist_event")
|
||||||
|
|
||||||
scrobble_dict = {
|
scrobble_dict = {
|
||||||
"user_id": user_id,
|
"user_id": user_id,
|
||||||
"timestamp": timestamp,
|
"timestamp": timestamp,
|
||||||
@ -502,8 +690,8 @@ def emacs_scrobble_update_task(
|
|||||||
scrobble = Scrobble.objects.filter(
|
scrobble = Scrobble.objects.filter(
|
||||||
in_progress=True,
|
in_progress=True,
|
||||||
user_id=user_id,
|
user_id=user_id,
|
||||||
log__source_id=emacs_id,
|
log__orgmode_id=emacs_id,
|
||||||
log__source="orgmode",
|
source="Org-mode",
|
||||||
).first()
|
).first()
|
||||||
|
|
||||||
if not scrobble:
|
if not scrobble:
|
||||||
@ -550,30 +738,20 @@ def emacs_scrobble_task(
|
|||||||
user_id: int,
|
user_id: int,
|
||||||
started: bool = False,
|
started: bool = False,
|
||||||
stopped: bool = False,
|
stopped: bool = False,
|
||||||
|
user_context_list: list[str] = [],
|
||||||
) -> Scrobble | None:
|
) -> Scrobble | None:
|
||||||
|
orgmode_id = task_data.get("source_id")
|
||||||
|
title = get_title_from_labels(
|
||||||
|
task_data.get("labels", []), user_context_list
|
||||||
|
)
|
||||||
|
|
||||||
prefix = ""
|
|
||||||
suffix = ""
|
|
||||||
|
|
||||||
source_id = task_data.get("source_id")
|
|
||||||
for label in task_data.get("labels", []):
|
|
||||||
if label in TODOIST_TITLE_LABELS:
|
|
||||||
title = label
|
|
||||||
|
|
||||||
if not prefix and not suffix:
|
|
||||||
logger.warning(
|
|
||||||
"Missing a prefix and suffix tag for task",
|
|
||||||
extra={"emacs_scrobble_task": task_data},
|
|
||||||
)
|
|
||||||
|
|
||||||
title = " ".join([prefix.capitalize(), suffix.capitalize()])
|
|
||||||
task = Task.find_or_create(title)
|
task = Task.find_or_create(title)
|
||||||
|
|
||||||
timestamp = pendulum.parse(task_data.get("updated_at", timezone.now()))
|
timestamp = pendulum.parse(task_data.pop("updated_at", timezone.now()))
|
||||||
in_progress_scrobble = Scrobble.objects.filter(
|
in_progress_scrobble = Scrobble.objects.filter(
|
||||||
user_id=user_id,
|
user_id=user_id,
|
||||||
in_progress=True,
|
in_progress=True,
|
||||||
log__source_id=source_id,
|
log__orgmode_id=orgmode_id,
|
||||||
log__source="orgmode",
|
log__source="orgmode",
|
||||||
task=task,
|
task=task,
|
||||||
).last()
|
).last()
|
||||||
@ -582,7 +760,7 @@ def emacs_scrobble_task(
|
|||||||
logger.info(
|
logger.info(
|
||||||
"[emacs_scrobble_task] cannot stop already stopped task",
|
"[emacs_scrobble_task] cannot stop already stopped task",
|
||||||
extra={
|
extra={
|
||||||
"emacs_id": source_id,
|
"orgmode_id": orgmode_id,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
return
|
return
|
||||||
@ -591,7 +769,7 @@ def emacs_scrobble_task(
|
|||||||
logger.info(
|
logger.info(
|
||||||
"[emacs_scrobble_task] cannot start already started task",
|
"[emacs_scrobble_task] cannot start already started task",
|
||||||
extra={
|
extra={
|
||||||
"emacs_id": source_id,
|
"ormode_id": orgmode_id,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
return in_progress_scrobble
|
return in_progress_scrobble
|
||||||
@ -601,7 +779,7 @@ def emacs_scrobble_task(
|
|||||||
logger.info(
|
logger.info(
|
||||||
"[emacs_scrobble_task] finishing",
|
"[emacs_scrobble_task] finishing",
|
||||||
extra={
|
extra={
|
||||||
"emacs_id": source_id,
|
"orgmode_id": orgmode_id,
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
in_progress_scrobble.stop(timestamp=timestamp, force_finish=True)
|
in_progress_scrobble.stop(timestamp=timestamp, force_finish=True)
|
||||||
@ -612,11 +790,17 @@ def emacs_scrobble_task(
|
|||||||
|
|
||||||
notes = task_data.pop("notes")
|
notes = task_data.pop("notes")
|
||||||
if notes:
|
if notes:
|
||||||
task_data["notes"] = []
|
task_data["notes"] = [note.get("content") for note in notes]
|
||||||
for note in notes:
|
task_data["title"] = task_data.pop("description")
|
||||||
task_data["notes"].append(
|
task_data["description"] = task_data.pop("body")
|
||||||
{note.get("timestamp"): note.get("content")}
|
task_data["labels"] = task_data.pop("labels")
|
||||||
)
|
|
||||||
|
task_data["orgmode_id"] = task_data.pop("source_id")
|
||||||
|
task_data["orgmode_state"] = task_data.pop("state")
|
||||||
|
task_data["orgmode_properties"] = task_data.pop("properties")
|
||||||
|
task_data["orgmode_drawers"] = task_data.pop("drawers")
|
||||||
|
task_data["orgmode_timestamps"] = task_data.pop("timestamps")
|
||||||
|
task_data.pop("source")
|
||||||
|
|
||||||
scrobble_dict = {
|
scrobble_dict = {
|
||||||
"user_id": user_id,
|
"user_id": user_id,
|
||||||
|
|||||||
11
vrobbler/apps/scrobbles/templatetags/form_tags.py
Normal file
11
vrobbler/apps/scrobbles/templatetags/form_tags.py
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
from django import template
|
||||||
|
|
||||||
|
register = template.Library()
|
||||||
|
|
||||||
|
|
||||||
|
@register.filter(name="add_class")
|
||||||
|
def add_class(field, css_class):
|
||||||
|
# If the widget is CheckboxInput, skip adding 'form-control'
|
||||||
|
if field.field.widget.__class__.__name__ == "CheckboxInput":
|
||||||
|
return field.as_widget()
|
||||||
|
return field.as_widget(attrs={"class": css_class})
|
||||||
@ -95,6 +95,11 @@ urlpatterns = [
|
|||||||
views.ScrobbleLongPlaysView.as_view(),
|
views.ScrobbleLongPlaysView.as_view(),
|
||||||
name="long-plays",
|
name="long-plays",
|
||||||
),
|
),
|
||||||
|
path(
|
||||||
|
"scrobble/<slug:uuid>/",
|
||||||
|
views.ScrobbleDetailView.as_view(),
|
||||||
|
name="detail",
|
||||||
|
),
|
||||||
path("scrobble/<slug:uuid>/start/", views.scrobble_start, name="start"),
|
path("scrobble/<slug:uuid>/start/", views.scrobble_start, name="start"),
|
||||||
path("scrobble/<slug:uuid>/finish/", views.scrobble_finish, name="finish"),
|
path("scrobble/<slug:uuid>/finish/", views.scrobble_finish, name="finish"),
|
||||||
path("scrobble/<slug:uuid>/cancel/", views.scrobble_cancel, name="cancel"),
|
path("scrobble/<slug:uuid>/cancel/", views.scrobble_cancel, name="cancel"),
|
||||||
|
|||||||
@ -1,18 +1,23 @@
|
|||||||
import hashlib
|
import hashlib
|
||||||
import logging
|
import logging
|
||||||
import re
|
import re
|
||||||
from datetime import datetime, timedelta, tzinfo
|
from datetime import datetime, timedelta
|
||||||
from sqlite3 import IntegrityError
|
from typing import TYPE_CHECKING, Optional
|
||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
|
from zoneinfo import ZoneInfo
|
||||||
|
|
||||||
import pytz
|
import pytz
|
||||||
from django.apps import apps
|
from django.apps import apps
|
||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
from django.db import models, transaction
|
from django.db import models
|
||||||
from django.utils import timezone
|
from django.utils import timezone
|
||||||
from profiles.models import UserProfile
|
from profiles.models import UserProfile
|
||||||
from profiles.utils import now_user_timezone
|
from profiles.utils import now_user_timezone
|
||||||
from scrobbles.constants import LONG_PLAY_MEDIA
|
from scrobbles.constants import LONG_PLAY_MEDIA
|
||||||
|
from scrobbles.notifications import (
|
||||||
|
MoodNtfyNotification,
|
||||||
|
ScrobbleNtfyNotification,
|
||||||
|
)
|
||||||
from scrobbles.tasks import (
|
from scrobbles.tasks import (
|
||||||
process_koreader_import,
|
process_koreader_import,
|
||||||
process_lastfm_import,
|
process_lastfm_import,
|
||||||
@ -20,13 +25,14 @@ from scrobbles.tasks import (
|
|||||||
)
|
)
|
||||||
from webdav.client import get_webdav_client
|
from webdav.client import get_webdav_client
|
||||||
|
|
||||||
from vrobbler.apps.scrobbles.notifications import NtfyNotification
|
if TYPE_CHECKING:
|
||||||
|
from scrobbles.models import Scrobble
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
User = get_user_model()
|
User = get_user_model()
|
||||||
|
|
||||||
|
|
||||||
def timestamp_user_tz_to_utc(timestamp: int, user_tz: tzinfo) -> datetime:
|
def timestamp_user_tz_to_utc(timestamp: int, user_tz: ZoneInfo) -> datetime:
|
||||||
return user_tz.localize(datetime.utcfromtimestamp(timestamp)).astimezone(
|
return user_tz.localize(datetime.utcfromtimestamp(timestamp)).astimezone(
|
||||||
pytz.utc
|
pytz.utc
|
||||||
)
|
)
|
||||||
@ -115,6 +121,8 @@ def get_long_plays_completed(user: User) -> list:
|
|||||||
|
|
||||||
def import_lastfm_for_all_users(restart=False):
|
def import_lastfm_for_all_users(restart=False):
|
||||||
"""Grab a list of all users with LastFM enabled and kickoff imports for them"""
|
"""Grab a list of all users with LastFM enabled and kickoff imports for them"""
|
||||||
|
from scrobbles.importers.lastfm import LastFM
|
||||||
|
|
||||||
LastFmImport = apps.get_model("scrobbles", "LastFMImport")
|
LastFmImport = apps.get_model("scrobbles", "LastFMImport")
|
||||||
lastfm_enabled_user_ids = UserProfile.objects.filter(
|
lastfm_enabled_user_ids = UserProfile.objects.filter(
|
||||||
lastfm_username__isnull=False,
|
lastfm_username__isnull=False,
|
||||||
@ -125,6 +133,31 @@ def import_lastfm_for_all_users(restart=False):
|
|||||||
lastfm_import_count = 0
|
lastfm_import_count = 0
|
||||||
|
|
||||||
for user_id in lastfm_enabled_user_ids:
|
for user_id in lastfm_enabled_user_ids:
|
||||||
|
|
||||||
|
lfm_import = LastFmImport.objects.filter(
|
||||||
|
user_id=user_id, processed_finished__isnull=False
|
||||||
|
).last()
|
||||||
|
if lfm_import:
|
||||||
|
last_processed = lfm_import.processed_finished
|
||||||
|
else:
|
||||||
|
logger.info(
|
||||||
|
f"Not resuming failed LastFM import {lfm_import.id} for user {user_id}, use restart=True to restart"
|
||||||
|
"No existing LastFM import, we should start a monthly parsing of lastFm for this user going back to 2002"
|
||||||
|
)
|
||||||
|
continue
|
||||||
|
|
||||||
|
lfm_client = LastFM(
|
||||||
|
user=get_user_model().objects.filter(id=user_id).first()
|
||||||
|
)
|
||||||
|
|
||||||
|
has_scrobbles = lfm_client.get_last_scrobbles(
|
||||||
|
time_from=last_processed, check=True
|
||||||
|
)
|
||||||
|
|
||||||
|
if not has_scrobbles:
|
||||||
|
logger.info("No new scrobbles to import from LastFM")
|
||||||
|
continue
|
||||||
|
|
||||||
lfm_import, created = LastFmImport.objects.get_or_create(
|
lfm_import, created = LastFmImport.objects.get_or_create(
|
||||||
user_id=user_id, processed_finished__isnull=True
|
user_id=user_id, processed_finished__isnull=True
|
||||||
)
|
)
|
||||||
@ -275,36 +308,6 @@ def get_file_md5_hash(file_path: str) -> str:
|
|||||||
return file_hash.hexdigest()
|
return file_hash.hexdigest()
|
||||||
|
|
||||||
|
|
||||||
def deduplicate_tracks(commit=False) -> int:
|
|
||||||
from music.models import Track
|
|
||||||
|
|
||||||
# TODO This whole thing should iterate over users
|
|
||||||
dups = []
|
|
||||||
|
|
||||||
for t in Track.objects.all():
|
|
||||||
if Track.objects.filter(title=t.title, artist=t.artist).exists():
|
|
||||||
dups.append(t)
|
|
||||||
|
|
||||||
for b in dups:
|
|
||||||
tracks = Track.objects.filter(artist=b.artist, title=b.title)
|
|
||||||
first = tracks.first()
|
|
||||||
for other in tracks.exclude(id=first.id):
|
|
||||||
print("moving scrobbles for ", other.id, " to ", first.id)
|
|
||||||
if commit:
|
|
||||||
with transaction.atomic():
|
|
||||||
other.scrobble_set.update(track=first)
|
|
||||||
print("deleting ", other.id, " - ", other)
|
|
||||||
try:
|
|
||||||
other.delete()
|
|
||||||
except IntegrityError as e:
|
|
||||||
print(
|
|
||||||
"could not delete ",
|
|
||||||
other.id,
|
|
||||||
f": IntegrityError {e}",
|
|
||||||
)
|
|
||||||
return len(dups)
|
|
||||||
|
|
||||||
|
|
||||||
def send_stop_notifications_for_in_progress_scrobbles() -> int:
|
def send_stop_notifications_for_in_progress_scrobbles() -> int:
|
||||||
"""Get all inprogress scrobbles and check if they're passed their media obj length.
|
"""Get all inprogress scrobbles and check if they're passed their media obj length.
|
||||||
|
|
||||||
@ -313,7 +316,7 @@ def send_stop_notifications_for_in_progress_scrobbles() -> int:
|
|||||||
|
|
||||||
scrobbles_in_progress_qs = Scrobble.objects.filter(
|
scrobbles_in_progress_qs = Scrobble.objects.filter(
|
||||||
played_to_completion=False, in_progress=True
|
played_to_completion=False, in_progress=True
|
||||||
)
|
).exclude(media_type=Scrobble.MediaType.GEO_LOCATION)
|
||||||
|
|
||||||
notifications_sent = 0
|
notifications_sent = 0
|
||||||
for scrobble in scrobbles_in_progress_qs:
|
for scrobble in scrobbles_in_progress_qs:
|
||||||
@ -322,7 +325,20 @@ def send_stop_notifications_for_in_progress_scrobbles() -> int:
|
|||||||
).seconds
|
).seconds
|
||||||
|
|
||||||
if elapsed_scrobble_seconds > scrobble.media_obj.run_time_seconds:
|
if elapsed_scrobble_seconds > scrobble.media_obj.run_time_seconds:
|
||||||
NtfyNotification(scrobble, end=True).send()
|
ScrobbleNtfyNotification(scrobble, end=True).send()
|
||||||
|
notifications_sent += 1
|
||||||
|
|
||||||
|
return notifications_sent
|
||||||
|
|
||||||
|
def send_mood_checkin_reminders() -> int:
|
||||||
|
"""Get all profiles with mood check-ins enabled and checkin!"""
|
||||||
|
from profiles.models import UserProfile
|
||||||
|
|
||||||
|
now = timezone.now()
|
||||||
|
notifications_sent = 0
|
||||||
|
for profile in UserProfile.objects.filter(mood_checkin_enabled=True):
|
||||||
|
if profile.mood_checkin_frequency == "hourly" and now.minute == 0:
|
||||||
|
MoodNtfyNotification(profile).send()
|
||||||
notifications_sent += 1
|
notifications_sent += 1
|
||||||
|
|
||||||
return notifications_sent
|
return notifications_sent
|
||||||
@ -336,3 +352,22 @@ def extract_domain(url):
|
|||||||
+ parsed_url.netloc.split(".")[-1]
|
+ parsed_url.netloc.split(".")[-1]
|
||||||
)
|
)
|
||||||
return domain
|
return domain
|
||||||
|
|
||||||
|
def fix_playback_position_seconds(*scrobbles: "Scrobble", commit=True) -> list["Scrobble"]:
|
||||||
|
updated_scrobbles = list()
|
||||||
|
for scrobble in scrobbles:
|
||||||
|
if not scrobble.media_obj:
|
||||||
|
logger.info(f"No media object found for scrobble {scrobble.id}, cannot update elapsed time")
|
||||||
|
continue
|
||||||
|
|
||||||
|
if scrobble.media_type == "Track" and scrobble.media_obj.run_time_seconds:
|
||||||
|
too_long = scrobble.playback_position_seconds > scrobble.media_obj.run_time_seconds
|
||||||
|
zero = scrobble.playback_position_seconds == 0
|
||||||
|
null = not scrobble.playback_position_seconds
|
||||||
|
if too_long or zero or null:
|
||||||
|
scrobble.playback_position_seconds = scrobble.media_obj.run_time_seconds
|
||||||
|
updated_scrobbles.append(scrobble)
|
||||||
|
if commit:
|
||||||
|
scrobble.save(update_fields=["playback_position_seconds"])
|
||||||
|
|
||||||
|
return updated_scrobbles
|
||||||
|
|||||||
@ -4,12 +4,13 @@ import logging
|
|||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
from dateutil.relativedelta import relativedelta
|
from dateutil.relativedelta import relativedelta
|
||||||
|
|
||||||
|
from django.shortcuts import redirect
|
||||||
import pendulum
|
import pendulum
|
||||||
import pytz
|
import pytz
|
||||||
from django.apps import apps
|
from django.apps import apps
|
||||||
from django.contrib import messages
|
from django.contrib import messages
|
||||||
from django.contrib.auth.mixins import LoginRequiredMixin
|
from django.contrib.auth.mixins import LoginRequiredMixin
|
||||||
from django.db.models import Count, Q
|
from django.db.models import Count, Q, Max
|
||||||
from django.db.models.query import QuerySet
|
from django.db.models.query import QuerySet
|
||||||
from django.http import FileResponse, HttpResponseRedirect, JsonResponse
|
from django.http import FileResponse, HttpResponseRedirect, JsonResponse
|
||||||
from django.urls import reverse_lazy
|
from django.urls import reverse_lazy
|
||||||
@ -19,6 +20,8 @@ from django.views.generic import DetailView, FormView, TemplateView
|
|||||||
from django.views.generic.edit import CreateView
|
from django.views.generic.edit import CreateView
|
||||||
from django.views.generic.list import ListView
|
from django.views.generic.list import ListView
|
||||||
from music.aggregators import live_charts, scrobble_counts, week_of_scrobbles
|
from music.aggregators import live_charts, scrobble_counts, week_of_scrobbles
|
||||||
|
|
||||||
|
from django.core.paginator import Paginator, EmptyPage, PageNotAnInteger
|
||||||
from rest_framework import status
|
from rest_framework import status
|
||||||
from rest_framework.decorators import (
|
from rest_framework.decorators import (
|
||||||
api_view,
|
api_view,
|
||||||
@ -54,6 +57,7 @@ from scrobbles.utils import (
|
|||||||
get_long_plays_completed,
|
get_long_plays_completed,
|
||||||
get_long_plays_in_progress,
|
get_long_plays_in_progress,
|
||||||
)
|
)
|
||||||
|
from moods.models import Mood
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -64,15 +68,22 @@ class ScrobbleableListView(ListView):
|
|||||||
|
|
||||||
def get_queryset(self):
|
def get_queryset(self):
|
||||||
queryset = super().get_queryset()
|
queryset = super().get_queryset()
|
||||||
|
if self.model == Mood:
|
||||||
|
return queryset
|
||||||
|
|
||||||
|
user_filter = Q()
|
||||||
if not self.request.user.is_anonymous:
|
if not self.request.user.is_anonymous:
|
||||||
queryset = queryset.annotate(
|
user_filter = Q(scrobble__user=self.request.user)
|
||||||
scrobble_count=Count("scrobble"),
|
|
||||||
filter=Q(scrobble__user=self.request.user),
|
queryset = (
|
||||||
).order_by("-scrobble_count")
|
queryset.filter(user_filter)
|
||||||
else:
|
.annotate(
|
||||||
queryset = queryset.annotate(
|
scrobble_count=Count("scrobble", distinct=True),
|
||||||
scrobble_count=Count("scrobble")
|
last_scrobble=Max("scrobble__timestamp"),
|
||||||
).order_by("-scrobble_count")
|
)
|
||||||
|
.filter(scrobble_count__gt=0)
|
||||||
|
.order_by("-last_scrobble")
|
||||||
|
)
|
||||||
return queryset
|
return queryset
|
||||||
|
|
||||||
|
|
||||||
@ -80,13 +91,30 @@ class ScrobbleableDetailView(DetailView):
|
|||||||
model = None
|
model = None
|
||||||
slug_field = "uuid"
|
slug_field = "uuid"
|
||||||
|
|
||||||
|
paginate_by = 200 # You can set this to whatever page size you want
|
||||||
|
|
||||||
def get_context_data(self, **kwargs):
|
def get_context_data(self, **kwargs):
|
||||||
context_data = super().get_context_data(**kwargs)
|
context_data = super().get_context_data(**kwargs)
|
||||||
context_data["scrobbles"] = list()
|
scrobbles = []
|
||||||
if not self.request.user.is_anonymous:
|
if not self.request.user.is_anonymous:
|
||||||
context_data["scrobbles"] = self.object.scrobble_set.filter(
|
scrobbles = self.object.scrobble_set.filter(
|
||||||
user=self.request.user
|
user=self.request.user
|
||||||
)
|
).order_by("-timestamp")
|
||||||
|
|
||||||
|
paginator = Paginator(scrobbles, self.paginate_by)
|
||||||
|
page_number = self.request.GET.get("page")
|
||||||
|
|
||||||
|
try:
|
||||||
|
page_obj = paginator.page(page_number)
|
||||||
|
except PageNotAnInteger:
|
||||||
|
page_obj = paginator.page(1)
|
||||||
|
except EmptyPage:
|
||||||
|
page_obj = paginator.page(paginator.num_pages)
|
||||||
|
|
||||||
|
context_data["page_obj"] = page_obj
|
||||||
|
context_data["scrobbles"] = page_obj.object_list
|
||||||
|
context_data["is_paginated"] = paginator.num_pages > 1
|
||||||
|
|
||||||
return context_data
|
return context_data
|
||||||
|
|
||||||
|
|
||||||
@ -201,7 +229,7 @@ class RecentScrobbleList(ListView):
|
|||||||
processed_finished__isnull=True,
|
processed_finished__isnull=True,
|
||||||
user=self.request.user,
|
user=self.request.user,
|
||||||
)
|
)
|
||||||
data["counts"] = [] #scrobble_counts(user)
|
data["counts"] = [] # scrobble_counts(user)
|
||||||
else:
|
else:
|
||||||
data["weekly_data"] = week_of_scrobbles()
|
data["weekly_data"] = week_of_scrobbles()
|
||||||
data["counts"] = scrobble_counts()
|
data["counts"] = scrobble_counts()
|
||||||
@ -904,3 +932,60 @@ class ScrobbleStatusView(LoginRequiredMixin, TemplateView):
|
|||||||
).first()
|
).first()
|
||||||
|
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
|
||||||
|
class ScrobbleDetailView(DetailView):
|
||||||
|
model = Scrobble
|
||||||
|
slug_field = "uuid"
|
||||||
|
slug_url_kwarg = "uuid"
|
||||||
|
|
||||||
|
def get_form_class(self):
|
||||||
|
return self.object.media_obj.logdata_cls().form()
|
||||||
|
|
||||||
|
def get_form(self):
|
||||||
|
FormClass = self.get_form_class()
|
||||||
|
|
||||||
|
log = self.object.log or {}
|
||||||
|
initial_notes = log.get("notes", [])
|
||||||
|
if isinstance(initial_notes, list):
|
||||||
|
notes_str = "\n".join(initial_notes)
|
||||||
|
notes_str_fixed = notes_str.encode("utf-8").decode(
|
||||||
|
"unicode_escape"
|
||||||
|
)
|
||||||
|
log["notes"] = notes_str_fixed
|
||||||
|
|
||||||
|
return FormClass(initial=log)
|
||||||
|
|
||||||
|
def post(self, request, *args, **kwargs):
|
||||||
|
self.object = self.get_object()
|
||||||
|
FormClass = self.get_form_class()
|
||||||
|
form = FormClass(request.POST)
|
||||||
|
|
||||||
|
if form.is_valid():
|
||||||
|
data = form.cleaned_data.copy()
|
||||||
|
|
||||||
|
for field_name, field in form.fields.items():
|
||||||
|
if field.disabled:
|
||||||
|
original_value = (self.object.log or {}).get(field_name)
|
||||||
|
data[field_name] = original_value
|
||||||
|
|
||||||
|
if data.get("with_people_ids", False):
|
||||||
|
data["with_people_ids"] = [
|
||||||
|
p.id for p in data["with_people_ids"]
|
||||||
|
]
|
||||||
|
|
||||||
|
if data.get("platform_id", False):
|
||||||
|
data["platform_id"] = data["platform_id"].id
|
||||||
|
|
||||||
|
self.object.log = data
|
||||||
|
self.object.save(update_fields=["log"])
|
||||||
|
return redirect(self.object.get_absolute_url())
|
||||||
|
|
||||||
|
context = self.get_context_data(log_form=form)
|
||||||
|
return self.render_to_response(context)
|
||||||
|
|
||||||
|
def get_context_data(self, **kwargs):
|
||||||
|
context = super().get_context_data(**kwargs)
|
||||||
|
if "log_form" not in context:
|
||||||
|
context["log_form"] = self.get_form()
|
||||||
|
return context
|
||||||
|
|||||||
@ -1,15 +0,0 @@
|
|||||||
TODOIST_TITLE_LABELS = [
|
|
||||||
"bug",
|
|
||||||
"feature",
|
|
||||||
"errand",
|
|
||||||
"chore",
|
|
||||||
"admin",
|
|
||||||
"computer",
|
|
||||||
"farm",
|
|
||||||
"baking",
|
|
||||||
"meeting",
|
|
||||||
"habit",
|
|
||||||
"research",
|
|
||||||
"exercise",
|
|
||||||
"lifeevent",
|
|
||||||
]
|
|
||||||
@ -1,11 +1,10 @@
|
|||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
from datetime import datetime
|
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
from django.apps import apps
|
from django.apps import apps
|
||||||
from django.db import models
|
from django.db import models
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
from scrobbles.dataclasses import JSONDataclass
|
from scrobbles.dataclasses import BaseLogData
|
||||||
from scrobbles.mixins import LongPlayScrobblableMixin, ScrobblableConstants
|
from scrobbles.mixins import LongPlayScrobblableMixin, ScrobblableConstants
|
||||||
|
|
||||||
BNULL = {"blank": True, "null": True}
|
BNULL = {"blank": True, "null": True}
|
||||||
@ -14,14 +13,41 @@ TODOIST_TASK_URL = "https://app.todoist.com/app/task/{id}"
|
|||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class TaskLogData(JSONDataclass):
|
class TaskLogData(BaseLogData):
|
||||||
description: Optional[str] = None
|
|
||||||
title: Optional[str] = None
|
title: Optional[str] = None
|
||||||
project: Optional[str] = None
|
labels: Optional[list[str]] = None
|
||||||
|
|
||||||
|
orgmode_id: Optional[str] = None
|
||||||
|
orgmode_state: Optional[str] = None
|
||||||
|
orgmode_properties: Optional[dict] = None
|
||||||
|
orgmode_drawers: Optional[list] = None
|
||||||
|
orgmode_timestamps: Optional[list] = None
|
||||||
|
|
||||||
todoist_id: Optional[str] = None
|
todoist_id: Optional[str] = None
|
||||||
todoist_event: Optional[str] = None
|
todoist_project_id: Optional[str] = None
|
||||||
todoist_type: Optional[str] = None
|
|
||||||
notes: Optional[dict] = None
|
_excluded_fields = {
|
||||||
|
"labels",
|
||||||
|
"orgmode_id",
|
||||||
|
"orgmode_state",
|
||||||
|
"orgmode_properties",
|
||||||
|
"orgmode_drawers",
|
||||||
|
"orgmode_timestamps",
|
||||||
|
"todoist_id",
|
||||||
|
"todoist_project_id",
|
||||||
|
}
|
||||||
|
|
||||||
|
def notes_as_str(self) -> str:
|
||||||
|
"""Return formatted notes with line breaks and no keys"""
|
||||||
|
note_block = ""
|
||||||
|
if isinstance(self.notes, list):
|
||||||
|
note_block = "</br>".join(self.notes)
|
||||||
|
|
||||||
|
# DEPRECATED ... we don't store notes in dicts anymore
|
||||||
|
if isinstance(self.notes, dict):
|
||||||
|
for id, content in self.notes.items():
|
||||||
|
note_block += content + "</br>"
|
||||||
|
return note_block
|
||||||
|
|
||||||
|
|
||||||
class Task(LongPlayScrobblableMixin):
|
class Task(LongPlayScrobblableMixin):
|
||||||
@ -42,9 +68,9 @@ class Task(LongPlayScrobblableMixin):
|
|||||||
def strings(self) -> ScrobblableConstants:
|
def strings(self) -> ScrobblableConstants:
|
||||||
return ScrobblableConstants(verb="Doing", tags="memo")
|
return ScrobblableConstants(verb="Doing", tags="memo")
|
||||||
|
|
||||||
# @property
|
@property
|
||||||
# def logdata_cls(self):
|
def logdata_cls(self):
|
||||||
# return TaskLogData
|
return TaskLogData
|
||||||
|
|
||||||
def source_url_for_user(self, user_id) -> str:
|
def source_url_for_user(self, user_id) -> str:
|
||||||
url = ""
|
url = ""
|
||||||
@ -56,7 +82,7 @@ class Task(LongPlayScrobblableMixin):
|
|||||||
|
|
||||||
def subtitle_for_user(self, user_id):
|
def subtitle_for_user(self, user_id):
|
||||||
scrobble = self.scrobbles(user_id).first()
|
scrobble = self.scrobbles(user_id).first()
|
||||||
return scrobble.logdata.description or ""
|
return scrobble.logdata.title or ""
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def find_or_create(cls, title: str) -> "Task":
|
def find_or_create(cls, title: str) -> "Task":
|
||||||
|
|||||||
106
vrobbler/apps/tasks/utils.py
Normal file
106
vrobbler/apps/tasks/utils.py
Normal file
@ -0,0 +1,106 @@
|
|||||||
|
import logging
|
||||||
|
from datetime import timedelta
|
||||||
|
|
||||||
|
from django.conf import settings
|
||||||
|
from scrobbles.models import Scrobble
|
||||||
|
|
||||||
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
def get_title_from_labels(
|
||||||
|
labels: list[str], user_context_labels: list[str] = []
|
||||||
|
) -> str:
|
||||||
|
title = "Unknown"
|
||||||
|
for label in labels:
|
||||||
|
label = label.capitalize()
|
||||||
|
if label in user_context_labels:
|
||||||
|
title = label
|
||||||
|
continue
|
||||||
|
|
||||||
|
if title == "Unknown":
|
||||||
|
logger.warning(
|
||||||
|
"Missing a configured title context for task",
|
||||||
|
extra={
|
||||||
|
"labels": labels,
|
||||||
|
"user_context_labels": user_context_labels,
|
||||||
|
},
|
||||||
|
)
|
||||||
|
return title
|
||||||
|
|
||||||
|
|
||||||
|
def convert_old_orgmode_log_to_new(commit=False):
|
||||||
|
scrobbles = Scrobble.objects.filter(
|
||||||
|
source="Org-mode", log__has_key="drawers"
|
||||||
|
)
|
||||||
|
for scrobble in scrobbles:
|
||||||
|
scrobble.log["title"] = scrobble.log.pop("description")
|
||||||
|
scrobble.log["description"] = scrobble.log.pop("details")
|
||||||
|
|
||||||
|
scrobble.log["orgmode_body"] = scrobble.log.pop("body")
|
||||||
|
scrobble.log["orgmode_state"] = scrobble.log.pop("state")
|
||||||
|
scrobble.log["orgmode_properties"] = scrobble.log.pop("properties")
|
||||||
|
scrobble.log["orgmode_drawers"] = scrobble.log.pop("drawers")
|
||||||
|
scrobble.log["orgmode_timestamps"] = scrobble.log.pop("timestamps")
|
||||||
|
scrobble.log["orgmode_id"] = scrobble.log.pop("source_id")
|
||||||
|
|
||||||
|
if commit:
|
||||||
|
scrobble.save(update_fields=["log"])
|
||||||
|
print(f"Updated {scrobbles.count()} orgmode tasks logs")
|
||||||
|
|
||||||
|
|
||||||
|
def convert_old_todoist_log_to_new(commit=False):
|
||||||
|
scrobbles = Scrobble.objects.filter(
|
||||||
|
source="Todoist", log__has_key="todoist_type"
|
||||||
|
)
|
||||||
|
for scrobble in scrobbles:
|
||||||
|
scrobble.log["title"] = scrobble.log.pop("description")
|
||||||
|
scrobble.log["description"] = scrobble.log.pop("details")
|
||||||
|
scrobble.log["todoist_id"] = scrobble.log.pop("source_id")
|
||||||
|
scrobble.log["labels"] = scrobble.log.pop("todoist_label_list")
|
||||||
|
|
||||||
|
scrobble.log.pop("todoist_type")
|
||||||
|
scrobble.log.pop("todoist_event")
|
||||||
|
|
||||||
|
print(f"Updating scrobble {scrobble.id}")
|
||||||
|
if commit:
|
||||||
|
scrobble.save(update_fields=["log"])
|
||||||
|
print(f"Updated {scrobbles.count()} todoist tasks logs")
|
||||||
|
|
||||||
|
|
||||||
|
def convert_notes_to_dict(commit=False):
|
||||||
|
scrobbles = Scrobble.objects.filter(log__notes__isnull=False)
|
||||||
|
count = 0
|
||||||
|
for scrobble in scrobbles:
|
||||||
|
if isinstance(scrobble.log, str):
|
||||||
|
print(f"Converting {scrobble} string note to dict")
|
||||||
|
if scrobble.log.get("notes") == "":
|
||||||
|
scrobble.log.pop("notes")
|
||||||
|
key = str(int(scrobble.timestamp.timestamp()))
|
||||||
|
notes = scrobble.log.pop("notes")
|
||||||
|
scrobble.log = {}
|
||||||
|
scrobble.log["notes"] = {key: notes}
|
||||||
|
count += 1
|
||||||
|
|
||||||
|
if isinstance(scrobble.log.get("notes"), list):
|
||||||
|
note_list = scrobble.log.pop("notes")
|
||||||
|
if all(isinstance(item, dict) for item in note_list):
|
||||||
|
scrobble.log["notes"] = [
|
||||||
|
value for d in note_list for value in d.values()
|
||||||
|
]
|
||||||
|
count += 1
|
||||||
|
if commit:
|
||||||
|
scrobble.save(update_fields=["log"])
|
||||||
|
print(f"Updated {count} todoist tasks scrobbles")
|
||||||
|
|
||||||
|
|
||||||
|
def convert_old_boardgame_log_to_new(commit=False):
|
||||||
|
scrobbles = Scrobble.objects.filter(
|
||||||
|
board_game__isnull=False, log__has_key="notes"
|
||||||
|
)
|
||||||
|
for scrobble in scrobbles:
|
||||||
|
if isinstance(scrobble.log.get("notes"), str):
|
||||||
|
scrobble.log["notes"] = [scrobble.log.pop("notes")]
|
||||||
|
|
||||||
|
if commit:
|
||||||
|
scrobble.save(update_fields=["log"])
|
||||||
|
print(f"Updated {scrobbles.count()} board game scrobbles")
|
||||||
@ -71,9 +71,9 @@ def todoist_webhook(request):
|
|||||||
"updated_at": task_data.get("updated_at"),
|
"updated_at": task_data.get("updated_at"),
|
||||||
"details": task_data.get("description"),
|
"details": task_data.get("description"),
|
||||||
"notes": event_data.get("content"),
|
"notes": event_data.get("content"),
|
||||||
"is_deleted": True
|
"is_deleted": (
|
||||||
if event_data.get("is_deleted") == "true"
|
True if event_data.get("is_deleted") == "true" else False
|
||||||
else False,
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_added and not todoist_note) or (is_updated and not todoist_task):
|
if (is_added and not todoist_note) or (is_updated and not todoist_task):
|
||||||
@ -90,20 +90,23 @@ def todoist_webhook(request):
|
|||||||
)
|
)
|
||||||
return Response({}, status=status.HTTP_304_NOT_MODIFIED)
|
return Response({}, status=status.HTTP_304_NOT_MODIFIED)
|
||||||
|
|
||||||
user_id = (
|
user_profile = UserProfile.objects.filter(
|
||||||
UserProfile.objects.filter(todoist_user_id=post_data.get("user_id"))
|
todoist_user_id=post_data.get("user_id", None)
|
||||||
.first()
|
).first()
|
||||||
.user_id
|
|
||||||
)
|
|
||||||
|
|
||||||
scrobble = None
|
scrobble = None
|
||||||
if todoist_task:
|
if todoist_task:
|
||||||
scrobble = todoist_scrobble_task(
|
scrobble = todoist_scrobble_task(
|
||||||
todoist_task, user_id, stopped=task_stopped
|
todoist_task,
|
||||||
|
user_profile.user_id,
|
||||||
|
stopped=task_stopped,
|
||||||
|
user_context_list=user_profile.task_context_tags,
|
||||||
)
|
)
|
||||||
|
|
||||||
if todoist_note:
|
if todoist_note:
|
||||||
scrobble = todoist_scrobble_update_task(todoist_note, user_id)
|
scrobble = todoist_scrobble_update_task(
|
||||||
|
todoist_note, user_profile.user_id
|
||||||
|
)
|
||||||
|
|
||||||
if not scrobble:
|
if not scrobble:
|
||||||
logger.info(
|
logger.info(
|
||||||
@ -143,10 +146,16 @@ def emacs_webhook(request):
|
|||||||
if not user_id:
|
if not user_id:
|
||||||
user_id = 1
|
user_id = 1
|
||||||
|
|
||||||
|
user_profile = UserProfile.objects.filter(user_id=user_id).first()
|
||||||
|
|
||||||
scrobble = None
|
scrobble = None
|
||||||
if post_data.get("source_id"):
|
if post_data.get("source_id"):
|
||||||
scrobble = emacs_scrobble_task(
|
scrobble = emacs_scrobble_task(
|
||||||
post_data, user_id, started=task_in_progress, stopped=task_stopped
|
post_data,
|
||||||
|
user_id,
|
||||||
|
started=task_in_progress,
|
||||||
|
stopped=task_stopped,
|
||||||
|
user_context_list=user_profile.task_context_tags,
|
||||||
)
|
)
|
||||||
|
|
||||||
if not scrobble:
|
if not scrobble:
|
||||||
|
|||||||
@ -1,14 +1,23 @@
|
|||||||
from django.utils.translation import gettext_lazy as _
|
from dataclasses import dataclass
|
||||||
|
from typing import Optional
|
||||||
|
|
||||||
from django.apps import apps
|
from django.apps import apps
|
||||||
from django.db import models
|
from django.db import models
|
||||||
from django.urls import reverse
|
from django.urls import reverse
|
||||||
from scrobbles.dataclasses import TrailLogData
|
from django.utils.translation import gettext_lazy as _
|
||||||
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
|
||||||
from locations.models import GeoLocation
|
from locations.models import GeoLocation
|
||||||
|
from scrobbles.dataclasses import BaseLogData, WithPeopleLogData
|
||||||
|
from scrobbles.mixins import ScrobblableConstants, ScrobblableMixin
|
||||||
|
|
||||||
BNULL = {"blank": True, "null": True}
|
BNULL = {"blank": True, "null": True}
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class TrailLogData(BaseLogData, WithPeopleLogData):
|
||||||
|
effort: Optional[str] = None
|
||||||
|
difficulty: Optional[str] = None
|
||||||
|
|
||||||
|
|
||||||
class Trail(ScrobblableMixin):
|
class Trail(ScrobblableMixin):
|
||||||
class PrincipalType(models.TextChoices):
|
class PrincipalType(models.TextChoices):
|
||||||
WOODS = "WOODS"
|
WOODS = "WOODS"
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
|
from dataclasses import dataclass
|
||||||
import logging
|
import logging
|
||||||
|
from typing import Optional
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
|
|
||||||
|
from django import forms
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
from django.db import models
|
from django.db import models
|
||||||
@ -8,7 +11,11 @@ from django.urls import reverse
|
|||||||
from django_extensions.db.models import TimeStampedModel
|
from django_extensions.db.models import TimeStampedModel
|
||||||
from imagekit.models import ImageSpecField
|
from imagekit.models import ImageSpecField
|
||||||
from imagekit.processors import ResizeToFit
|
from imagekit.processors import ResizeToFit
|
||||||
from scrobbles.dataclasses import VideoGameLogData
|
from scrobbles.dataclasses import (
|
||||||
|
BaseLogData,
|
||||||
|
LongPlayLogData,
|
||||||
|
WithPeopleLogData,
|
||||||
|
)
|
||||||
from scrobbles.mixins import LongPlayScrobblableMixin, ScrobblableConstants
|
from scrobbles.mixins import LongPlayScrobblableMixin, ScrobblableConstants
|
||||||
from scrobbles.utils import get_scrobbles_for_media
|
from scrobbles.utils import get_scrobbles_for_media
|
||||||
from videogames.igdb import lookup_game_id_from_gdb
|
from videogames.igdb import lookup_game_id_from_gdb
|
||||||
@ -18,6 +25,29 @@ BNULL = {"blank": True, "null": True}
|
|||||||
User = get_user_model()
|
User = get_user_model()
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class VideoGameLogData(BaseLogData, LongPlayLogData, WithPeopleLogData):
|
||||||
|
platform_id: Optional[int] = None
|
||||||
|
emulated: Optional[bool] = False
|
||||||
|
emulator: Optional[str] = None
|
||||||
|
|
||||||
|
@property
|
||||||
|
def platform(self):
|
||||||
|
if not self.platform_id:
|
||||||
|
return
|
||||||
|
return VideoGamePlatform.objects.filter(id=self.platform_id).first()
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def override_fields(cls) -> dict:
|
||||||
|
return {
|
||||||
|
"platform_id": forms.ModelChoiceField(
|
||||||
|
queryset=VideoGamePlatform.objects.all(),
|
||||||
|
required=False,
|
||||||
|
widget=forms.Select(),
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
class VideoGamePlatform(TimeStampedModel):
|
class VideoGamePlatform(TimeStampedModel):
|
||||||
name = models.CharField(max_length=255)
|
name = models.CharField(max_length=255)
|
||||||
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
||||||
|
|||||||
@ -1,17 +1,21 @@
|
|||||||
from django.views import generic
|
|
||||||
from videogames.models import VideoGame, VideoGamePlatform
|
from videogames.models import VideoGame, VideoGamePlatform
|
||||||
|
from scrobbles.views import (
|
||||||
|
ScrobbleImportListView,
|
||||||
|
ScrobbleableDetailView,
|
||||||
|
ScrobbleableListView,
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
class VideoGameListView(generic.ListView):
|
class VideoGameListView(ScrobbleableListView):
|
||||||
model = VideoGame
|
model = VideoGame
|
||||||
paginate_by = 20
|
paginate_by = 40
|
||||||
|
|
||||||
|
|
||||||
class VideoGameDetailView(generic.DetailView):
|
class VideoGameDetailView(ScrobbleableDetailView):
|
||||||
model = VideoGame
|
model = VideoGame
|
||||||
slug_field = "uuid"
|
slug_field = "uuid"
|
||||||
|
|
||||||
|
|
||||||
class VideoGamePlatformDetailView(generic.DetailView):
|
class VideoGamePlatformDetailView(ScrobbleableDetailView):
|
||||||
model = VideoGamePlatform
|
model = VideoGamePlatform
|
||||||
slug_field = "uuid"
|
slug_field = "uuid"
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
from dataclasses import dataclass
|
||||||
import logging
|
import logging
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
@ -22,6 +23,7 @@ from videos.metadata import VideoMetadata
|
|||||||
from videos.sources.imdb import lookup_video_from_imdb
|
from videos.sources.imdb import lookup_video_from_imdb
|
||||||
from videos.sources.tmdb import lookup_video_from_tmdb
|
from videos.sources.tmdb import lookup_video_from_tmdb
|
||||||
from videos.sources.youtube import lookup_video_from_youtube
|
from videos.sources.youtube import lookup_video_from_youtube
|
||||||
|
from vrobbler.apps.scrobbles.dataclasses import BaseLogData, WithPeopleLogData
|
||||||
|
|
||||||
YOUTUBE_VIDEO_URL = "https://www.youtube.com/watch?v="
|
YOUTUBE_VIDEO_URL = "https://www.youtube.com/watch?v="
|
||||||
YOUTUBE_CHANNEL_URL = "https://www.youtube.com/channel/"
|
YOUTUBE_CHANNEL_URL = "https://www.youtube.com/channel/"
|
||||||
@ -31,6 +33,11 @@ logger = logging.getLogger(__name__)
|
|||||||
BNULL = {"blank": True, "null": True}
|
BNULL = {"blank": True, "null": True}
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class VideoLogData(BaseLogData, WithPeopleLogData):
|
||||||
|
rating: Optional[int] = None
|
||||||
|
|
||||||
|
|
||||||
class Channel(TimeStampedModel):
|
class Channel(TimeStampedModel):
|
||||||
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
uuid = models.UUIDField(default=uuid4, editable=False, **BNULL)
|
||||||
name = models.CharField(max_length=255)
|
name = models.CharField(max_length=255)
|
||||||
@ -243,6 +250,10 @@ class Video(ScrobblableMixin):
|
|||||||
def get_absolute_url(self):
|
def get_absolute_url(self):
|
||||||
return reverse("videos:video_detail", kwargs={"slug": self.uuid})
|
return reverse("videos:video_detail", kwargs={"slug": self.uuid})
|
||||||
|
|
||||||
|
@property
|
||||||
|
def logdata_cls(self):
|
||||||
|
return VideoLogData
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def subtitle(self):
|
def subtitle(self):
|
||||||
if self.tv_series:
|
if self.tv_series:
|
||||||
|
|||||||
@ -5,7 +5,6 @@ app_name = "videos"
|
|||||||
|
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
# path('', views.scrobble_endpoint, name='scrobble-list'),
|
|
||||||
path("movies/", views.MovieListView.as_view(), name="movie_list"),
|
path("movies/", views.MovieListView.as_view(), name="movie_list"),
|
||||||
path("series/", views.SeriesListView.as_view(), name="series_list"),
|
path("series/", views.SeriesListView.as_view(), name="series_list"),
|
||||||
path(
|
path(
|
||||||
@ -13,6 +12,7 @@ urlpatterns = [
|
|||||||
views.SeriesDetailView.as_view(),
|
views.SeriesDetailView.as_view(),
|
||||||
name="series_detail",
|
name="series_detail",
|
||||||
),
|
),
|
||||||
|
path('videos/', views.VideoListView.as_view(), name='video_list'),
|
||||||
path(
|
path(
|
||||||
"video/<slug:slug>/",
|
"video/<slug:slug>/",
|
||||||
views.VideoDetailView.as_view(),
|
views.VideoDetailView.as_view(),
|
||||||
|
|||||||
@ -67,10 +67,10 @@ class WebPage(ScrobblableMixin):
|
|||||||
self.save(update_fields=["extract"])
|
self.save(update_fields=["extract"])
|
||||||
|
|
||||||
def get_absolute_url(self):
|
def get_absolute_url(self):
|
||||||
return reverse("webpages:webpage-detail", kwargs={"slug": self.uuid})
|
return reverse("webpages:webpage_detail", kwargs={"slug": self.uuid})
|
||||||
|
|
||||||
def get_read_url(self):
|
def get_read_url(self):
|
||||||
return reverse("webpages:webpage-read", kwargs={"slug": self.uuid})
|
return reverse("webpages:webpage_read", kwargs={"slug": self.uuid})
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def estimated_time_to_read_in_seconds(self):
|
def estimated_time_to_read_in_seconds(self):
|
||||||
|
|||||||
@ -5,15 +5,15 @@ app_name = "webpages"
|
|||||||
|
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path("webpages/", views.WebPageListView.as_view(), name="webpage-list"),
|
path("webpages/", views.WebPageListView.as_view(), name="webpage_list"),
|
||||||
path(
|
path(
|
||||||
"webpages/<slug:slug>/",
|
"webpages/<slug:slug>/",
|
||||||
views.WebPageDetailView.as_view(),
|
views.WebPageDetailView.as_view(),
|
||||||
name="webpage-detail",
|
name="webpage_detail",
|
||||||
),
|
),
|
||||||
path(
|
path(
|
||||||
"webpage/<slug:slug>/read/",
|
"webpage/<slug:slug>/read/",
|
||||||
views.WebPageReadView.as_view(),
|
views.WebPageReadView.as_view(),
|
||||||
name="webpage-read",
|
name="webpage_read",
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|||||||
@ -32,7 +32,7 @@ class WebPageReadView(
|
|||||||
if latest_scrobble.played_to_completion:
|
if latest_scrobble.played_to_completion:
|
||||||
redirect(
|
redirect(
|
||||||
reverse(
|
reverse(
|
||||||
"webpages:webpage-detail", kwargs={"slug": webpage.uuid}
|
"webpages:webpage_detail", kwargs={"slug": webpage.uuid}
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
return super().get(*args, **kwargs)
|
return super().get(*args, **kwargs)
|
||||||
|
|||||||
@ -92,7 +92,7 @@ DEFAULT_TASK_CONTEXT_TAGS = [
|
|||||||
|
|
||||||
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
|
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
|
||||||
|
|
||||||
TIME_ZONE = os.getenv("VROBBLER_TIME_ZONE", "US/Eastern")
|
TIME_ZONE = os.getenv("VROBBLER_TIME_ZONE", "America/New_York")
|
||||||
|
|
||||||
ALLOWED_HOSTS = ["*"]
|
ALLOWED_HOSTS = ["*"]
|
||||||
CSRF_TRUSTED_ORIGINS = [
|
CSRF_TRUSTED_ORIGINS = [
|
||||||
@ -111,7 +111,7 @@ CELERY_TASK_ALWAYS_EAGER = (
|
|||||||
)
|
)
|
||||||
CELERY_BROKER_URL = REDIS_URL if REDIS_URL else "memory://localhost/"
|
CELERY_BROKER_URL = REDIS_URL if REDIS_URL else "memory://localhost/"
|
||||||
CELERY_RESULT_BACKEND = "django-db"
|
CELERY_RESULT_BACKEND = "django-db"
|
||||||
CELERY_TIMEZONE = os.getenv("VROBBLER_TIME_ZONE", "US/Eastern")
|
CELERY_TIMEZONE = os.getenv("VROBBLER_TIME_ZONE", "America/New_York")
|
||||||
CELERY_TASK_TRACK_STARTED = True
|
CELERY_TASK_TRACK_STARTED = True
|
||||||
|
|
||||||
INSTALLED_APPS = [
|
INSTALLED_APPS = [
|
||||||
@ -134,6 +134,7 @@ INSTALLED_APPS = [
|
|||||||
"encrypted_field",
|
"encrypted_field",
|
||||||
"profiles",
|
"profiles",
|
||||||
"scrobbles",
|
"scrobbles",
|
||||||
|
"people",
|
||||||
"videos",
|
"videos",
|
||||||
"music",
|
"music",
|
||||||
"podcasts",
|
"podcasts",
|
||||||
|
|||||||
@ -1,8 +1,10 @@
|
|||||||
{% load urlreplace %}
|
{% load urlreplace %}
|
||||||
|
{% load naturalduration %}
|
||||||
|
|
||||||
<table class="table table-striped table-sm">
|
<table class="table table-striped table-sm">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
<th scope="col">Latest</th>
|
||||||
<th scope="col">Title</th>
|
<th scope="col">Title</th>
|
||||||
<th scope="col">Scrobbles</th>
|
<th scope="col">Scrobbles</th>
|
||||||
<th scope="col">Start</th>
|
<th scope="col">Start</th>
|
||||||
@ -11,6 +13,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{% for obj in object_list %}
|
{% for obj in object_list %}
|
||||||
<tr>
|
<tr>
|
||||||
|
<td><a href="{{obj.scrobble_set.last.get_absolute_url}}">{{obj.scrobble_set.last.local_timestamp}}
|
||||||
<td><a href="{{obj.get_absolute_url}}">{{obj}}</a></td>
|
<td><a href="{{obj.get_absolute_url}}">{{obj}}</a></td>
|
||||||
{% if request.user.is_authenticated %}
|
{% if request.user.is_authenticated %}
|
||||||
<td>{{obj.scrobble_count}}</td>
|
<td>{{obj.scrobble_count}}</td>
|
||||||
|
|||||||
@ -175,7 +175,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
|
<header class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
|
||||||
<a class="navbar-brand col-md-3 col-lg-2 me-0 px-3" href="#">Vrobbler</a>
|
<a class="navbar-brand col-md-3 col-lg-2 me-0 px-3" href="/">Vrobbler</a>
|
||||||
<button class="navbar-toggler position-absolute d-md-none collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#sidebarMenu" aria-controls="sidebarMenu" aria-expanded="false" aria-label="Toggle navigation">
|
<button class="navbar-toggler position-absolute d-md-none collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#sidebarMenu" aria-controls="sidebarMenu" aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
@ -208,85 +208,8 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<ul class="nav flex-column">
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link active" aria-current="page" href="/">
|
|
||||||
<span data-feather="music"></span>
|
|
||||||
Dashboard
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{% if user.is_authenticated %}
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" aria-current="page" href="/charts/">
|
|
||||||
<span data-feather="bar-chart"></span>
|
|
||||||
Charts
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" aria-current="page" href="/locations/">
|
|
||||||
<span data-feather="map"></span>
|
|
||||||
Locations
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/long-plays/">
|
|
||||||
<span data-feather="playv"></span>
|
|
||||||
Long plays
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/moods/">
|
|
||||||
<span data-feather="smiley"></span>
|
|
||||||
Moods
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/books/">
|
|
||||||
<span data-feather="book"></span>
|
|
||||||
Books
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/video-games/">
|
|
||||||
<span data-feather="video"></span>
|
|
||||||
Video games
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/board-games/">
|
|
||||||
<span data-feather="board"></span>
|
|
||||||
Board games
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/trails/">
|
|
||||||
<span data-feather="trail"></span>
|
|
||||||
Trails
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/beers/">
|
|
||||||
<span data-feather="beer"></span>
|
|
||||||
Beers
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/imports/">
|
|
||||||
<span data-feather="log"></span>
|
|
||||||
Imports
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="nav-item">
|
|
||||||
<a class="nav-link" href="/admin/">
|
|
||||||
<span data-feather="key"></span>
|
|
||||||
Admin
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
</ul>
|
|
||||||
{% block extra_nav %}
|
{% block extra_nav %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
<hr/>
|
|
||||||
|
|
||||||
{% if now_playing_list and user.is_authenticated %}
|
{% if now_playing_list and user.is_authenticated %}
|
||||||
<ul>
|
<ul>
|
||||||
@ -296,8 +219,8 @@
|
|||||||
{% if scrobble.media_obj.primary_image_url %}<div style="float:left;padding-right:10px;padding-bottom:10px;"><img src="{{scrobble.media_obj.primary_image_url}}" /></div>{% endif %}
|
{% if scrobble.media_obj.primary_image_url %}<div style="float:left;padding-right:10px;padding-bottom:10px;"><img src="{{scrobble.media_obj.primary_image_url}}" /></div>{% endif %}
|
||||||
<p><a href="{{scrobble.media_obj.get_absolute_url}}">{{scrobble.media_obj.title}}</a></p>
|
<p><a href="{{scrobble.media_obj.get_absolute_url}}">{{scrobble.media_obj.title}}</a></p>
|
||||||
{% if scrobble.media_obj.subtitle %}<p><em><a href="{{scrobble.media_obj.subtitle.get_absolute_url}}">{{scrobble.media_obj.subtitle}}</a></em></p>{% endif %}
|
{% if scrobble.media_obj.subtitle %}<p><em><a href="{{scrobble.media_obj.subtitle.get_absolute_url}}">{{scrobble.media_obj.subtitle}}</a></em></p>{% endif %}
|
||||||
{% if scrobble.logdata %}{% if scrobble.logdata.description %}<p><em>{{scrobble.logdata.description}}</em></p>{% endif %}{% endif %}
|
{% if scrobble.logdata %}{% if scrobble.logdata.title%}<p><em>{{scrobble.logdata.title}}</em></p>{% endif %}{% endif %}
|
||||||
<p><small>{{scrobble.timestamp|naturaltime}} from {{scrobble.source}}</small></p>
|
<p><small>{{scrobble.local_timestamp|naturaltime}} from {{scrobble.source}}</small></p>
|
||||||
<div class="progress-bar" style="margin-right:5px;">
|
<div class="progress-bar" style="margin-right:5px;">
|
||||||
<span class="progress-bar-fill" style="width: {{scrobble.percent_played}}%;"></span>
|
<span class="progress-bar-fill" style="width: {{scrobble.percent_played}}%;"></span>
|
||||||
</div>
|
</div>
|
||||||
@ -329,5 +252,21 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% block extra_js %}{% endblock %}
|
{% block extra_js %}{% endblock %}
|
||||||
|
<script>
|
||||||
|
(() => {
|
||||||
|
'use strict'
|
||||||
|
const forms = document.querySelectorAll('.needs-validation')
|
||||||
|
Array.from(forms).forEach(form => {
|
||||||
|
form.addEventListener('submit', event => {
|
||||||
|
if (!form.checkValidity()) {
|
||||||
|
event.preventDefault()
|
||||||
|
event.stopPropagation()
|
||||||
|
}
|
||||||
|
form.classList.add('was-validated')
|
||||||
|
}, false)
|
||||||
|
})
|
||||||
|
})()
|
||||||
|
</script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -39,7 +39,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<p>{{object.scrobble_set.count}} scrobbles</p>
|
<p>{{scrobbles.count}} scrobbles</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="{{object.start_url}}">Drink again</a>
|
<a href="{{object.start_url}}">Drink again</a>
|
||||||
</p>
|
</p>
|
||||||
@ -55,9 +55,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for scrobble in object.scrobble_set.all|dictsortreversed:"timestamp" %}
|
{% for scrobble in scrobbles.all|dictsortreversed:"timestamp" %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{scrobble.timestamp}}</td>
|
<td><a href="{{scrobble.get_absolute_url}}">{{scrobble.local_timestamp}}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
@ -42,7 +42,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<p>{{object.scrobble_set.count}} scrobbles</p>
|
<p>{{scrobbles.count}} scrobbles</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="{{object.start_url}}">Play again</a>
|
<a href="{{object.start_url}}">Play again</a>
|
||||||
</p>
|
</p>
|
||||||
@ -55,21 +55,41 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Date</th>
|
<th scope="col">Date</th>
|
||||||
<th scope="col">Publisher</th>
|
<th scope="col">Location</th>
|
||||||
<th scope="col">Screenshot</th>
|
<th scope="col">Players</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for scrobble in object.scrobble_set.all|dictsortreversed:"timestamp" %}
|
{% for scrobble in scrobbles.all|dictsortreversed:"timestamp" %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{scrobble.timestamp}}</td>
|
<td><a href={{scrobble.get_absolute_url}}>{{scrobble.local_timestamp}}</a></td>
|
||||||
<td>{{scrobble.media_obj.publisher}}</td>
|
<td>{{scrobble.logdata.location }}</td>
|
||||||
<td>{% if scrobble.screenshot%}<img src="{{scrobble.screenshot.url}}" width=250 />{% endif %}</td>
|
<td>{% if scrobble.logdata.player_log %}{{scrobble.logdata.player_log}}{% else %}No data{% endif %}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% if is_paginated %}
|
||||||
|
<div class="pagination">
|
||||||
|
{% if page_obj.has_previous %}
|
||||||
|
<a href="?page={{ page_obj.previous_page_number }}">« Previous</a>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% for num in page_obj.paginator.page_range %}
|
||||||
|
{% if num == page_obj.number %}
|
||||||
|
<strong>{{ num }}</strong>
|
||||||
|
{% else %}
|
||||||
|
<a href="?page={{ num }}">{{ num }}</a>
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
|
{% if page_obj.has_next %}
|
||||||
|
<a href="?page={{ page_obj.next_page_number }}">Next »</a>
|
||||||
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@ -26,15 +26,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<p>{{object.scrobble_set.count}} scrobbles</p>
|
<p>{{scrobbles.count}} scrobbles</p>
|
||||||
<p>Read {{object.scrobble_set.last.book_pages_read}} pages{% if object.scrobble_set.last.long_play_complete %} and completed{% else %}{% endif %}</p>
|
|
||||||
<p>
|
|
||||||
{% if object.scrobble_set.last.long_play_complete == True %}
|
|
||||||
<a href="">Read again</a>
|
|
||||||
{% else %}
|
|
||||||
<a href="">Resume reading</a>
|
|
||||||
{% endif %}
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md">
|
<div class="col-md">
|
||||||
@ -50,10 +42,10 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for scrobble in object.scrobble_set.all|dictsortreversed:"timestamp" %}
|
{% for scrobble in scrobbles.all|dictsortreversed:"timestamp" %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{scrobble.timestamp}}</td>
|
<td><a href="{{scrobble.get_absolute_url}}">{{scrobble.local_timestamp}}</a></td>
|
||||||
<td>{% if scrobble.long_play_complete == True %}Yes{% endif %}</td>
|
<td>{% if scrobble.logdata.long_play_complete == True %}Yes{% endif %}</td>
|
||||||
<td>{% if scrobble.in_progress %}Now reading{% else %}{{scrobble.session_pages_read}}{% endif %}</td>
|
<td>{% if scrobble.in_progress %}Now reading{% else %}{{scrobble.session_pages_read}}{% endif %}</td>
|
||||||
<td>{% for author in scrobble.book.authors.all %}<a href="{{author.get_absolute_url}}">{{author}}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</td>
|
<td>{% for author in scrobble.book.authors.all %}<a href="{{author.get_absolute_url}}">{{author}}</a>{% if not forloop.last %}, {% endif %}{% endfor %}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
56
vrobbler/templates/bricksets/brickset_detail.html
Normal file
56
vrobbler/templates/bricksets/brickset_detail.html
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
{% extends "base_list.html" %}
|
||||||
|
{% load mathfilters %}
|
||||||
|
{% load static %}
|
||||||
|
{% load naturalduration %}
|
||||||
|
|
||||||
|
{% block title %}{{object.title}}{% endblock %}
|
||||||
|
|
||||||
|
{% block lists %}
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
{% if object.cover%}
|
||||||
|
<p style="float:left; width:402px; padding:0; border: 1px solid #ccc">
|
||||||
|
<img src="{{object.cover.url}}" width=400 />
|
||||||
|
</p>
|
||||||
|
{% endif %}
|
||||||
|
<div style="float:left; width:600px; margin-left:10px; ">
|
||||||
|
{% if object.summary %}
|
||||||
|
<p>{{object.summary|safe|linebreaks|truncatewords:160}}</p>
|
||||||
|
<hr />
|
||||||
|
{% endif %}
|
||||||
|
<p style="float:right;">
|
||||||
|
<a href="{{object.openlibrary_link}}"><img src="{% static " images/openlibrary-logo.png" %}" width=35></a>
|
||||||
|
<a href="{{object.amazon_link}}"><img src="{% static " images/amazon-logo.png" %}" width=35></a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<p>{{scrobbles.count}} scrobbles</p>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md">
|
||||||
|
<h3>Last scrobbles</h3>
|
||||||
|
<div class="table-responsive">
|
||||||
|
<table class="table table-striped table-sm">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th scope="col">Date</th>
|
||||||
|
<th scope="col">Completed</th>
|
||||||
|
<th scope="col">Time</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
{% for scrobble in scrobbles.all|dictsortreversed:"timestamp" %}
|
||||||
|
<tr>
|
||||||
|
<td><a href="{{scrobble.get_absolute_url}}">{{scrobble.local_timestamp}}</a></td>
|
||||||
|
<td>{% if scrobble.logdata.long_play_complete == True %}Yes{% endif %}</td>
|
||||||
|
<td>{% if scrobble.in_progress %}Now reading{% else %}{{scrobble.session_pages_read}}{% endif %}</td>
|
||||||
|
</tr>
|
||||||
|
{% endfor %}
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
||||||
23
vrobbler/templates/bricksets/brickset_list.html
Normal file
23
vrobbler/templates/bricksets/brickset_list.html
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{% extends "base_list.html" %}
|
||||||
|
|
||||||
|
{% block title %}Brick Sets{% endblock %}
|
||||||
|
|
||||||
|
{% block head_extra %}
|
||||||
|
<style>
|
||||||
|
dl { width: 210px; float:left; margin-right: 10px; }
|
||||||
|
dt a { color:white; text-decoration: none; font-size:smaller; }
|
||||||
|
img { height:200px; width: 200px; object-fit: cover; }
|
||||||
|
dd .right { float:right; }
|
||||||
|
</style>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block lists %}
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-md">
|
||||||
|
<div class="table-responsive">
|
||||||
|
{% include "_scrobblable_list.html" %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
||||||
37
vrobbler/templates/foods/food_detail.html
Normal file
37
vrobbler/templates/foods/food_detail.html
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
{% extends "base_list.html" %}
|
||||||
|
{% load static %}
|
||||||
|
|
||||||
|
{% block title %}{{object.title}}{% endblock %}
|
||||||
|
|
||||||
|
{% block lists %}
|
||||||
|
<div class="row webpage">
|
||||||
|
<div class="webpage-metadata">
|
||||||
|
<p>{{object.description}}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md">
|
||||||
|
<h3>Last scrobbles</h3>
|
||||||
|
<div class="table-responsive">
|
||||||
|
<table class="table table-striped table-sm">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th scope="col">Date</th>
|
||||||
|
<th scope="col">Calories</th>
|
||||||
|
<th scope="col">Notes</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
{% for scrobble in scrobbles.all %}
|
||||||
|
<tr>
|
||||||
|
<td><a href={{scrobble.get_absolute_url}}>{{scrobble.local_timestamp}}</a></td>
|
||||||
|
<td>{% if scrobble.logdata.calories %}{{scrobble.logdata.calories}}{% else %}{{scrobble.media_obj.calories}}{% endif %}</td>
|
||||||
|
<td>{% for note in scrobble.logdata.notes %}{{note}}{% if not forloop.last %}; {% endif%}{% endfor %}
|
||||||
|
</tr>
|
||||||
|
{% endfor %}
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
||||||
23
vrobbler/templates/foods/food_list.html
Normal file
23
vrobbler/templates/foods/food_list.html
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{% extends "base_list.html" %}
|
||||||
|
|
||||||
|
{% block title %}Foods{% endblock %}
|
||||||
|
|
||||||
|
{% block head_extra %}
|
||||||
|
<style>
|
||||||
|
dl { width: 210px; float:left; margin-right: 10px; }
|
||||||
|
dt a { color:white; text-decoration: none; font-size:smaller; }
|
||||||
|
img { height:200px; width: 200px; object-fit: cover; }
|
||||||
|
dd .right { float:right; }
|
||||||
|
</style>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block lists %}
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-md">
|
||||||
|
<div class="table-responsive">
|
||||||
|
{% include "_scrobblable_list.html" %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
||||||
@ -48,7 +48,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<p>{{object.scrobble_set.count}} scrobbles</p>
|
<p>{{scrobbles.count}} scrobbles</p>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md">
|
<div class="col-md">
|
||||||
<h3>Last scrobbles</h3>
|
<h3>Last scrobbles</h3>
|
||||||
@ -57,12 +57,16 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Date</th>
|
<th scope="col">Date</th>
|
||||||
|
<th scope="col">With</th>
|
||||||
|
<th scope="col">Notes</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for scrobble in object.scrobble_set.all|dictsortreversed:"timestamp" %}
|
{% for scrobble in object.scrobble_set.all|dictsortreversed:"timestamp" %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{scrobble.timestamp|naturaltime}}</td>
|
<td><a href={{scrobble.get_absolute_url}}>{{scrobble.local_timestamp}}</a></td>
|
||||||
|
<td>{% for person in scrobble.logdata.with_people%}{{person}}{% if not forloop.last %}, {% endif%}{% endfor %}</td>
|
||||||
|
<td>{% for note in scrobble.logdata.notes %}{{note}}{% if not forloop.last %}; {% endif%}{% endfor %}
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
@ -67,13 +67,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for location in object_list %}
|
{% include "_scrobblable_list.html" %}
|
||||||
<tr>
|
|
||||||
<td>{{location.scrobble_set.count}}</td>
|
|
||||||
<td>{{location.title}}</td>
|
|
||||||
<td><a href="{{location.get_absolute_url}}">{{location.lat}}x{{location.lon}}</a></td>
|
|
||||||
</tr>
|
|
||||||
{% endfor %}
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -26,9 +26,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for scrobble in object.scrobble_set.all %}
|
{% for scrobble in scrobbles.all %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{scrobble.timestamp}}</td>
|
<td><a href={{scrobble.get_absolute_url}}>{{scrobble.local_timestamp}}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
@ -49,7 +49,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for track in object.tracks %}
|
{% for track in object.tracks.all %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{rank}}#1</td>
|
<td>{{rank}}#1</td>
|
||||||
<td><a href="{{track.get_absolute_url}}">{{track.title}}</a></td>
|
<td><a href="{{track.get_absolute_url}}">{{track.title}}</a></td>
|
||||||
@ -82,7 +82,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{% for scrobble in object.scrobbles %}
|
{% for scrobble in object.scrobbles %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{scrobble.timestamp}}</td>
|
<td><a href={{scrobble.get_absolute_url}}>{{scrobble.local_timestamp}}</a></td>
|
||||||
<td><a href="{{scrobble.track.get_absolute_url}}">{{scrobble.track.title}}</a></td>
|
<td><a href="{{scrobble.track.get_absolute_url}}">{{scrobble.track.title}}</a></td>
|
||||||
<td><a href="{{scrobble.track.artist.get_absolute_url}}">{{scrobble.track.artist.name}}</a></td>
|
<td><a href="{{scrobble.track.artist.get_absolute_url}}">{{scrobble.track.artist.name}}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -54,7 +54,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>#{{track.0}}</td>
|
<td>#{{track.0}}</td>
|
||||||
<td><a href="{{track.1.get_absolute_url}}">{{track.1.title}}</a></td>
|
<td><a href="{{track.1.get_absolute_url}}">{{track.1.title}}</a></td>
|
||||||
<td><a href="{{track.1.album.get_absolute_url}}">{{track.1.album}}</a></td>
|
<td><a href="{{track.1.primary_album.get_absolute_url}}">{{track.1.primary_album}}</a></td>
|
||||||
<td>{{track.1.scrobble_count}}</td>
|
<td>{{track.1.scrobble_count}}</td>
|
||||||
<td>
|
<td>
|
||||||
<div class="progress-bar" style="margin-right:5px;">
|
<div class="progress-bar" style="margin-right:5px;">
|
||||||
@ -83,9 +83,9 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{% for scrobble in object.scrobbles %}
|
{% for scrobble in object.scrobbles %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{scrobble.timestamp}}</td>
|
<td><a href={{scrobble.get_absolute_url}}>{{scrobble.local_timestamp}}</a></td>
|
||||||
<td><a href="{{scrobble.track.get_absolute_url}}">{{scrobble.track.title}}</a></td>
|
<td><a href="{{scrobble.track.get_absolute_url}}">{{scrobble.track.title}}</a></td>
|
||||||
<td><a href="{{scrobble.track.album.get_absolute_url}}">{{scrobble.track.album.name}}</a></td>
|
<td><a href="{{scrobble.track.primary_album.get_absolute_url}}">{{scrobble.track.primary_album.name}}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
{% block lists %}
|
{% block lists %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{% if track.album.cover_image %}
|
{% if track.primary_image_url %}
|
||||||
<p style="width:150px; float:left;"><img src="{{track.album.cover_image.url}}" width=150 height=150 /></p>
|
<p style="width:150px; float:left;"><img src="{{track.primary_image_url}}" width=150 height=150 /></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<p>{{object.scrobble_set.count}} scrobbles</p>
|
<p>{{scrobbles.count}} scrobbles</p>
|
||||||
{% if charts %}
|
{% if charts %}
|
||||||
<p>{% for chart in charts %}<em><a href="{{chart.link}}">{{chart}}</a></em>{% if forloop.last %}{% else %} | {% endif %}{% endfor %}</p>
|
<p>{% for chart in charts %}<em><a href="{{chart.link}}">{{chart}}</a></em>{% if forloop.last %}{% else %} | {% endif %}{% endfor %}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@ -26,11 +26,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for scrobble in object.scrobble_set.all %}
|
{% for scrobble in scrobbles.all %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{scrobble.timestamp}}</td>
|
<td><a href={{scrobble.get_absolute_url}}>{{scrobble.local_timestamp}}</a></td>
|
||||||
<td><a href="{{scrobble.track.get_absolute_url}}">{{scrobble.track.title}}</a></td>
|
<td><a href="{{scrobble.track.get_absolute_url}}">{{scrobble.track.title}}</a></td>
|
||||||
<td><a href="{{scrobble.track.album.get_absolute_url}}">{{scrobble.track.album}}</a></td>
|
<td><a href="{{scrobble.track.primary_album.get_absolute_url}}">{{scrobble.track.primary_album}}</a></td>
|
||||||
<td><a href="{{scrobble.track.artist.get_absolute_url}}">{{scrobble.track.artist}}</a></td>
|
<td><a href="{{scrobble.track.artist.get_absolute_url}}">{{scrobble.track.artist}}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
@ -20,40 +20,7 @@
|
|||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<div class="col-md">
|
<div class="col-md">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">{% include "_scrobblable_list.html" %}</div>
|
||||||
<table class="table table-striped table-sm">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th scope="col">Scrobbles</th>
|
|
||||||
<th scope="col">Track</th>
|
|
||||||
<th scope="col">Artist</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
{% for track in object_list %}
|
|
||||||
<tr>
|
|
||||||
<td>{{track.scrobble_set.count}}</td>
|
|
||||||
<td><a href="{{track.get_absolute_url}}">{{track}}</a></td>
|
|
||||||
<td><a href="{{track.artist.get_absolute_url}}">{{track.artist}}</a></td>
|
|
||||||
</tr>
|
|
||||||
{% endfor %}
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="pagination" style="margin-bottom:50px;">
|
|
||||||
<span class="page-links">
|
|
||||||
{% if page_obj.has_previous %}
|
|
||||||
<a href="?page={{ page_obj.previous_page_number }}">previous</a>
|
|
||||||
{% endif %}
|
|
||||||
<span class="page-current">
|
|
||||||
Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}
|
|
||||||
</span>
|
|
||||||
{% if page_obj.has_next %}
|
|
||||||
<a href="?page={{ page_obj.next_page_number }}">next</a>
|
|
||||||
{% endif %}
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@ -45,7 +45,7 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
{% for scrobble in scrobbles.all %}
|
{% for scrobble in scrobbles.all %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{scrobble.timestamp}}</td>
|
<td><a href={{scrobble.get_absolute_url}}>{{scrobble.local_timestamp}}</a></td>
|
||||||
<td>{{scrobble.podcast_episode}}</td>
|
<td>{{scrobble.podcast_episode}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
@ -1,5 +1,6 @@
|
|||||||
{% extends "base_list.html" %}
|
{% extends "base_list.html" %}
|
||||||
|
|
||||||
|
{% block title %}Podcasts{% endblock %}
|
||||||
{% block lists %}
|
{% block lists %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md">
|
<div class="col-md">
|
||||||
@ -7,20 +8,19 @@
|
|||||||
<table class="table table-striped table-sm">
|
<table class="table table-striped table-sm">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">Series</th>
|
|
||||||
<th scope="col">Episode</th>
|
<th scope="col">Episode</th>
|
||||||
|
<th scope="col">Podcast</th>
|
||||||
<th scope="col">Scrobbles</th>
|
<th scope="col">Scrobbles</th>
|
||||||
<th scope="col">All time</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for obj in object_list %}
|
{% for obj in object_list.all %}
|
||||||
{% for episode in obj.episode_set.all %}
|
{{obj.episodes}}
|
||||||
|
{% for episode in obj.podcastepisode_set.all %}
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="{{episode.get_absolute_url}}">{{episode}}</a></td>
|
<td><a href="{{episode.get_absolute_url}}">{{episode}}</a></td>
|
||||||
<td><a href="{{obj.get_absolute_url}}">{{obj}}</a></td>
|
<td><a href="{{obj.get_absolute_url}}">{{obj}}</a></td>
|
||||||
<td>{{episode.scrobble_set.count}}</td>
|
<td>{{episode.scrobble_set.count}}</td>
|
||||||
<td></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
68
vrobbler/templates/puzzles/puzzle_detail.html
Normal file
68
vrobbler/templates/puzzles/puzzle_detail.html
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
{% extends "base_list.html" %}
|
||||||
|
{% load mathfilters %}
|
||||||
|
{% load static %}
|
||||||
|
{% load naturalduration %}
|
||||||
|
|
||||||
|
{% block title %}{{object.title}}{% endblock %}
|
||||||
|
|
||||||
|
{% block head_extra %}
|
||||||
|
<style>
|
||||||
|
.cover img {
|
||||||
|
width: 250px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cover {
|
||||||
|
float: left;
|
||||||
|
width: 252px;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.summary {
|
||||||
|
float: left;
|
||||||
|
width: 600px;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block lists %}
|
||||||
|
|
||||||
|
<div class="row">
|
||||||
|
<div class="summary">
|
||||||
|
{% if object.description%}
|
||||||
|
<p>{{object.description|safe|linebreaks|truncatewords:160}}</p>
|
||||||
|
<hr />
|
||||||
|
{% endif %}
|
||||||
|
<p style="float:right;">
|
||||||
|
<a href="{{object.untappd_link}}"><img src="{% static "images/untappd-logo.png" %}" width=35></a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<p>{{scrobbles.count}} scrobbles</p>
|
||||||
|
<p>
|
||||||
|
<a href="{{object.start_url}}">Drink again</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md">
|
||||||
|
<h3>Last scrobbles</h3>
|
||||||
|
<div class="table-responsive">
|
||||||
|
<table class="table table-striped table-sm">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th scope="col">Date</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
{% for scrobble in scrobbles.all|dictsortreversed:"timestamp" %}
|
||||||
|
<tr>
|
||||||
|
<td><a href={{scrobble.get_absolute_url}}>{{scrobble.local_timestamp}}</a></td>
|
||||||
|
</tr>
|
||||||
|
{% endfor %}
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
||||||
23
vrobbler/templates/puzzles/puzzle_list.html
Normal file
23
vrobbler/templates/puzzles/puzzle_list.html
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{% extends "base_list.html" %}
|
||||||
|
|
||||||
|
{% block title %}Puzzles{% endblock %}
|
||||||
|
|
||||||
|
{% block head_extra %}
|
||||||
|
<style>
|
||||||
|
dl { width: 210px; float:left; margin-right: 10px; }
|
||||||
|
dt a { color:white; text-decoration: none; font-size:smaller; }
|
||||||
|
img { height:200px; width: 200px; object-fit: cover; }
|
||||||
|
dd .right { float:right; }
|
||||||
|
</style>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block lists %}
|
||||||
|
<div class="row">
|
||||||
|
|
||||||
|
<div class="col-md">
|
||||||
|
<div class="table-responsive">
|
||||||
|
{% include "_scrobblable_list.html" %}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user