Great answer! I know it sounds strange but I couldn't find any other way! And by doing SQL delete I am still afraid to break the db. I am going to try you way.... I always wanted to visit San Francisco!
Alessio 2012/10/19 Alessio Elmi <[email protected]>: > Great answer! > I know it sounds strange but I couldn't find any other way! And by > doing SQL delete I am still afraid to break the db. > I am going to try you way.... I always wanted to visit San Francisco! > > Alessio > > 2012/10/19 Fred Gleason <[email protected]>: >> On Oct 18, 2012, at 03:45 51, Alessio Elmi wrote: >> >>> could you find a way to remove cart by command line tools? Something >>> like "rdlibrary --delete-cart=XYZ".. >>> At the moment we manually delete XYZ.wav from /var/snd plus deleting >>> record in db from "cart" table about cart XYZ. But I am afraid about >>> ruining the entire db. >> >> You could do this using the web API by using curl(1). Something like: >> >> curl -d COMMAND=13\&LOGIN_NAME=user\&PASSWORD=\&CART_NUMBER=50005 >> http://localhost/rd-bin/rdxport.cgi >> >> A bit like traveling from New York to Philadelphia via San Francisco, but it >> gets the job done. :) >> >> Cheers! >> >> >> |-------------------------------------------------------------------------| >> | Frederick F. Gleason, Jr. | Chief Developer | >> | | Paravel Systems | >> |-------------------------------------------------------------------------| >> | Never worry about theory as long as the machinery does what it's | >> | supposed to do. | >> | -- Robert A. Heinlein | >> |-------------------------------------------------------------------------| >> >> _______________________________________________ >> Rivendell-dev mailing list >> [email protected] >> http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
