nning / transmission-rss

Adds torrents from RSS feeds to Transmission web frontend
GNU General Public License v3.0
450 stars 47 forks source link

Regular expressions do not update after inotify config update #59

Closed nning closed 6 years ago

nning commented 6 years ago

Raised during #57:

Another strange thing I noticed during the tests above is that if I add more items to the config.yml file, without stopping the transmission-rss process, it downloads everything inside the feed.

nning commented 6 years ago

@luizoti:

I can not reproduce this problem using this config:

feeds:
  - url: https://nyaa.si/?page=rss&q=Erai-raws+1080p+Multiple+Subtitle&c=0_0&f=0&u=Erai-raws
    regexp:
      - matcher: \[Erai-raws\]\ Mahoutsukai\ no\ Yome.*\[1080p\]\[Multiple Subtitle\]

update_interval: 30

add_paused: true

After just saving the config file again and the update_interval kicking in, the torrents get added.

I added the possibility to reset the seen file also after config updates in a5f6ea27b5d8d7fe3a77dc32c8b9484422e768e5.

Do you have any further information that could help debugging this? I tried with the current master branch but there were not that many changes that could affect this since 0.2.6.

luizoti commented 6 years ago

Hello,

It's really, I did a new test and nothing happened, I'll keep testing and see if that happens, I may have made a mistake and left some term like "Erai-raws" and it downloaded all of the feed yet.

Thank you for your help.

nning commented 6 years ago

Does this issue persist?

nning commented 6 years ago

I presume this issue is solved, now. Feel free to re-open if the issue persists.

Thank you very much for reporting!