# Obsidian Douban Plugin
Bring your data from [Douban]() to Your [Obsidian](https://obsidian.md/) Including your _Movie, Book, Music, Teleplay, Note, Game_ even your personal State and Comment  --- If you want some features or have any questions about this plugin, create issues or join the development is welcome or ⭐Star - [Bugs, Issues, & Feature Requests](https://github.com/Wanxp/obsidian-douban/issues) - Read Other Languages: English | [简体中文](../README.md) ## Target - [x] Sync Personal Movie/TV/Book/Music - [x] Import Movie/Teleplay/Book/Music/Note/Game - [x] Personal Comment/State/Rate - [x] Custom Variables ## How to use ### Sync - Sync Data From Douban Sync data from Douban (to learn how to use the TimeLine plugin to build a reading/movie watching timeline, please refer to [here](Obsidian-Douban-TimeLine.en.md)).  ### Search Use the following method: Enter Ctrl + P, enter "Douban", select search and use - Search Data And Create Note - Search Data By File Name - Search Movie By Input Text  ## Support Field (若有缺少想导入的字段, 欢迎提issues反馈) | 字段 | 电影 | 电视剧 | 书籍 | 音乐 | 日记 | 游戏 | 广播 | |-----------------|-------------------|------------------|-------------------|----------------|----------------|---------------| ---- | | `id` | 豆瓣ID | 豆瓣ID | 豆瓣ID | 豆瓣ID | 豆瓣ID | 豆瓣ID | - | | `title` | 电影名称 | 电视剧名称 | 书名 | 音乐名 | 日记标题 | 游戏名称 | - | | `type` | 类型 | 类型 | 类型 | 类型 | 类型 | 类型 | - | | `score` | 评分 | 评分 | 评分 | 评分 | 评分 | 评分 | - | | `image` | 封面 | 封面 | 封面 | 封面 | 图片 | 封面 | - | | `url` | 豆瓣网址 | 豆瓣网址 | 豆瓣网址 | 豆瓣网址 | 豆瓣网址 | 豆瓣网址 | - | | `desc` | 简介 | 简介 | 内容简介 | 简介 | 简介 | 简介 | - | | `publisher` | - | - | 出版社 | 出版者 | 发布者 | 发行商 | - | | datePublished | 上映日期 | 上映日期 | 出版年 | 发行时间 | 发布时间 | 发行日期 | - | | yearPublished | 上映年份 | 上映年份 | 出版年份 | 发行年份 | 发布年份 | 发行年份 | - | | genre | 类型 | 类型 | - | 流派 | - | 类型 | - | | currentDate | 今日日期 | 今日日期 | 今日日期 | 今日日期 | 今日日期 | 今日日期 | | | currentTime | 当前时间 | 当前时间 | 当前时间 | 当前时间 | 当前时间 | 当前时间 | | | myTags | 我标记的标签 | 我标记的标签 | 我标记的标签 | 我标记的标签 | - | 我标记的标签 | | | myRating | 我的评分 | 我的评分 | 我的评分 | 我的评分 | - | 我的评分 | | myState | 状态:想看/在看/看过 | 状态:想看/在看/看过 | 状态:想看/在看/看过 | 状态:想听/在听/听过 | - | 状态:想玩/在玩/玩过 | | | myComment | 我的评语 | 我的评语 | 我的评语 | 我的评语 | - | 我的评语 | | | myCollectionDate | 我标记的时间 | 我标记的时间 | 我标记的时间 | 我标记的时间 | - | 我标记的时间 | | | 扩展1 | director:导演 | director:导演 | author:原作者 | actor: 表演者 | author:作者 | aliases:别名 | | | 扩展2 | author:编剧 | author:编剧 | translator:译者 | albumType:专辑类型 | authorUrl:作者网址 | developer:开发商 | | | 扩展3 | actor:主演 | actor:主演 | isbn:isbn | medium:介质 | content:日记内容 | platform:平台 | | | 扩展4 | originalTitle:原作名 | originalTitle:原作名 | originalTitle:原作名 | records:唱片数 | | | | | 扩展5 | country:国家 | country:国家 | subTitle:副标题 | barcode:条形码 | | | | | 扩展6 | language:语言 | language:语言 | totalPage:页数 | | | | | | 扩展7 | time:片长 | time:片长 | series:丛书 | | | | | | 扩展8 | aliases:又名 | aliases:又名 | menu:目录 | | | | | | 扩展9 | IMDb | IMDb | price:定价 | | | | | | 扩展7 | | episode:集数 | binding:装帧 | | | | | | 扩展8 | | | producer: 出品方 | | | | | - Notice: myTags, myRating, myState, myComment, myCollectionDate. All parameters are available after logging in to the plugin. ## How to install ### From Obsidian 1. Go to Obsidian plugin center 2. Search obsidian-douban 3. Click install 4. Enable plugin ### Manmel 1. Download `main.js`, `manifest.json`, `styles.css` from GitHub release page 2. Copy step1 downloaded file to your vault folder `/.obsidian/plugins/obsidian-douban/` 3. Enable plugin in Obsidian ## How to Develop 1. Enter your test vault folder `/.obsidian/plugins/` 2. Clone Code `git clone git@github.com:Wanxp/obsidian-douban.git` 3. Enter folder `cd obsidian-douban` 4. Build `npm run build` 5. Run and Watch code chang `npm run dev` 6. Go to your Obsidian plugin center reload this plugin 7. Enjoy your develop ## Community