Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does 'Seen File' work in latest release? #117

Open
kyleinprogress opened this issue Mar 5, 2021 · 3 comments
Open

How does 'Seen File' work in latest release? #117

kyleinprogress opened this issue Mar 5, 2021 · 3 comments

Comments

@kyleinprogress
Copy link

In the latest commit (1b32994), it looks like the 'seen file' functionality has been completely re-worked. I noticed this the other day when all of a sudden I'm getting a ton of duplicate downloads.

I'm using RSS feeds out of Jackett, so the content doesn't change a ton as they are filtered already for me. So when I reduce my interval to run once a day, it's still grabbing everything in the RSS feed which is a lot of duplicates.

I've got a seen file setup in my config and it's writing values, but it seems like it's just ignoring them.

@stephenc123
Copy link

Broken for me also. Fixed by specifying my own conf and a seen file:

    rss:
        image: haugene/transmission-rss
        container_name: transmission-rss
        restart: unless-stopped
        links:
            - transmission
        volumes:
          - './transmission-rss.conf:/etc/transmission-rss.conf'
          - './seenfile:/etc/transmission-rss/seenfile'

Now working:
2021-04-09 00:07:41 (debug) 11 uris from seenfile

@kyleinprogress
Copy link
Author

Any chance you could share your conf file? Or what settings you are using to reference the seen file? I've set my conf and seen files as volumes as well, but it's still having issues.

@stephenc123
Copy link

feeds:
  - url: 'http://..blahblahblah'
    download_path: /Download/transmission/completed

server:
  host: transmission
  port: 9091
  rpc_path: /transmission/rpc

seen_file: /etc/transmission-rss/seenfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants