-
- Downloads
Project 'ad-aures/castopod' was moved to 'adaures/castopod'. Please update any links and bookmarks that may still have the old path.
feat: write id3v2 tags to episode's audio file
- add $mediaRoot parameter in app config - add and refactor helpers : id3, media and url - add basic vscode settings for code formatting in devcontainer.json - set post_max_size to Dockerfile
Showing
- .devcontainer/Dockerfile 0 additions, 4 deletions.devcontainer/Dockerfile
- .devcontainer/devcontainer.json 9 additions, 1 deletion.devcontainer/devcontainer.json
- Dockerfile 4 additions, 1 deletionDockerfile
- app/Config/App.php 8 additions, 0 deletionsapp/Config/App.php
- app/Config/Cache.php 3 additions, 1 deletionapp/Config/Cache.php
- app/Controllers/Episodes.php 35 additions, 17 deletionsapp/Controllers/Episodes.php
- app/Controllers/Podcasts.php 6 additions, 8 deletionsapp/Controllers/Podcasts.php
- app/Database/Migrations/2020-06-05-170000_add_episodes.php 6 additions, 2 deletionsapp/Database/Migrations/2020-06-05-170000_add_episodes.php
- app/Entities/Episode.php 1 addition, 1 deletionapp/Entities/Episode.php
- app/Entities/Podcast.php 3 additions, 2 deletionsapp/Entities/Podcast.php
- app/Helpers/file_helper.php 0 additions, 53 deletionsapp/Helpers/file_helper.php
- app/Helpers/id3_helper.php 103 additions, 0 deletionsapp/Helpers/id3_helper.php
- app/Helpers/media_helper.php 46 additions, 0 deletionsapp/Helpers/media_helper.php
- app/Helpers/url_helper.php 18 additions, 0 deletionsapp/Helpers/url_helper.php
- app/Models/EpisodeModel.php 1 addition, 1 deletionapp/Models/EpisodeModel.php
- app/Views/episodes/create.php 1 addition, 2 deletionsapp/Views/episodes/create.php
- app/Views/episodes/view.php 3 additions, 3 deletionsapp/Views/episodes/view.php
- app/Views/home.php 5 additions, 1 deletionapp/Views/home.php
- app/Views/podcasts/view.php 12 additions, 6 deletionsapp/Views/podcasts/view.php
Loading
-
mentioned in commit 8e19abd4
-
mentioned in commit 011a3319
-
mentioned in commit f3d005b4
-
mentioned in commit 37efd31c
-
mentioned in commit 24bf214c
-
mentioned in commit f877172d
-
mentioned in commit d25aaf57
-
mentioned in commit 551f3eb6
-
mentioned in commit be8ec094
-
mentioned in commit e6f1f6fc
-
mentioned in commit eebab2a1
-
mentioned in commit a734b111
-
mentioned in commit a5d17024
-
mentioned in commit 5ef30ba3
-
mentioned in commit acf5da9b
-
mentioned in commit 1c70baae
-
mentioned in commit 58c06d60
-
mentioned in commit fe3d6b9c
-
mentioned in commit 2d856e58
-
mentioned in commit 3e37283d
-
mentioned in commit 208f1728
-
mentioned in commit e736fb8f
-
mentioned in commit af3e6663
-
mentioned in commit 14733105
-
mentioned in commit d807ab97
-
mentioned in commit f9572e41
Please register or sign in to comment