Code Monkey home page Code Monkey logo

Comments (2)

kota7 avatar kota7 commented on July 23, 2024

@Czechball
Thanks for the comment. Files with the following conditions are included to the database and can be played.

  1. Google drive considers it as the "Audio" type
  2. MPlayer supports the audio format

If only the first condition is met, then the file is still included to the database (but does not play).

MPlayer covers most of the audio formats (OPUS is included). Please refer to the following pages for the supported input formats:

I could not find the complete list of audio mime types Google Drive recognizes. I believe this is close:


That being said, it is weird that your OPUS files are not in the database. On my end, OPUS files are included and played properly.
Here is my experiment steps:

  • Updated the database on my laptop and checked the result as below. The opus file is successfully played on my laptop.
# update database
$ gdriveaudio update -UF

# list files in the database
$ gdriveaudio data -k .opus --columns name mimetype
name,mimetype
examples_left-demo-1s.opus,audio/ogg

# play the file
$ gdriveaudio play -k .opus

You can first check, if your opus file is recognized as "Audio" type in the google drive page.
If yes, then the only reason I can think of is that the file is not in the target folder.
If you can share the file with me, I would be happy to explore if the same thing happens on my end too.

from gdriveaudio.

Czechball avatar Czechball commented on July 23, 2024

Hello again. Thank you for the detailed response, I haven't found the time to properly test this yet. As far as I'm aware, there are literally no .opus files indexed from my library, while there are many of them in there...

from gdriveaudio.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.