A java console utility, which retrieves required serial from the xml of the RSS channel. Currently the connector supports the transmission API and parses the RSS of lostFilm server.
The connector is still under development and required the additional modifications.
- Prepare the properties config:
# Example of config file.
# Properties for LostFilm RSS
rss_parser=LostFilm
rss_url=http://retre.org/rssdd.xml
userId=
uses=
serials=The Strain
quality=MP4
# Torrent client
torrent_client=transmission
web_interface = http://localhost:9091/transmission/rpc
- Build the jar with maven:
mvn package
- Create the log file:
touch /var/log/rss_torrent_connector.log
- Run the utility:
java -jar rtc-0.2.1-jar-with-dependencies.jar -c Config.properties