-
Notifications
You must be signed in to change notification settings - Fork 566
xiaomi album syncer #848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Coooolfan
wants to merge
10
commits into
IceWhaleTech:main
Choose a base branch
from
Coooolfan:feat/xiaomi-album-syncer
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
xiaomi album syncer #848
Changes from 7 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
93bd6b7
Add Xiaomi Album Syncer application
Coooolfan 068110c
use dynamic WEBUI_PORT for published ports
Coooolfan 006dd9b
Standardize language codes in Xiaomi Album Syncer docker-compose.yml
Coooolfan 15fbc6d
test image link
Coooolfan 56fa205
Enhance Xiaomi Album Syncer description
Coooolfan 5cbb68c
Update logo for Xiaomi Album Syncer
Coooolfan ebb111b
Update image links for Xiaomi Album Syncer in docker-compose.yml
Coooolfan 87ff1de
Update Apps/XiaomiAlbumSyncer/docker-compose.yml
Coooolfan f8b5285
fix screenshot_link
Coooolfan 93622ed
nothing
Coooolfan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,62 @@ | ||
| name: xiaomi-album-syncer | ||
|
|
||
| services: | ||
| xiaomi-album-syncer: | ||
| image: coolfan1024/xiaomi-album-syncer:0.8.2 | ||
| container_name: xiaomi-album-syncer | ||
| ports: | ||
| - target: 8080 | ||
| published: ${WEBUI_PORT} | ||
| protocol: tcp | ||
| volumes: | ||
| - type: bind | ||
| source: /DATA/AppData/$AppID/download | ||
| target: /app/download | ||
| - type: bind | ||
| source: /DATA/AppData/$AppID/db | ||
| target: /app/db | ||
| restart: unless-stopped | ||
|
|
||
| x-casaos: | ||
| architectures: | ||
| - amd64 | ||
| - arm64 | ||
| main: xiaomi-album-syncer | ||
| author: github.com/coooolfan | ||
| category: Backup | ||
| description: | ||
| en_us: | | ||
| Xiaomi Album Syncer is a tool to sync photos from Xiaomi cloud to your local computer. | ||
| - 📸 Download all photos in the specified album | ||
| - ⏭️ Skip already downloaded photos | ||
| - 🔄 Automatically refresh Cookie | ||
| - ⏰ Support timed tasks | ||
| - 📥 Support incremental download (super fast) | ||
| - 🗂️ Support storing photos by album | ||
| - 🌍 Friendly Web UI | ||
| - 📅 Fill Exif time information for photos and videos | ||
| - 📅 Fill file system time for photos and videos | ||
| zh_cn: | | ||
| 小米相册同步器是一款将小米云相册同步到本地电脑的工具,支持: | ||
| - 📸 下载指定相册中的所有照片 | ||
| - ⏭️ 自动跳过已下载的照片 | ||
| - 🔄 自动刷新 Cookie | ||
| - ⏰ 支持定时任务 | ||
| - 📥 支持增量下载(超快) | ||
| - 🗂️ 支持按相册分类存储照片 | ||
| - 🌍 友好的 Web UI | ||
| - 📅 填充照片和视频的 Exif 时间信息 | ||
| - 📅 填充照片和视频的文件系统时间 | ||
| developer: github.com/coooolfan | ||
| icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/XiaomiAlbumSyncer/icon.png | ||
| tagline: | ||
| en_us: Xiaomi Album Syncer is a tool to sync photos from Xiaomi cloud to your local computer. | ||
| zh_cn: 小米相册同步器是一款将小米云相册同步到本地电脑的工具。 | ||
| thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/XiaomiAlbumSyncer/thumbnail.jpg | ||
| screenshot_link: | ||
| - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/XiaomiAlbumSyncer/screenshot-1.jpg | ||
Coooolfan marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| title: | ||
| en_us: Xiaomi Album Syncer | ||
| zh_cn: 小米相册同步器 | ||
| index: / | ||
| port_map: ${WEBUI_PORT} | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.