Quote:
Originally Posted by NSILMike
1) Nothing on my tablet or in Calibre has a date in the title. The date is visible in both in separate fields, but not in the title.
2) Yes, I said Nexus to be as specific as I could.
|
As far as I can tell the first can happen only if the output profile is for a kindle. Also, and again as far as I can tell, there must be a configuration file containing the output profile. Something isn't right in River City. Note: if something changed the output profile then only newly-downloaded news will have the date in the title.
Could you at some point check the configuration file again? To get there, go to Preferences, Miscellaneous and tap "Open calibre configuration directory". A folder browser should open. Navigate to the "conversion" folder. You will see a lot of files where one of them must be "page_setup.py". It should contain something very close to the following:
Code:
{
'margin_left' : 5.0,
'margin_top' : 5.0,
'input_profile' : 'default',
'output_profile' : 'generic_eink',
'margin_right' : 5.0,
'margin_bottom' : 5.0,
}
Thanks.