basically the notifications are one-use, if you close the window they are gone, no checking back later.
i would like to have a history of the notifications shown. about 10 entrys would be enough.
thx a lot
me-777
Notification history [DONE]
Moderator: AniDB
I second this...
There is a way around this in most cases, you can go to up2date and it will show you all of the new episodes for anime you have added during the last week. You can also filter if by notifications.
I don't think that it displays files added for episodes you already had, though. So if you had an episode, but you had notification set to all, so you could get a different fansub, if you missed the popup notification, you wouldn't know about it...
There is a way around this in most cases, you can go to up2date and it will show you all of the new episodes for anime you have added during the last week. You can also filter if by notifications.
I don't think that it displays files added for episodes you already had, though. So if you had an episode, but you had notification set to all, so you could get a different fansub, if you missed the popup notification, you wouldn't know about it...
with the current way notifications are handled internally that is not possible.
basically each notification you enabled is one entry in a table and it has a counter which is 0 if no notifications are pending and is increased for each new notifcation.
opening the notification popup resets the counter of all entries to 0.
but i guess i could add a date field for the last time a notification event happened and sort by it.
BYe!
EXP
basically each notification you enabled is one entry in a table and it has a counter which is 0 if no notifications are pending and is increased for each new notifcation.
opening the notification popup resets the counter of all entries to 0.
but i guess i could add a date field for the last time a notification event happened and sort by it.
BYe!
EXP