An open API service indexing awesome lists of open source software.

https://github.com/anezih/calibre-kitapyurdu

calibre plugin to download metadata and covers from kitapyurdu.com
https://github.com/anezih/calibre-kitapyurdu

calibre-plugin e-book metadata turkish

Last synced: 2 months ago
JSON representation

calibre plugin to download metadata and covers from kitapyurdu.com

Awesome Lists containing this project

README

        

This plugin tries to parse metadata and cover information from kitapyurdu.com, a Turkish online bookstore.

[Github repository](https://github.com/anezih/calibre-kitapyurdu)

**Main Features:**
- Plugin is capable of retrieving: the title, author, rating, tags, ISBN, publication date, publisher, language and comments (short description of the book).
- Plugin sets **kitapyurdu:** identifier for easy access from the details tab. It will show up as **Kitapyurdu**. Additionaly, it will set the **kitapyurdu_kapak** identifer in order to cache cover url. The latter won't be shown in the details tab. **Note**: If you know the book you try to download its metadata is on the site but the plugin can't fetch it, then you can set its **kitapyurdu** identifier manually. Copy the numeric value before the **.html** in the address bar and paste it in the identifiers field with the format **kitapyurdu:123816**, for example.

**Configuration:**
- You can configure the maximum number of search results to be parsed in plugin settings. Choices are: 20, 25, 50. Default: 20.
- You can choose to append extra metadata (Editor(s), Translator(s), Original name, page number) to the end of the description. Default: Unchecked.

Changelog:
Ver. 1.1.1

  • Bugfix.

  • Ver. 1.1.0
  • Set minimum Calibre version.

  • Added an option to append extra metadata to the end of the description.

  • Try to fetch metadata with kitapyurdu identifier first.

  • Ver. 1.0.0
  • Initial release