GithubHelp home page GithubHelp logo

Comments (5)

audiamus avatar audiamus commented on August 15, 2024

Thanks for the feedback.

What I am thinking about is an extra option, on an individual aax file basis, that would allow full customization of the resulting author and book title, for those cases where the heuristic approach fails or generates nonsense.

However, this is the first time I have ever seen a C# project, so my learning curve is steep.

It will be but learning can be rewarding. C# is quite a powerful language and this application makes use of several of its features.

from aaxaudioconverter.

nurbles avatar nurbles commented on August 15, 2024

I managed to hack it into working by getting and referencing the NuGet package Pri.LongPath and after the common dialog validates and returns the root path for the output I pre-pend the string "\?" to the path (actually the string is "\\\\?\\" because the backslashes need to be escaped). While this is working it could cause problems with some destination paths.

In the short term it would probably be better to detect a fully qualified file name that exceeds the 260 character limit and offer to stick the magic string that activates long path support if the user OKs the change.

I've never worked with github before, so I'm not sure about trying to check in my changes, so I will wait until asked or better yet, instructed on the best way to check my version of the project in. Sigh. Over 35 years of C development experience and 25+ years of version control systems never prepared my old mind for C#, or GIT. [smile]

from aaxaudioconverter.

audiamus avatar audiamus commented on August 15, 2024

In the short term it would probably be better to detect a fully qualified file name that exceeds the 260 character limit and offer to stick the magic string that activates long path support if the user OKs the change.

I think that's the idea I will follow. I will try to reproduce the error and then figure out how to shorten the path.

Over 35 years of C development experience and 25+ years of version control systems never prepared my old mind for C#, or GIT.

Never did much C. Coming from Pascal decades ago (DEC PDP 11 and VAX realtime systems), I more or less went straight to C++. Then, when C# appeared, started there as well. Kind of interesting how C++ and C# mutually influenced each other in recent years. Didn't really like Java, just a matter of personal preference. And I'm not a GIT expert either, I prefer SVN.

from aaxaudioconverter.

audiamus avatar audiamus commented on August 15, 2024

In upcoming version 1.2 long path names will be supported. I added the UNC prefix \\?\ to the directory names.

Nonetheless, such long directory and file names seem rather ugly to me. So, as indicated earlier, I have also added another customization option, in form of a separate dialog, to be opened per aax file via context menu. There you can adjust tag and file name stub for author and book title, in cases where the built-in heuristic approach does not produce satisfactory results.

from aaxaudioconverter.

audiamus avatar audiamus commented on August 15, 2024

Version 1.2 released.

from aaxaudioconverter.

Related Issues (20)

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.