Bulk SetRating
Hi @ all,
i have migrated my Server and lost all my Ratings on Albums,
so i want to rate it with the REST Interface but a get a error:
how should this work ?
other solutions to import a list of Folders to rate?
i have migrated my Server and lost all my Ratings on Albums,
so i want to rate it with the REST Interface but a get a error:
- Code: Select all
http://localhost/rest/setRating.view?id=Symphony&rating=5&u=admin&p=subsonic&v=1.6.0&c=myapp
Error
Subsonic encountered an internal error. You can report this error in the Subsonic Forum. Please include the information below.
Exception java.lang.SecurityException
Message Access denied to file ����
Java version Sun Microsystems Inc. 1.6.0_29
Operating system Windows 7 6.1
Server jetty-6.1.x
Memory Used 104 of 199 MB
Stack trace java.lang.SecurityException: Access denied to file ���� at net.sourceforge.subsonic.service.MusicFileService.getMusicFile(MusicFileService.java:68) at net.sourceforge.subsonic.service.MusicFileService.getMusicFile(MusicFileService.java:85) at net.sourceforge.subsonic.controller.RESTController.setRating(RESTController.java:1285) at sun.reflect.GeneratedMethodAccessor198.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.web.servlet.mvc.multiaction.MultiActionController.invokeNamedMethod(MultiActionController.java:473) at org.springframework.web.servlet.mvc.multiaction.MultiActionController.handleRequestInternal(MultiActionController.java:410) at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153) at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:807) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:571) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
...
how should this work ?
other solutions to import a list of Folders to rate?