Advertisement
Guest User

spotify-examples

a guest
Feb 24th, 2013
741
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.50 KB | None | 0 0
  1. :.
  2. |   appkey.c
  3. |   common.mk
  4. |   Makefile
  5. |   test.txt
  6. |  
  7. +---jukebox
  8. |   |   alsa-audio.c
  9. |   |   audio.c
  10. |   |   audio.h
  11. |   |   dummy-audio.c
  12. |   |   jukebox.c
  13. |   |   Makefile
  14. |   |   openal-audio.c
  15. |   |   osx-audio.c
  16. |   |   playtrack.c
  17. |   |   queue.h
  18. |   |  
  19. |   \---osx
  20. |       \---jukebox.xcodeproj
  21. |               project.pbxproj
  22. |              
  23. +---localfiles
  24. |       main.c
  25. |       main.h
  26. |       Makefile
  27. |      
  28. +---Randomify
  29. |   |   main.m
  30. |   |   Randomify-Info.plist
  31. |   |   RandomifyAppDelegate.h
  32. |   |   RandomifyAppDelegate.m
  33. |   |   Randomify_Prefix.pch
  34. |   |   SpotifyPlaylist.h
  35. |   |   SpotifyPlaylist.m
  36. |   |   SpotifySession.h
  37. |   |   SpotifySession.m
  38. |   |   SpotifyTrack.h
  39. |   |   SpotifyTrack.m
  40. |   |  
  41. |   +---English.lproj
  42. |   |       InfoPlist.strings
  43. |   |       MainMenu.xib
  44. |   |      
  45. |   \---Randomify.xcodeproj
  46. |           project.pbxproj
  47. |          
  48. +---spshell
  49. |   |   browse.c
  50. |   |   cmd.c
  51. |   |   cmd.h
  52. |   |   inbox.c
  53. |   |   Makefile
  54. |   |   playlist.c
  55. |   |   scrobbling.c
  56. |   |   search.c
  57. |   |   spshell.c
  58. |   |   spshell.h
  59. |   |   spshell_posix.c
  60. |   |   spshell_win32.c
  61. |   |   star.c
  62. |   |   test.c
  63. |   |   toplist.c
  64. |   |  
  65. |   +---osx
  66. |   |   \---spshell.xcodeproj
  67. |   |           project.pbxproj
  68. |   |          
  69. |   \---win32
  70. |           spshell.vcproj
  71. |           spshell.vcxproj
  72. |           spshell.vcxproj.filters
  73. |          
  74. \---stub
  75.         main.c
  76.         main.h
  77.         Makefile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement