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
This commit is contained in:
Yassine Doghri 2020-06-12 19:31:10 +00:00
commit 4651d01a84
19 changed files with 264 additions and 103 deletions

View file

@ -27,7 +27,7 @@ class EpisodeModel extends Model
'duration',
'image',
'explicit',
'episode_number',
'number',
'season_number',
'type',
'block',