Code Monkey home page Code Monkey logo

flacsync's People

Contributors

cacack avatar cmcginty avatar simon04 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

flacsync's Issues

$ character in folder name breaks the transcoding

I just renamed the folders I had with those characters because I didn't know how to solve it, but I think this problem should be addressed in a future. It constantly failed to parse wave file when they where within a folder with the character $.

Resample if rate > 48 kHz

Could this be implemented? I have a lot of high-rez stuff in my library. I would resample 88.2 kHz and 176.4 kHz stuff to 44.1 kHz, and 96 kHz and 192 kHz stuff to 48 kHz. Yeah, lame makes stuff that is > 48 kHz into 48 kHz, but a lot of people would rather do even division.

Disc Number tag breaks Android Music App

For AAC files and maybe other in the Android music player. When a file is tagged with a disc num field, it break tag parsing in the app.

Should be fixed in Android, but might need a work around until that happens.

Faulty flac files should be handled better

If you have faulty FLAC files (as I unfortunately have), flacsync simply stops in the middle of the file, and leaves a partial aac file. flacsync should either not create an aac file or try to decode the entire file if possible (using -F).

e.g., for a 10:00 flac file with an error 2 minutes inside the file, you get a 2 minute aac file.

adding -F looks like the easiest solution (and the best in many cases). This can be done by adding -F in encoder.py approx line 131:

    # encode to AAC                                                                                                                                                                                
     err = sp.call( 'flac -d "%s" -c -s -F | neroAacEnc -q %s -if - -of "%s"' %
       (self.src, self.q, self.dst), shell=True, stderr=NULL)

Cheers,

Jens

Bad AAC tags when FLAC comment tag appears more than once

I discovered Easytag creates duplicate tag names for some fields. For example if you have multiple ARTISTS, it will create as many ARTIST tags as necessary. Flacsync does not account for this behavior, and will improperly write out the AAC tag.

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.