Michael, thanks for adding the CLI commands for biography and album
review.
Some suggestions:
- the line 

Code:
--------------------
    Slim::Control::Request::addDispatch([CLICOMMAND, 'albumreview'], [0, 1, 1, 
\&getAlbumInfoCLI]);
--------------------

probably should be 

Code:
--------------------
    Slim::Control::Request::addDispatch([CLICOMMAND, 'albumreview'], [0, 1, 1, 
\&getAlbumReviewCLI]);
--------------------

- there are literal \n in the results, instead of newlines ('/n/n')
- would it be possible to select text or html results by a parameter
(basically, exposing  $params->{isWeb} via a CLI param)



[ extGUI4LMS - an alternative web interface: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (http://code.google.com/p/extgui4lms/) ]
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to