Giter VIP home page Giter VIP logo

audiotagger's Introduction

ꉔꄲ꒯ꏂꉔꄲꋊꇙꉔ꒐ꄲ꒤ꇙ

Welcome! I'm Jon, and this is a small workshop where I occasionally upload small tools—sometimes for fun, sometimes to learn, sometimes to solve a problem, but generally for some mix of these. Got to keep learning!

はじめまして!ジョンといいます。ここは僕の小さなプログラミング工房です。開発が楽しいから、もっと学びたいから、ある問題や不便などを解決したいからと、さまざまな訳でツールを少しずつ開発してアップしていきたいと思います。勉強は一生続くものですね。よろしくお願いします!


🔗 My blog
✉️ hello[at]codeconscio.us

audiotagger's People

Contributors

codeconscious avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar

audiotagger's Issues

Truncated title names due to periods

Track titles within filenames that contain a period are often truncated right before that period, and that truncated version is added to the title field of the tags. This is likely due an issue with the relevant regex pattern(s) for such filename formats.

Example: If the filename is ARTIST - TITLE WITH PERIODS F.Y.I..mp3, then the title will be TITLE WITH PERIODS F.

Warning CA1416 when the app is started

Since upgrading to .NET 7, several warnings like the following one are displayed when the application is run on M1 Macs:

[redacted]/audiotagger/AudioTagger.Console/Graphics.cs(35,26): warning CA1416: This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows'. [[redacted]/audiotagger/AudioTagger.Console/AudioTagger.Console.csproj]

This is related to the currently-disabled album art functionality. I need to resolve this or else remove the functionality.

Years saved to tags are not visible in Musicolet

Years that are saved to ID3v2 tags using taglib-sharp are not visible in my Android audio player of choice, Musicolet. In Musicolet, the Year field appears blank.

At this glance, this might be caused by the two applications referring to differing ID3v2 frames. Of note, I get the feeling that taglib-sharp might use unusual (?) frames like TDRC. I considered a fork-and-fix, but it seems the project might be dead or dying.

Musicolet is closed source, and I don't know what frame it uses for years.

I need to figure how the best way to handle this so I can avoid needing to enter the years manually in Musicolet each time.

Parsing issue when albums contain "「" and "」"

When the following file format is used to update tags (using -u), the full album and title are not parsed correctly:

歌手名 - テレビドラマ「作品名」 - 曲名.mp3

The temporary workaround is to replace them with "『" and "』".

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.