README
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:2k
源码类别:

Windows CE

开发平台:

C/C++

  1. Another Slight Atari Player - foobar2000 plugin
  2. -----------------------------------------------
  3. This is a plugin for foobar 2000 version 0.8 that makes it possible to play
  4. Atari 8-bit music stored in several formats. To install the plugin, simply
  5. extract foo_asap.dll to the "components" directory of your foobar2000
  6. installation (normally "C:Program Filesfoobar2000").
  7. The plugin does support subsongs, which appear as separate items
  8. on the playlist. foobar2000's default title formating doesn't include subsong
  9. numbers however, so the subsongs look the same on the playlist.
  10. To fix this problem, open Foobar2000 / Preferences / Display / Title formatting
  11. and before the last line in the edit box insert something like this:
  12. $ifgreater(%_subsong%,0, - subsong $add(1,%_subsong%),)
  13. - this will add 1-based numbers to all subsongs except for subsong 1
  14. (90% of SAPs in ASMA contain just one song). More advanced title formatting
  15. (including total number of subsongs, AUTHOR/NAME tags, etc) will be possible
  16. in future versions of ASAP.
  17. The SAP file format supports definition of any of subsongs as the default
  18. one (the one that should be played first from this SAP file). The plugin
  19. puts the default subsong first on the playlist. However, by default,
  20. foobar2000 sorts the subsongs itself. To prevent this (if you want to),
  21. open Foobar2000 / Preferences / Core and clear the "Sort incoming files by"
  22. field (do not worry about sorting by the path since subdirectories seem to be
  23. traversed alphabetically anyway).
  24. This plugin is part of the ASAP project. Information about ASAP follows.