This repository has been archived by the owner on Jun 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog: ~Improved search algorithm -Removed unused icons ~Fixed crash when playing wav files
- Loading branch information
1 parent
34c0c07
commit 84caf83
Showing
6 changed files
with
47 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +0,0 @@ | ||
ERROR:root:'NoneType' object has no attribute 'info' | ||
Traceback (most recent call last): | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1208, in scan_folders | ||
self.new_song(song) | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1580, in new_song | ||
self.cache_song(song) | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1574, in cache_song | ||
self.songs_cache[song] = {'title': song_title, 'artist': song_artist, 'album': album, 'album_art': album_art, 'length': song_metadata.info.length, | ||
AttributeError: 'NoneType' object has no attribute 'info' | ||
ERROR:root:'NoneType' object has no attribute 'info' | ||
Traceback (most recent call last): | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1209, in scan_folders | ||
self.new_song(song) | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1583, in new_song | ||
self.cache_song(song) | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1577, in cache_song | ||
self.songs_cache[song] = {'title': song_title, 'artist': song_artist, 'album': album, 'album_art': album_art, 'length': song_metadata.info.length, | ||
AttributeError: 'NoneType' object has no attribute 'info' | ||
ERROR:root:Position not implemented for music type | ||
Traceback (most recent call last): | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1720, in mixer_play | ||
mixer.music.play(start=start) | ||
pygame.error: Position not implemented for music type | ||
ERROR:root:can't multiply sequence by non-int of type 'float' | ||
Traceback (most recent call last): | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1456, in sort_panels | ||
print(song, score, score * "-") | ||
TypeError: can't multiply sequence by non-int of type 'float' | ||
ERROR:root:can't multiply sequence by non-int of type 'float' | ||
Traceback (most recent call last): | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1456, in sort_panels | ||
print(song, score, score * "-") | ||
TypeError: can't multiply sequence by non-int of type 'float' | ||
ERROR:root:can't multiply sequence by non-int of type 'float' | ||
Traceback (most recent call last): | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1456, in sort_panels | ||
print(song, score, score * "-") | ||
TypeError: can't multiply sequence by non-int of type 'float' | ||
ERROR:root:can't multiply sequence by non-int of type 'float' | ||
Traceback (most recent call last): | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1456, in sort_panels | ||
print(song, score, score * "-") | ||
TypeError: can't multiply sequence by non-int of type 'float' | ||
ERROR:root:local variable 'sensitivity' referenced before assignment | ||
Traceback (most recent call last): | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1449, in sort_panels | ||
if score > sensitivity: | ||
UnboundLocalError: local variable 'sensitivity' referenced before assignment | ||
ERROR:root:local variable 'sensitivity' referenced before assignment | ||
Traceback (most recent call last): | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1449, in sort_panels | ||
if score > sensitivity: | ||
UnboundLocalError: local variable 'sensitivity' referenced before assignment | ||
ERROR:root:local variable 'sensitivity' referenced before assignment | ||
Traceback (most recent call last): | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1449, in sort_panels | ||
if score > sensitivity: | ||
UnboundLocalError: local variable 'sensitivity' referenced before assignment | ||
ERROR:root:local variable 'sensitivity' referenced before assignment | ||
Traceback (most recent call last): | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1449, in sort_panels | ||
if score > sensitivity: | ||
UnboundLocalError: local variable 'sensitivity' referenced before assignment | ||
ERROR:root:local variable 'sensitivity' referenced before assignment | ||
Traceback (most recent call last): | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1449, in sort_panels | ||
if score > sensitivity: | ||
UnboundLocalError: local variable 'sensitivity' referenced before assignment | ||
ERROR:root:local variable 'tokens' referenced before assignment | ||
Traceback (most recent call last): | ||
File "e:/Python/New Projects/Sounder5/Sounder5.py", line 1434, in sort_panels | ||
self.settings['search_compensation'] * (tokens - 1)) | ||
UnboundLocalError: local variable 'tokens' referenced before assignment | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Changelog: | ||
+Removed old stuff | ||
~Improved search function | ||
~Improved search algorithm | ||
-Removed unused icons | ||
~Fixed crash when playing wav files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
23d4693e4634f7ea7c0714c6f8d408200cdaa5d19dfd803098967c38ba758d06 | ||
2e70a723beefc5dd6d967e07bbdd8178a12f0bf0f741a8ee06e361ba8b74bf39 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.8.8 | ||
0.8.9 |