Fixed Show Song in Finder in Playlist menu.
parent
69275d5444
commit
8f595a0523
|
@ -3,13 +3,13 @@
|
||||||
<plist version="1.0">
|
<plist version="1.0">
|
||||||
<dict>
|
<dict>
|
||||||
<key>IBDocumentLocation</key>
|
<key>IBDocumentLocation</key>
|
||||||
<string>257 93 639 388 0 0 1440 878 </string>
|
<string>249 156 639 388 0 0 1680 1028 </string>
|
||||||
<key>IBEditorPositions</key>
|
<key>IBEditorPositions</key>
|
||||||
<dict>
|
<dict>
|
||||||
<key>1063</key>
|
<key>1063</key>
|
||||||
<string>650 960 136 68 0 0 1680 1028 </string>
|
<string>650 960 136 68 0 0 1680 1028 </string>
|
||||||
<key>1156</key>
|
<key>1156</key>
|
||||||
<string>719 529 241 366 0 0 1680 1028 </string>
|
<string>866 232 241 366 0 0 1680 1028 </string>
|
||||||
<key>1324</key>
|
<key>1324</key>
|
||||||
<string>787 658 137 182 0 0 1680 1028 </string>
|
<string>787 658 137 182 0 0 1680 1028 </string>
|
||||||
<key>29</key>
|
<key>29</key>
|
||||||
|
@ -34,13 +34,13 @@
|
||||||
<integer>4</integer>
|
<integer>4</integer>
|
||||||
<key>IBOpenObjects</key>
|
<key>IBOpenObjects</key>
|
||||||
<array>
|
<array>
|
||||||
<integer>1324</integer>
|
|
||||||
<integer>29</integer>
|
|
||||||
<integer>513</integer>
|
<integer>513</integer>
|
||||||
<integer>21</integer>
|
<integer>21</integer>
|
||||||
<integer>463</integer>
|
<integer>463</integer>
|
||||||
<integer>1063</integer>
|
<integer>1063</integer>
|
||||||
<integer>1156</integer>
|
<integer>1156</integer>
|
||||||
|
<integer>29</integer>
|
||||||
|
<integer>1324</integer>
|
||||||
</array>
|
</array>
|
||||||
<key>IBSystem Version</key>
|
<key>IBSystem Version</key>
|
||||||
<string>8P2137</string>
|
<string>8P2137</string>
|
||||||
|
|
Binary file not shown.
4
TODO
4
TODO
|
@ -1,6 +1,4 @@
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
SHN resulting in high CPU usage: http://sbooth.org/forums/viewtopic.php?p=4711#4711
|
SHN resulting in high CPU usage: http://sbooth.org/forums/viewtopic.php?p=4711#4711
|
||||||
Window Menu: http://sbooth.org/forums/viewtopic.php?p=4717
|
|
||||||
Reveal Song in Finder needs to be changed to Show Song in Finder and not be enabled when theres no selection: http://sbooth.org/forums/viewtopic.php?t=1420
|
|
||||||
|
|
||||||
Fix playlist/file loading so it never loads duplicates in a single action. Ex: If you load (an m3u containing a bunch of files) AND (the files themselves), only load them once! However, if you load the m3u, THEN load the group of files, they should appear twice!
|
Fix playlist/file loading so it never loads duplicates in a single action. Ex: If you load (an m3u containing a bunch of files) AND (the files themselves), only load them once! However, if you load the m3u, THEN load the group of files, they should appear twice! http://sbooth.org/forums/viewtopic.php?t=1434
|
||||||
|
|
Loading…
Reference in New Issue