mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 19:47:45 +02:00
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:
parent
d2dc6e6418
commit
4651d01a84
19 changed files with 264 additions and 103 deletions
|
|
@ -4,7 +4,15 @@
|
|||
"name": "Existing Dockerfile",
|
||||
"dockerFile": "./Dockerfile",
|
||||
"settings": {
|
||||
"terminal.integrated.shell.linux": null
|
||||
"terminal.integrated.shell.linux": "/bin/bash",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
},
|
||||
"[php]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"color-highlight.markerType": "dot-before"
|
||||
},
|
||||
"extensions": [
|
||||
"mikestead.dotenv",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue