rstewa / Audibly

Desktop audiobook player for Windows 10/11 using WinUI 3
GNU General Public License v3.0
19 stars 1 forks source link

Audio player won't start #55

Open Gwydiou opened 3 months ago

Gwydiou commented 3 months ago

M4b file recognised but file will not start playing possible .net issue

rstewa commented 3 months ago

@Gwydiou Can you upload your metadata.json file for the .m4b file? The following steps will show you how you can find it.

  1. Open Audibly
  2. Right click on the audiobook in question and a context menu should pop up. image
  3. Click on the right-most icon. When you hover over it, it should say Open in App Folder
  1. In the file explorer you should see 3 files. The one I want is the one called metadata.json. This will have all the metadata for your book so I can hopefully diagnose what your issue is.
Gwydiou commented 3 months ago
  Sent from Mail for Windows From: Ryan StewartSent: 14 August 2024 03:38To: rstewa/AudiblyCc: Gwydiou; MentionSubject: Re: [rstewa/Audibly] Audio player won't start (Issue ***@***.*** Can you upload your metadata.json file for the .m4b file? The following steps will show you how you can find it.Open AudiblyRight click on the audiobook in question and a context menu should pop up.image.png (view on web)Click on the right-most icon. When you hover over it, it should say Open in App FolderThis should open the file explorerIn the file explorer you should see 3 files. The one I want is the one called metadata.json. This will have all the metadata for your book so I can hopefully diagnose what your issue is.—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***> 
rstewa commented 3 months ago

are you sure that's the right file? here's an example of what I expected to see.

{
  "Title": "A Clash of Kings",
  "Artist": "George R. R. Martin",
  "Composer": "Roy Dotrice",
  "Comment": "From the ancient citadel of Dragonstone to the forbidding shores of Winterfell, chaos reigns....",
  "Genre": "Action \u0026 Adventure, Epic",
  "Album": "A Clash of Kings: A Song of Ice and Fire, Book 2 (Unabridged)",
  "OriginalAlbum": "",
  "OriginalArtist": "",
  "Copyright": "\u00A91999  George R.R. Martin;\u21172004  Books on Tape, Inc.",
  "Description": "A comet the color of blood and flame cuts across the sky. And from the ancient citadel of Dragonstone to the forbidding shores of Winterfell, chaos reigns. Six factions struggle for control of a divided land and the Iron Throne of the Seven Kingdoms, preparing to stake their claims through tempest, turmoil, and war. \nIt is a tale in which brother plots against brother and the dead rise to walk in the night. Here a princess masquerades as an orphan boy; a knight of the mind prepares a poison for a treacherous sorceress; and wild men descend from the Mountains of the Moon to ravage the countryside. Against a backdrop of incest and fratricide, alchemy and murder, victory may go to the men and women possessed of the coldest steel...and the coldest hearts. For when kings clash, the whole land trembles.",
  "Publisher": "Random House Audio",
  "PublishingDate": "2004-02-17T00:00:00",
  "AlbumArtist": "George R. R. Martin",
  "Conductor": "",
  "Lyricist": "",
  "InvolvedPeople": "",
  "ProductId": "BK_BKOT_000165",
  "ISRC": "",
  "CatalogNumber": "",
  "AudioSourceUrl": "",
  "SortAlbum": "",
  "SortAlbumArtist": "",
  "SortArtist": "",
  "SortTitle": "",
  "Group": "",
  "SeriesTitle": "",
  "SeriesPart": "",
  "LongDescription": "",
  "Language": "",
  "BPM": 0,
  "EncodedBy": "",
  "Encoder": "",
  "Date": "2004-01-01T00:00:00Z",
  "Year": 2004,
  "OriginalReleaseDate": "0001-01-01T00:00:00",
  "OriginalReleaseYear": 0,
  "TrackNumber": 0,
  "TrackTotal": 0,
  "DiscNumber": 0,
  "DiscTotal": 0,
  "Popularity": 0,
  "ChaptersTableDescription": "",
  "Chapters": [ ... ],
  "Lyrics": {
    "ContentType": 1,
    "Description": "",
    "LanguageCode": "",
    "UnsynchronizedLyrics": "",
    "SynchronizedLyrics": [],
    "Metadata": {},
    "IsMarkedForRemoval": false
  },
  "AdditionalFields": {
    "\u00A9nrt": "Roy Dotrice",
    "CDEK": "B002UZKIBO",
    "CDET": "ADBL",
    "VERS": "53167",
    "AACR": "CR!AHMH88CJQD2P3508J6HT1PM8R1QS",
    "@sti": "A Clash of Kings: A Song of Ice and Fire, Book 2 (Unabridged)",
    "----:com.pilabor.tone:SUBTITLE": "A Song of Ice and Fire, Book 2",
    "----:com.pilabor.tone:PUBLISHER": "Random House Audio",
    "----:com.pilabor.tone:LANGUAGE": "English",
    "asin": "B002UZKIBO",
    "----:com.pilabor.tone:AUDIBLE_ASIN": "B002UZKIBO",
    "----:com.pilabor.tone:SERIES": "A Song of Ice and Fire",
    "----:com.pilabor.tone:PART": "2"
  },
  "MetadataFormats": [
    [
      "native"
    ]
  ],
  "Bitrate": 31,
  "BitDepth": -1,
  "SampleRate": 44100,
  "IsVBR": true,
  "CodecFamily": 0,
  "AudioFormat": [
    ".mp4",
    ".m4a",
    ".m4b",
    ".m4p",
    ".m4r",
    ".m4v",
    ".aax"
  ],
  "Duration": 133976,
  "DurationMs": 133975793.33333333,
  "ChannelsArrangement": {
    "Description": "Stereo (2/0.0)",
    "NbChannels": 2
  },
  "TechnicalInformation": {
    "AudioDataOffset": 32,
    "AudioDataSize": 1051613284
  },
  "EmbeddedPictures": [
    {
      "PicType": 1,
      "NativeFormat": 1,
      "Position": 1,
      "TagType": 3,
      "NativePicCode": 13,
      "NativePicCodeStr": null,
      "Description": "",
      "PictureData": " ... ",
      "PictureHash": 2360420744,
      "MarkedForDeletion": false,
      "TransientFlag": 0,
      "MimeType": "image/jpeg"
    }
  ]
}