pinchflat/priv/repo/migrations
Kieran Eglin 777ccb7459
Added metadata model and parsing
Adding the metadata model made me realize that, in many cases, yt-dlp
returns undesired input in stdout, breaking parsing. In order to get
the metadata model working, I had to change the way in which the app
interacts with yt-dlp. Now, output is written as a file to disk which
is immediately re-read and returned.
2024-01-29 20:03:41 -08:00
..
.formatter.exs Initial commit 🎉 2024-01-18 20:32:01 -08:00
20240122030944_create_media_profiles.exs Initial implementation of media profiles (#7) 2024-01-22 20:51:28 -08:00
20240123174417_create_channels.exs Add "channel" type Media Source (#8) 2024-01-24 14:07:39 -08:00
20240125025325_create_media_items.exs Index a channel (#9) 2024-01-26 11:12:22 -08:00
20240125043813_add_oban_jobs_table.exs Index a channel (#9) 2024-01-26 11:12:22 -08:00
20240125165519_add_index_frequency_to_channels.exs Index a channel (#9) 2024-01-26 11:12:22 -08:00
20240125212753_create_tasks.exs Index a channel (#9) 2024-01-26 11:12:22 -08:00
20240129015810_create_media_metadata.exs Added metadata model and parsing 2024-01-29 20:03:41 -08:00