Opened 11 years ago
Closed 10 years ago
#731 closed defect (fixed)
Setting create_spectrogram to false breaks processing
Reported by: | pythonsnake | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.7.0 |
Component: | programming | Keywords: | audio, processing, sql, bitsized |
Cc: | Parent Tickets: |
Description
I tried disabling spectograms and a bunch of bugs appeared:
- Trying to submit audio files yield that error:
/home/pythonsnake/repositories/mediadwarf/lib/python2.6/site-packages/SQLAlchemy-0.8.1-py2.6-linux-x86_64.egg/sqlalchemy/types.py:753: SAWarning: Unicode type received non-unicode bind param value. return impl_processor(process_param(value, dialect))
- The thumbnail is set to a nonexistent file,
/mgoblin_media/fake/thumb/path.jpg
Maybe we should rather define a default audio thumbnail for that kind of situation?
Change History (5)
comment:1 by , 11 years ago
Keywords: | bitsized added |
---|---|
Priority: | critical → minor |
comment:2 by , 11 years ago
Milestone: | 0.5.0 → 0.6.0 |
---|
comment:3 by , 11 years ago
Milestone: | 0.6.0 → 0.7.0 |
---|
comment:4 by , 10 years ago
It sounds like the easiest solution is to disable the disabling of spectrograms :)
That's a bitesized fix! Let's get it into this release if we can!
comment:5 by , 10 years ago
Owner: | removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Okay, pushed up a fix in 7e0c51a which just makes it so that it isn't an option... spectrograms are always created.
Edit: first point is irrelevant, and should actually be: