-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
freezing after adding the 5th album to library #52
Comments
Just adding that I tried clearing the library of mp3 files but the issue persists |
Thank you very much for your bug report. I have a few questions: Is it always the same album that fails? If yes, please tell me the exact file name and the exact content of the metadata - or even better, send me the file in question. What if you change the order in which you upload the albums - is it always the 6th album that fails? |
Thanks for your reply. to answer your questions: I have tried different albums/files It is always the 6th that fails. I have made sure, that the metadata and filenames don't contain any weird characters. I have checked for it the id3 tags to be id3v2. I will send you a batch of files via pm? Each of those should be an individual album. Edit: Apparently Github removed PMs but I cannot attach mp3 files here. this is the Metadata: |
you can upload the files here: I will try to reproduce the issue on my test system and get back to you. Cheers |
I didn't have rights to upload, but I think I solved it. At least it's working today. It appears, that even in the fielnames and the ID3 tags not used there are unallowable characters. After deleting all unused tags and making sure all characters are ascii base set only, it is working. I got up to 12 albums during testing without issue. |
good to know :) Could you please let me know what non-ascii characters were in the file names? |
I have now changed the access rights in the owncloud and uploading should work. |
I have somehow the same issue like indicated in this bug report. I'm adding 5 episodes (5 mp3 files) from the same album without any issues. I had originally Umlaute in the file name in all album names but the problem persists even after removing those. Tried to debug it down to somethin specific but I'm failing to find something specific that causes the issue. Beside that album everything is working fine and I was able to create a lot of working albums but this one is the only one problematic. I'm happy to share my files with you to replicate the issue. |
I did now the following test: So the problems seems to be related to the upload processing. The console shows the following: Use of uninitialized value $ENV{"HOME"} in concatenation (.) or string at Music/Tag.pm line 1066, line 1. [MSG] using tttool: C:\Users\xx\AppData\Local\Temp\par-56696b\cache-79be178b2945f1b0b8b1dcc94b3b41a083d99cb8\inc\lib\tttool.exe Is there any kind of way to start the windows application in a debug mode and see more details on what is happening behind the scenes? But there is not enough data shown in the debug to get any kind of conclusion on why the application is failing to sync after 5 albums. But I'm very sure failing sync is the problem. |
I think I found the problem: As the difference from before used albums was the not existing album cover image in the mp3 files I have added the cover image right after the uploading process. I experienced anyhow some failures to edit the image as it wasn't uploading. Maybe there is a dependency to load the cover images on every loading of the library. If one or two covers are not existing jquery is still working. But if 6 cover images are missing it is not able to overcome that waiting status and the whole application stops working. |
@vschi thank you very much for the detailed information and investing so much effort towards tracking down the problem. |
Which browser (version) are you using for your tests? If the problem is with java script, then the browser (or a plugin) could be involved. |
In my tests, I usually upload one cover image together with the mp3 files. In that case the software uses the uploaded image (and ignores images embedded in the mp3 files). I am not sure that I fully understand your workflow. Are you uploading the mp3 files with embedded cover art? Or are you first uploading the mp3 files and then editing the albums to add the cover art? Could you please try to describe step by step what you are doing and at which point the problem occurs? Cheers, Thawn |
Using latest Chrome on Win10. I'm uploading mp3 files without any cover embedded. I had worked with several albums before where the covers where embedded, and had no issues. But if you don't update the cover images right after upload it starts to be problematic after the 4 th album. Instruction of failure:
If you are doing the following workflow instead it works without any issues:
|
Thank you very much for the detailed info. This should help me reproduce the issue. As a workaround, I suggest to drag the entire folder containing the mp3 files and a cover image (jpg) to the uploader. That is less cumbersome than editing each album after upload. |
As I said, unfortunately, I am very busy with other stuff at the moment and do not know when I will have time to fix this issue. |
should be fixed in v1.0.1 |
Hello,
Using WIN10 executable 1.0.0.
Fresh install (deleted Library, EXE, tttool folder)
I'm trying to create a small book with a couple of albums (single mp3 file each, all upload and convert fine individually) for my son to have his audiobooks with him. (Total Filesize is 703MB, largest file/album is 27.5MB)
Once I upload a 6th album to the library, I cannot do anything anymore in ttmp32gme. No uploads, no conversions, no edits.
There is no output in the console from this point onwards, the commands don't seem to transferred from the web interface at all.
The text was updated successfully, but these errors were encountered: