Skip to content
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

error: No comment text / valid description? #44

Open
gingerbeardman opened this issue Sep 30, 2024 · 2 comments
Open

error: No comment text / valid description? #44

gingerbeardman opened this issue Sep 30, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@gingerbeardman
Copy link

Before continuing with the bug report, does updating to the latest version fix this issue? [Yes/No]

Describe the bug

  • 0:00:01[src/libmpg123/id3.c:process_comment():584] error: No comment text / valid description?

Debugging Information

  • none, i can provide a sample file give more time

Expected behavior

  • no error message

Environment Information (please complete the following information):

  • OS: macOS 14.7
  • PyMusicLooper version being used (execute pymusiclooper --version in the terminal if unsure): 3.4.2
  • Is FFmpeg installed and working? (execute ffmpeg --version in the terminal if unsure): Yes
@gingerbeardman gingerbeardman added the bug Something isn't working label Sep 30, 2024
@arkrow
Copy link
Owner

arkrow commented Oct 15, 2024

Does this happen only with specific files or formats, or all tracks? Based on the error message, this might be related to an ID3 tag that cannot be parsed in the file.

@gingerbeardman
Copy link
Author

gingerbeardman commented Oct 15, 2024

specific files.

sample:

id3ed

% id3ed -i MusMus-BGM-011.mp3
MusMus-BGM-011.mp3: (tag v1.0)
songname: 11th finger                   
artist: Watson                        
album: MusMus                        
year: 2007
comment:                               
genre: unknown(255)

ffprobe

% ffprobe MusMus-BGM-011.mp3                                                               
ffprobe version 7.1 Copyright (c) 2007-2024 the FFmpeg developers
  built with Apple clang version 15.0.0 (clang-1500.3.9.4)
  configuration: --prefix=/opt/homebrew/Cellar/ffmpeg/7.1 --enable-shared --enable-pthreads --enable-version3 --cc=clang --host-cflags= --host-ldflags='-Wl,-ld_classic' --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libaribb24 --enable-libbluray --enable-libdav1d --enable-libharfbuzz --enable-libjxl --enable-libmp3lame --enable-libopus --enable-librav1e --enable-librist --enable-librubberband --enable-libsnappy --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libspeex --enable-libsoxr --enable-libzmq --enable-libzimg --disable-libjack --disable-indev=jack --enable-videotoolbox --enable-audiotoolbox --enable-neon
  libavutil      59. 39.100 / 59. 39.100
  libavcodec     61. 19.100 / 61. 19.100
  libavformat    61.  7.100 / 61.  7.100
  libavdevice    61.  3.100 / 61.  3.100
  libavfilter    10.  4.100 / 10.  4.100
  libswscale      8.  3.100 /  8.  3.100
  libswresample   5.  3.100 /  5.  3.100
  libpostproc    58.  3.100 / 58.  3.100
[mp3 @ 0x159e05c30] Estimating duration from bitrate, this may be inaccurate
Input #0, mp3, from 'MusMus-BGM-011.mp3':
  Metadata:
    album           : MusMus
    title           : 11th finger
    artist          : Watson
    comment         : 
    album_artist    : watson
    date            : 2007
  Duration: 00:04:36.36, start: 0.000000, bitrate: 160 kb/s
  Stream #0:0: Audio: mp3 (mp3float), 44100 Hz, stereo, fltp, 160 kb/s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants