songs2slides

A tool that automatically finds song lyrics and creates lyric slideshows
git clone https://git.ashermorgan.net/songs2slides/
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2024-11-16 03:17Specify if song wasn't found or API error occurredAsher Morgan4+25-8
2024-07-28 15:30Enable access log in docker containerAsher Morgan1+2-1
2024-07-28 15:24Update Docker compose.ymlAsher Morgan1+1-0
2024-07-23 19:52Update step 2 lyric placeholder textAsher Morgan2+9-9
2024-07-23 19:38Add button to revert lyric modificationsAsher Morgan5+42-9
2024-07-23 18:33Add svg source for Open Graph imageAsher Morgan1+107-0
2024-07-19 01:17Fix bug in step 2 lyric placeholder textAsher Morgan1+1-1
2024-07-13 01:26DockerizeAsher Morgan5+30-4
2024-07-11 23:31Add e2e test with JavaScript disabledAsher Morgan1+42-0
2024-07-11 22:24Save custom song lyrics in localStorageAsher Morgan5+89-28
2024-06-28 00:14Save and load songs from create step 1Asher Morgan3+55-16
2024-04-27 03:33Add noscript messagesAsher Morgan3+16-0
2024-04-20 20:19Add screenshotsAsher Morgan9+119-53
2024-04-20 19:57Fix typo on homepageAsher Morgan1+2-2
2024-04-20 17:03Update README.mdAsher Morgan1+9-8
2024-04-20 16:36Fix Open Graph urlAsher Morgan1+1-1
2024-04-20 16:31Merge pull request #10 from ashermorgan/e2e-testsashermorgan5+988-636
2024-04-20 16:30Update e2e tests and GitHub actionsAsher Morgan2+16-13
2024-04-17 00:13Update e2e testsAsher Morgan1+2-2
2024-04-17 00:08Update GitHub actionsAsher Morgan1+2-2
2024-04-16 23:57Reformat e2e testsAsher Morgan1+165-165
2024-04-16 23:55Start server and API automatically for e2e testsAsher Morgan2+78-32
2024-04-14 19:36Add more e2e testsAsher Morgan1+232-1
2024-04-14 18:53Add basic e2e testAsher Morgan2+67-0
2024-04-14 18:34Migrate from unittest to pytestAsher Morgan4+639-634
2024-04-13 03:14Add Open Graph metadataAsher Morgan2+12-4
2024-04-12 22:44Capitalize title slide contentAsher Morgan2+5-5
2024-04-12 03:21Add header with maximize button to slides pageAsher Morgan5+104-59
2024-04-12 03:01Add page titlesAsher Morgan5+9-2
2024-04-10 00:25Improve step 3 submission UIAsher Morgan3+19-10
2024-04-10 00:18Create step 3 page for slideshow optionsAsher Morgan8+195-109
2024-04-09 01:58Use consistent description and terminologyAsher Morgan5+9-4
2024-04-09 01:51Implement API_AUTH environment variableAsher Morgan3+63-7
2024-04-07 21:46Improve appearanceAsher Morgan11+53-22
2024-04-07 18:32Add mock_api.pyAsher Morgan1+34-0
2024-04-05 22:43Save basic settings in localStorageAsher Morgan5+75-47
2024-03-29 02:45Create post-download pageAsher Morgan5+35-14
2024-03-28 22:06Fix Flask error on 404 pageAsher Morgan1+1-1
2024-03-28 22:04Move create steps to separate routesAsher Morgan7+225-225
2024-03-28 21:18Update README.md and improve .env loadingAsher Morgan4+25-2
2024-03-26 22:40Improve pptx format and upate output type optionsAsher Morgan3+13-9
2024-03-26 22:21Improve appearanceAsher Morgan4+57-10
2024-03-26 21:24Fix styles in global.cssAsher Morgan1+7-3
2024-03-26 20:35Merge pull request #9 from ashermorgan/refactorashermorgan43+1486-1412
2024-03-26 20:34Setup GitHub ActionsAsher Morgan1+23-0
2024-03-26 20:27Update stylesAsher Morgan2+103-15
2024-03-26 19:12Implement title slide and blank slide settingsAsher Morgan4+108-15
2024-03-26 18:55Update reveal.js slideshow configAsher Morgan1+3-0
2024-03-26 18:45Combine create steps into one templateAsher Morgan7+196-166
2024-03-04 00:45Add 404 pageashermorgan3+13-1
2024-03-02 02:40Add iconsashermorgan5+76-0
2024-02-28 18:44Implement online view featureashermorgan6+99-6
2024-02-27 04:53Implement create-step-1 templateashermorgan7+155-5
2024-02-27 03:52Implement create-step-2 templateashermorgan4+100-8
2024-02-27 00:17Implement /create/ POST routeashermorgan3+103-3
2024-02-26 04:23Add homepageashermorgan5+71-3
2024-02-25 01:14Implement /slides/ routeashermorgan3+106-4
2024-02-24 02:12Add basic flask appashermorgan3+15-0
2024-02-23 17:04Implement filter_lyrics functionashermorgan2+105-7
2024-02-22 00:22Move lines_per_slide parameter to assemble_slidesashermorgan2+43-15
2024-02-22 00:08Handle extra newlines in parse_song_lyricsashermorgan2+18-7
2024-02-21 19:33Implement assemble_slides functionashermorgan3+312-176
2024-02-21 04:28Implement create_pptx functionashermorgan3+59-0
2024-02-20 05:34Implement get_slide_contents functionashermorgan2+128-11
115 more commits remaining, fetch the repository