import OPML using paramater

2 posts / 0 new
Last post
jsdso1

Is there a way to import OPML into QuietRSS using command line under windows? I am trying to automate importing OPML and the QuiteRss.ini so users have to do minimal configuration Smile 

 

Thanks

Sheldon
Hi,

Hi,

unfortunately this is currently not possible.

But you can use the sqlite3.exe to export and import your subscriptions from the command line using SQL statements.

A tutorial you can find f. e. under

http://zetcode.com/db/sqlite/tool/

Your subscriptions are stored in table feeds. I recommend performing a db dump. This provides the correct SQL statements.

Don't hesitate to ask If you face some problems .

Kind regards,

Sheldon