-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- mp3 - m4a - ogg - wav - flac - aac see #67
- Loading branch information
1 parent
c2c6eed
commit 72b5f16
Showing
19 changed files
with
381 additions
and
428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
/.github/ export-ignore | ||
/content/ export-ignore | ||
/site/ export-ignore | ||
/src/ export-ignore | ||
/media/ export-ignore | ||
/tests/ export-ignore | ||
/panel-src/ export-ignore | ||
|
||
/.editorconfig export-ignore | ||
/.gitattributes export-ignore | ||
/.gitignore export-ignore | ||
/.htaccess export-ignore | ||
/.nvmrc export-ignore | ||
/.prettierrc export-ignore | ||
/.releaserc export-ignore | ||
/index.site.php export-ignore | ||
/package.json export-ignore | ||
/package-lock.json export-ignore | ||
/package-lock.json export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
title: Podcaster Audiofile | ||
|
||
accept: | ||
extension: mp3 | ||
extension: | ||
- mp3 | ||
- m4a | ||
- ogg | ||
- wav | ||
- flac | ||
- aac | ||
|
||
fields: | ||
episodeTitle: | ||
label: Audio Id3 Title | ||
type: text | ||
width: 1/2 | ||
duration: | ||
label: Duration | ||
type: text | ||
disabled: true | ||
width: 1/2 | ||
episodeTitle: | ||
label: Audio Id3 Title | ||
type: text | ||
width: 1/2 | ||
duration: | ||
label: Duration | ||
type: text | ||
disabled: true | ||
width: 1/2 |
Oops, something went wrong.