Quote:
Originally Posted by Tanjamuse
When I merge multiple stories downloaded from different sites, the Ids keep only one story link, but I would like to keep them all.
I know I can do that with a Story_URL column but I really like the other option of having it show the title of the story instead of just an ID-number.
Like the option for the AuthorHTML contra the Author URL.
Alternate if it could be possible to create a rule in the Ids column that shows the title instead of the website (see attachment) and then copy the Ids column to a StoryHTML column?
|
You can have multiple URL identifiers. You add them with the identifer "url" plus a number. You could have:
Code:
url:https://themainstorysite.com/story?id=12345
url1:https://theotherstorysite.com/story/43356
url2:https://yass.com/library/s/y/43356
But, I have no idea how FFF would handle this. It probably only looks at the "url" site.
For the ids column, by showing the title, do you mean the story title, or the site name. You can't do the former, but you can do the site name. This is done by adding an identifier rule. These are created in the calibre preferences on the "Look and feel" page under "Book details". Press the button to "Create rules to convert identifiers into links". This shows the current list of rules. You can add or edit them here. As an example, I have a rule for books from the MobileRead library. This has:
Key: mobileread
Name: MobileRead
Template: https://www.mobileread.com/forums/showthread.php?t={id}
When I add a book from the library, I add an identifier "mobileread:1234". The details pane then shows "MobileRead" as a link and clicking the link takes me to "https://www.mobileread.com/forums/showthread.php?t=1234". You can do this for any site that you can work out the template and id for. FFF doesn't use them, but I use them for several sites. Or when I no longer need FFF to be able to download them.