pinchflat/priv/repo/migrations
Kieran 030f5fbdfe
[Enhancement] Add setting to restrict filenames to ASCII characters (#660)
* Added a new column for restricting filenames

* Adds restrict-filenames to command runner

* Added UI to settings form
2025-03-17 14:58:25 -07:00
..
.formatter.exs Initial commit 🎉 2024-01-18 20:32:01 -08:00
20240122030944_create_media_profiles.exs Download video(s) (first iteration) (#5) 2024-01-30 20:15:59 -08:00
20240123174417_create_channels.exs Switch to sqlite (#22) 2024-02-16 17:11:41 -08:00
20240125025325_create_media_items.exs Switch to sqlite (#22) 2024-02-16 17:11:41 -08:00
20240125043813_add_oban_jobs_table.exs Download video(s) (first iteration) (#5) 2024-01-30 20:15:59 -08:00
20240125165519_add_index_frequency_to_channels.exs Switch to sqlite (#22) 2024-02-16 17:11:41 -08:00
20240125212753_create_tasks.exs Switch to sqlite (#22) 2024-02-16 17:11:41 -08:00
20240129015810_create_media_metadata.exs Switch to sqlite (#22) 2024-02-16 17:11:41 -08:00
20240130161316_add_media_item_to_tasks.exs Switch to sqlite (#22) 2024-02-16 17:11:41 -08:00
20240131042824_add_subtitle_options_to_media_profiles.exs Allow subtitle downloading (#11) 2024-01-31 18:55:02 -08:00
20240131182114_add_subtitles_to_media_item.exs Allow subtitle downloading (#11) 2024-01-31 18:55:02 -08:00
20240131183153_rename_video_filepath_on_media_items.exs Allow subtitle downloading (#11) 2024-01-31 18:55:02 -08:00
20240202190351_rename_source_name_to_collection_name.exs Start integrating playlist support (#13) 2024-02-05 17:38:19 -08:00
20240205194558_add_thumbnail_options_to_media_profiles.exs Media downloading indexing options (round 2) (#14) 2024-02-06 18:36:41 -08:00
20240205215634_add_release_type_behaviour_to_media_profiles.exs Media downloading indexing options (round 2) (#14) 2024-02-06 18:36:41 -08:00
20240206201218_add_metadata_options_to_media_profiles.exs Media downloading indexing options (round 2) (#14) 2024-02-06 18:36:41 -08:00
20240206204740_add_download_media_to_sources.exs Media downloading indexing options (round 2) (#14) 2024-02-06 18:36:41 -08:00
20240208194729_add_indexing_attributes_to_media_items.exs Redo indexing mechanism (#16) 2024-02-09 18:23:37 -08:00
20240210005919_add_lifecycle_columns_to_sources_and_media.exs Media item lifecycle improvements (#18) 2024-02-09 20:51:23 -08:00
20240210045410_add_description_to_media_items.exs Search v1 (#19) 2024-02-13 17:46:14 -08:00
20240210051038_add_search_field_to_media_items.exs Switch to sqlite (#22) 2024-02-16 17:11:41 -08:00
20240215215205_add_preferred_resolution_to_media_profiles.exs Add resolution option (#21) 2024-02-15 18:21:41 -08:00
20240220215056_add_not_null_to_friendly_name.exs Updated source's friendly_name to default to the collection_name (#29) 2024-02-20 19:24:47 -08:00
20240223184259_add_metadata_filepath_to_media_metadata.exs Improve metadata storage (#37) 2024-02-24 13:40:05 -08:00
20240302194115_rename_friendly_name_to_custom_name.exs Source attributes in output template (#45) 2024-03-02 12:15:10 -08:00
20240303021902_add_media_size_to_media_item.exs Added way to track media filesize (#48) 2024-03-02 19:19:10 -08:00
20240306173305_create_settings.exs Add settings model (#54) 2024-03-07 17:32:12 -08:00
20240309052602_add_short_form_to_media_items.exs Fast indexing (#58) 2024-03-10 14:36:34 -07:00
20240309182418_add_fast_index_to_sources.exs Fast indexing (#58) 2024-03-10 14:36:34 -07:00
20240310230713_add_uploaded_at_to_media_items.exs Download cutoff date for sources (#69) 2024-03-10 21:24:01 -07:00
20240311033214_add_download_cutoff_date_to_sources.exs Download cutoff date for sources (#69) 2024-03-10 21:24:01 -07:00
20240313175638_add_nfo_filepath_to_media_item.exs Add support for episode NFO files (#84) 2024-03-13 18:31:53 -07:00
20240313175744_add_download_nfo_to_media_profile.exs Add support for episode NFO files (#84) 2024-03-13 18:31:53 -07:00
20240314174731_create_source_metadata.exs Improve episode-level compatability with media center apps (#86) 2024-03-14 18:30:08 -07:00
20240318161405_add_nfo_path_to_sources.exs Source NFO downloads (#95) 2024-03-18 17:27:28 -07:00
20240319200823_add_source_photos_fields.exs Download images for sources (#96) 2024-03-19 18:34:01 -07:00
20240320153902_add_title_regex_to_source.exs Source title regex filtering (#98) 2024-03-20 17:51:14 -07:00
20240320181210_remove_unique_index_from_sources.exs Misc indexing improvements (#99) 2024-03-20 18:34:33 -07:00
20240325174728_add_image_attrs_to_source_metadata.exs Started storing source images in internal metadata folder (#120) 2024-03-25 18:36:03 -07:00
20240325222242_add_uuid_to_source_and_media.exs RSS feed for sources (#110) 2024-03-27 18:11:25 -07:00
20240325222243_backfill_content_uuids.exs RSS feed for sources (#110) 2024-03-27 18:11:25 -07:00
20240325222846_add_description_to_source.exs Added description to source (#124) 2024-03-25 20:40:09 -07:00
20240327165841_add_index_to_uuid_fields.exs RSS feed for sources (#110) 2024-03-27 18:11:25 -07:00
20240328160057_add_sponsorblock_to_media_profiles.exs [Feature] Add SponsorBlock-based section removal (#144) 2024-03-28 19:02:13 -07:00
20240328221845_add_duration_to_media_items.exs [Enhancement] Start tracking a media item's duration (#146) 2024-03-28 21:51:04 -07:00
20240401170440_re_re_add_source_uniqueness_index.exs Improved index to respect nulls 2024-04-01 18:22:58 -07:00
20240402192417_add_prevent_download_to_media_items.exs [Enhancement] Delete media after "x" days (#160) 2024-04-03 10:44:11 -07:00
20240402221638_add_retention_period_to_sources.exs [Enhancement] Delete media after "x" days (#160) 2024-04-03 10:44:11 -07:00
20240403164943_add_culled_at_to_media_items.exs [Enhancement] Delete media after "x" days (#160) 2024-04-03 10:44:11 -07:00
20240404172256_rename_settings_table.exs [Housekeeping] Refactor settings model (#165) 2024-04-04 12:43:17 -07:00
20240404174144_create_new_settings.exs [Housekeeping] Refactor settings model (#165) 2024-04-04 12:43:17 -07:00
20240404221551_add_apprise_servers_to_settings.exs [Enhancement] Add Apprise support (#170) 2024-04-09 17:45:39 -07:00
20240408181121_add_apprise_version_to_settings.exs [Enhancement] Add Apprise support (#170) 2024-04-09 17:45:39 -07:00
20240409224152_add_redownloaded_fields.exs [Enhancement] Redownload new media after a delay (#173) 2024-04-10 17:54:45 -07:00
20240411154245_add_output_template_to_sources.exs [Enhancement] Allow overriding output templates on a per-source basis (#179) 2024-04-10 22:02:19 -07:00
20240502161955_add_upload_date_index_to_media_items.exs [Enhancement] Add Media Center support for videos uploaded on the same day (#221) 2024-05-02 11:06:10 -07:00
20240515163649_add_date_indexes_to_media_items.exs Bumped RSS feed limit; fixed ordering (#241) 2024-05-15 10:15:00 -07:00
20240521193719_add_codec_preferences_to_settings.exs [Enhancement] Allow setting preference for video/audio codec (#255) 2024-05-21 16:28:19 -07:00
20240523183003_change_media_items_search_index_tokenizer.exs [Enhancement] Added search to source forms (#259) 2024-05-23 15:09:49 -07:00
20240528180212_rename_upload_date_to_uploaded_at.exs [Housekeeping] Store the upload event as a datetime rather than a date (#269) 2024-05-28 13:01:40 -07:00
20240529000015_modify_upload_date_index.exs [Enhancement] Improve handling of large media collections (#272) 2024-05-29 12:38:03 -07:00
20240529153838_add_indexes_for_large_collections.exs [Enhancement] Improve handling of large media collections (#272) 2024-05-29 12:38:03 -07:00
20240603230512_refactor_codec_preferences.exs [Bugfix] Partially revert custom codec selection (#279) 2024-06-04 09:19:37 -07:00
20240604221531_add_youtube_api_key_setting.exs [Enhancement] Optionally use the YouTube API for improved fast indexing (#282) 2024-06-10 11:45:41 -07:00
20240715212133_add_playlist_index_to_media_items.exs [Enhancement] Capture playlist_index for use with output templates (#315) 2024-07-15 16:06:13 -07:00
20240722183656_add_marked_for_deletion_at_to_sources_and_profiles.exs [Performance] Asyncronously delete sources and media profiles (#277) 2024-07-22 12:26:22 -07:00
20240814154844_add_use_cookies_to_sources.exs [Enhancement] Use cookies on a per-source basis (#354) 2024-08-14 12:00:18 -07:00
20240814193939_add_duration_limits_to_sources.exs [Enhancement] Filter media based on min and/or max duration (#356) 2024-08-14 14:20:50 -07:00
20240910173050_add_media_container_to_media_profiles.exs [Enhancement] Allow configuration of media container format (#383) 2024-09-10 11:44:57 -07:00
20241107201850_add_predicted_media_filepath_to_media_items.exs [Enhancement] Track the predicted final filepath for indexed media items (#461) 2024-11-08 09:42:59 -08:00
20241120204407_add_enabled_to_sources.exs [Enhancement] Adds ability to enable/disable sources (#481) 2024-11-21 14:38:37 -08:00
20241127172054_add_audio_lang_to_media_profiles.exs [Enhancement] Add audio track language selection to Media Profile (#487) 2024-11-27 10:39:29 -08:00
20241230192618_add_route_token_to_settings.exs [Bugfix] Improve OPML route security (#535) 2024-12-30 17:40:23 -08:00
20250110231704_add_extractor_sleep_interval_to_settings.exs [Enhancement] Add rate limiting to yt-dlp requests; prevent saving Media Items when throttled by YouTube (#559) 2025-01-14 11:38:40 -08:00
20250210201413_add_last_error_to_media_item.exs [Enhancement] Record and display errors related to downloading (#610) 2025-02-12 10:17:24 -08:00
20250304185528_add_cookie_behaviour_to_sources.exs [Enhancement] Add option for a source to only use cookies when needed (#640) 2025-03-05 15:32:15 -08:00
20250311222451_add_rate_limit_speed_to_settings.exs [Enhancement] Add download rate limiting to app settings (#646) 2025-03-11 15:45:56 -07:00
20250317213740_add_restrict_filenames_to_settings.exs [Enhancement] Add setting to restrict filenames to ASCII characters (#660) 2025-03-17 14:58:25 -07:00