Replies: 3 comments 3 replies
|
@Llaves the blacklisting is done using file hashes, because that is the only way to know which specific file you blacklisted. So it will be hard to edit with a external editor because you need to generate a SHA256 hash of all the files and cross check. |
0 replies
|
Where are the hashes stored? A fairly simple python script could take the name of the file you wish to remove from the blacklist, compute it's hash, and find that in the blacklist and remove it. But I would need to know where/how the blacklist is stored. |
2 replies
|
This is resolved by #60. The wish to edit the blacklist was based on the misconception that I couldn't restore a blacklisted item. That's not true - manually adding a flight ignores the blacklist. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Where are the blacklisted flights stored? I couldn't find them in the flights.db stored in AppData (Windows).
I was thinking about writing an external program to selectively edit the list. Of course, if you want to make this a new feature, that would be great.
All reactions