royw-dvdprofiler2xbmc 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. data/.gitignore +8 -0
  2. data/History.txt +5 -0
  3. data/Manifest.txt +33 -6
  4. data/PostInstall.txt +54 -3
  5. data/README.rdoc +38 -11
  6. data/Rakefile +1 -1
  7. data/bin/dvdprofiler2xbmc +1 -1
  8. data/dvdprofiler2xbmc.gemspec +7 -7
  9. data/lib/dvdprofiler2xbmc.rb +15 -7
  10. data/lib/dvdprofiler2xbmc/app_config.rb +15 -5
  11. data/lib/dvdprofiler2xbmc/{app.rb → controllers/app.rb} +6 -6
  12. data/lib/dvdprofiler2xbmc/controllers/fanart_controller.rb +73 -0
  13. data/lib/dvdprofiler2xbmc/controllers/nfo_controller.rb +280 -0
  14. data/lib/dvdprofiler2xbmc/controllers/thumbnail_controller.rb +70 -0
  15. data/lib/dvdprofiler2xbmc/extensions.rb +5 -2
  16. data/lib/dvdprofiler2xbmc/{collection.rb → models/collection.rb} +29 -7
  17. data/lib/dvdprofiler2xbmc/models/dvdprofiler_profile.rb +127 -0
  18. data/lib/dvdprofiler2xbmc/models/imdb_profile.rb +230 -0
  19. data/lib/dvdprofiler2xbmc/{media.rb → models/media.rb} +8 -75
  20. data/lib/dvdprofiler2xbmc/{media_files.rb → models/media_files.rb} +2 -3
  21. data/lib/dvdprofiler2xbmc/models/tmdb_movie.rb +136 -0
  22. data/lib/dvdprofiler2xbmc/models/tmdb_profile.rb +112 -0
  23. data/lib/dvdprofiler2xbmc/models/xbmc_info.rb +124 -0
  24. data/lib/dvdprofiler2xbmc/open_cache_extension.rb +39 -0
  25. data/lib/dvdprofiler2xbmc/views/cli.rb +171 -0
  26. data/spec/cache_extensions.rb +120 -0
  27. data/spec/dvdprofiler2xbmc_spec.rb +101 -0
  28. data/spec/dvdprofiler_profile_spec.rb +51 -0
  29. data/spec/imdb_profile_spec.rb +60 -0
  30. data/spec/nfo_controller_spec.rb +76 -0
  31. data/spec/samples/Collection.xml +273964 -0
  32. data/spec/samples/Die Hard - 1988.nfo +264 -0
  33. data/spec/samples/The Egg and I.dummy b/data/spec/samples/The Egg and → I.dummy +0 -0
  34. data/spec/spec.opts +1 -0
  35. data/spec/spec_helper.rb +18 -0
  36. data/spec/tmdb_movie_spec.rb +84 -0
  37. data/spec/tmdb_profile_spec.rb +105 -0
  38. data/spec/xbmc_info_spec.rb +68 -0
  39. data/tasks/rspec.rake +21 -0
  40. metadata +35 -11
  41. data/lib/dvdprofiler2xbmc/cli.rb +0 -128
  42. data/lib/dvdprofiler2xbmc/nfo.rb +0 -240

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the gem file manually.