ZachNagengast commited on
Commit
a4b6908
1 Parent(s): c4433ba

Fix for podcast file missing some metadata

Browse files

This file wouldn't play by default (on my M2 Pro Mac Mini) because of what appears to be missing/corrupt metadata, this file should have everything needed

Old:
```
"FileExtension":"flac",
"Format":"FLAC",
"FileSize":"351705020",
"OverallBitRate_Mode":"VBR",
"StreamSize":"0",
"File_Modified_Date":"2024-01-11 20:07:08 UTC",
"File_Modified_Date_Local":"2024-01-11 12:07:08",
"Encoded_Application":"Lavf58.29.100"},{"@type":"Audio","Format":"FLAC",
"BitRate_Mode":"VBR",
"Channels":"2",
"ChannelPositions":"Front: L R",
"ChannelLayout":"L R",
"SamplingRate":"48000",
"BitDepth":"16",
"Compression_Mode":"Lossless",
"StreamSize":"351696732",
"Encoded_Library":"Lavf58.29.100",
"extra":{"MD5_Unencoded":"00000000000000000000000000000000"}}]}
```

New:
```
"FileExtension":"flac",
"Format":"FLAC",
"FileSize":"351705011",
"Duration":"8636.372",
"OverallBitRate_Mode":"VBR",
"OverallBitRate":"325790",
"StreamSize":"0",
"File_Modified_Date":"2024-01-11 20:10:07 UTC",
"File_Modified_Date_Local":"2024-01-11 12:10:07",
"Encoded_Application":"Lavf60.3.100"},{"@type":"Audio","Format":"FLAC",
"Duration":"8636.372",
"BitRate_Mode":"VBR",
"BitRate":"325782",
"Channels":"2",
"ChannelPositions":"Front: L R",
"ChannelLayout":"L R",
"SamplingRate":"48000",
"SamplingCount":"414545851",
"BitDepth":"16",
"Compression_Mode":"Lossless",
"StreamSize":"351696725",
"Encoded_Library":"Lavf60.3.100",
"extra":{"MD5_Unencoded":"6FA32F8A0604D6A2EA2C7FA7250F258A"}}]}
```

Files changed (1) hide show
  1. sam_altman_lex_podcast_367.flac +2 -2
sam_altman_lex_podcast_367.flac CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2fd593ce144a8d904cf49a4ed77ed06eb50644a053dddd280c81a3ef94fb60e
3
- size 351705020
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e591fffd03599c28d57d58a3e600d63c1af7d7e19bc63393572dfc8c88b2b2b8
3
+ size 351705011