|
@@ -1,15 +1,79 @@
|
|
|
#+title: TODOs
|
|
|
|
|
|
-A fun way to keep track of things in the project to fix or improve.
|
|
|
+* Version 17
|
|
|
+** DONE [#A] Investigate new source of video metadata :personal:project:video:imdb:
|
|
|
+:PROPERTIES:
|
|
|
+:ID: df2b486c-1170-5199-c312-9bc87760d962
|
|
|
+:END:
|
|
|
+
|
|
|
+Cinemagoer broke and I probably should find a more reilable source of video data.
|
|
|
+
|
|
|
+- Note taken on [2025-06-13 Fri 11:19]
|
|
|
+
|
|
|
+ TMDB is much more reliable, but does require an API key. That's all setup now,
|
|
|
+ so hopefully this breaking IMDB crap is over.
|
|
|
+
|
|
|
+** DONE IMDB video lookups are failing :personal:bug:video:imdb:
|
|
|
+:PROPERTIES:
|
|
|
+:ID: 38f1081f-37b4-f4f2-79aa-c1e87eca4b69
|
|
|
+:END:
|
|
|
+<2025-06-13 Fri>
|
|
|
+
|
|
|
+- Note taken on [2025-06-13 Fri 08:24]
|
|
|
+
|
|
|
+ Looks like Cinemagoer is broken: https://github.com/cinemagoer/cinemagoer/issues/537
|
|
|
+
|
|
|
+** DONE [#A] Emacs is not syncing notes :personal:scrobbling:emacs:bug:
|
|
|
+:PROPERTIES:
|
|
|
+:ID: c79cd491-b30f-0945-d84b-b8cac7562791
|
|
|
+:END:
|
|
|
+<2025-06-12 Thu 9:30>
|
|
|
|
|
|
+Not sure if the problem is in my Emacs hook sending or Vrobbler itself.
|
|
|
+
|
|
|
+- Note taken on [2025-06-12 Thu 09:47]
|
|
|
+
|
|
|
+ Adding a quick note to check on it
|
|
|
+
|
|
|
+- Note taken on [2025-06-12 Thu 09:50]
|
|
|
+
|
|
|
+ Ah ha. All the messing about with the source field meant that I was looking
|
|
|
+ for `emacs` as a source but the hook was initially setting sources to
|
|
|
+ `orgmode` I think I prefer `orgmode` as the source, so updating it thusly.
|
|
|
+
|
|
|
+ Fixed in `490d60cbbb1f8bf90b5fc47d8685b15bdc1d485b`
|
|
|
+
|
|
|
+** TODO [#A] Show the description of a task in the string rep for a scrobble of a Task :personal:project:scrobbling:vrobbler:feature:
|
|
|
+** TODO [#B] Add AllTrails as a source for Trail data :vrobbler:trails:feature:personal:project:
|
|
|
+Pretty clear, I would love to make trails more useful. Historically I wasn't
|
|
|
+hiking a lot, which made the source for this a bit silly. But it's clear that
|
|
|
+AllTrails is the best source, though having TrailForks is nice to.
|
|
|
+** TODO [#B] Add `garmin_activity_id` to the TrailMetadataLog class :vrobbler:trails:feature:personal:project:
|
|
|
+Would be nice to have some loose connection to the actual event in my Garmin profile.
|
|
|
+** TODO [#B] Explore a way to add metadata editing to scrobbles after saving :vrobbler:spike:scrobbling:personal:project:
|
|
|
+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 [#C] Replace commas in the bandcamp URL for artists with nothing :vrobbler:music:bug:personal:
|
|
|
+:PROPERTIES:
|
|
|
+:ID: 9b30d67b-91f0-a480-dfaa-5d9dc090e76c
|
|
|
+:END:
|
|
|
+
|
|
|
+** TODO [#C] Fix bug where podcast scrobbling creates duplicate Podcast :project:vrobbler:scrobbling:podcasts:bug:personal:
|
|
|
+Rather than pick up an existing Podcast using the podcast title in the mopidy
|
|
|
+file name, Vrobbler creates a new podcast with no enriched data. Not a big deal
|
|
|
+for my use as the volume of podcasts I listen to makes manual fixes easy. But
|
|
|
+it's annoying.
|
|
|
* Version 0.16.0
|
|
|
-** TODO [#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:
|
|
|
+:ID: 670e8634-49b5-dce9-1684-14f2ffb797f1
|
|
|
+:END:
|
|
|
Effectively, any track that comes in without a MusicBrainz ID does some funky
|
|
|
lookup where it doesn't find a track without an MB id and the track title /
|
|
|
-artist combination and creates a new track everytime. This has to be cleaend up
|
|
|
+artist combination and creates a new track every time. This has to be cleaned up
|
|
|
by condensing the duplicated tracks into the original proper track.
|
|
|
|
|
|
-But it opens a bigger quesiton about how much MB id should the drive the app
|
|
|
+But it opens a bigger question about how much MB id should the drive the app
|
|
|
lookup. If it can't be depended on to exist from all sources, it really can't be
|
|
|
canonical. Instead, the combination of track title / artist is really the best
|
|
|
we can do. Last.fm also has this problem, where it doesn't know about albums and
|
|
@@ -481,4 +545,3 @@ has to re-populate when the server restarts.
|
|
|
}
|
|
|
}
|
|
|
#+end_src
|
|
|
-** TODO Fix bug in podcast scrobbling where a second scrobble is created after completion :scrobbling:podcasts:bug:
|