Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
YuiHrsw committed Nov 5, 2024
1 parent 5bd242c commit 02986d4
Show file tree
Hide file tree
Showing 6 changed files with 347 additions and 368 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Playboy
# $Playboy$ $Media$ $Player$

[English version](./README_en.md)

Expand All @@ -19,26 +19,26 @@
<table>
<tr>
<td>
<img src='./screenshots/screenshot4.png'>
<img src='./screenshots/screenshot4.png' alt="playing">
</td>
<td>
<img src='./screenshots/screenshot1.png'>
<img src='./screenshots/screenshot1.png' alt="playing dark">
</td>
</tr>
<tr>
<td>
<img src='./screenshots/screenshot5.png'>
<img src='./screenshots/screenshot5.png' alt="video page">
</td>
<td>
<img src='./screenshots/screenshot2.png'>
<img src='./screenshots/screenshot2.png' alt="video page dark">
</td>
</tr>
<tr>
<td>
<img src='./screenshots/screenshot6.png'>
<img src='./screenshots/screenshot6.png' alt="music page">
</td>
<td>
<img src='./screenshots/screenshot3.png'>
<img src='./screenshots/screenshot3.png' alt="music page dark">
</td>
</tr>
</table>
Expand All @@ -48,15 +48,15 @@
[查看开发计划 & 进度](https://github.com/orgs/Playboy-Player/projects/3)

- [x] 主题颜色设置 & 深色模式支持
- [ ] 多语言支持
- [x] 多语言支持
- [x] 播放本地和网络媒体
- [x] 迷你播放器模式
- [x] 设置为系统打开方式
- [x] 播放列表 (随机播放, 单曲循环)
- [x] 播放列表功能 (随机播放, 单曲循环)
- [x] 倍速调节 (0-4倍速)
- [ ] 歌词和字幕
- [ ] 解析BV链接.
- [ ] 文件下载功能.
- [ ] 解析BV链接
- [ ] 文件下载功能
- [ ] 媒体文件搜索

## 使用说明
Expand Down
32 changes: 16 additions & 16 deletions README_en.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Playboy
# $Playboy$ $Media$ $Player$

[中文版本](./README.md)

Expand All @@ -19,26 +19,26 @@ A [Material You](https://m3.material.io/) style cross-platform media player deve
<table>
<tr>
<td>
<img src='./screenshots/screenshot4.png'>
<img src='./screenshots/screenshot4.png' alt="playing">
</td>
<td>
<img src='./screenshots/screenshot1.png'>
<img src='./screenshots/screenshot1.png' alt="playing dark">
</td>
</tr>
<tr>
<td>
<img src='./screenshots/screenshot5.png'>
<img src='./screenshots/screenshot5.png' alt="video page">
</td>
<td>
<img src='./screenshots/screenshot2.png'>
<img src='./screenshots/screenshot2.png' alt="video page dark">
</td>
</tr>
<tr>
<td>
<img src='./screenshots/screenshot6.png'>
<img src='./screenshots/screenshot6.png' alt="music page">
</td>
<td>
<img src='./screenshots/screenshot3.png'>
<img src='./screenshots/screenshot3.png' alt="music page dark">
</td>
</tr>
</table>
Expand All @@ -47,27 +47,27 @@ A [Material You](https://m3.material.io/) style cross-platform media player deve

[Development Plans & Progress](https://github.com/orgs/Playboy-Player/projects/3)

- [x] Theme color settings & dark mode support
- [ ] Multi-language support
- [x] Play local and online media
- [x] Mini player mode (desktop)
- [x] Theme & Dark mode Support
- [x] Internationalization Support
- [x] Open local media and network streaming
- [x] Mini mode (desktop)
- [x] Set as the system default app (desktop)
- [x] Playlist (shuffle, single repeat)
- [x] Speed adjustment (0-4x)
- [x] Playlist features
- [x] Playback speed (0-4x)
- [ ] Lyrics and subtitles
- [ ] Parse bilibili links
- [ ] File download
- [ ] Media file search
- [ ] Search media files

## Instructions
## How to use

The music and video libraries will scan all media files (including subdirectories) in the library directory.

For music, the `cover.jpg` in the same directory will be used as the cover. Videos will have thumbnails automatically generated by `ffmpeg` (system environment variable needed; Android support is uncertain).

Supported formats: `avi`, `flv`, `mkv`, `mov`, `mp4`, `mpeg`, `webm`, `wmv`, `aac`, `midi`, `mp3`, `ogg`, `wav`

## Cross-Platform Support
## Platform Support

### Windows

Expand Down
17 changes: 2 additions & 15 deletions lib/l10n/intl_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"video": "Video",
"files": "Files",
"search": "Search",

"scanOptions": "Scan Options",
"rescanMediaLibraries": "Rescan Video and Music Libraries",
"rescanVideoLibrary": "Rescan Video Library",
Expand All @@ -21,14 +20,12 @@
"openAppDataFolder": "Open App Data Folder",
"restoreDefaultSettings": "Restore Default Settings",
"irreversibleWarning": "Irreversible, takes effect after restart",

"settings":"Settings",
"settings": "Settings",
"appearance": "Appearance",
"player": "Player",
"storage": "Storage",
"language": "Language",
"about": "About",

"playSettings": "Player Settings",
"autoPlayVideo": "Auto Play",
"autoDownloadVideo": "Auto Download",
Expand All @@ -38,7 +35,6 @@
"playInAppBackground": "Continue Playing After Exit",
"useMediaControlToStop": "Use Media Control Card to Stop",
"mpvSettings": "MPV Settings (WIP)",

"displayLanguage": "Display Language",
"simplifiedChinese": "Simplified Chinese",
"english": "English",
Expand All @@ -55,7 +51,6 @@
"themeColor": "Theme Color",
"themeModeFollowSystem": "Theme Mode Follows System",
"enableDarkMode": "Enable Dark Mode",

"contributors": "Contributors",
"support": "Support",
"projectWebsite": "Project Website",
Expand All @@ -76,34 +71,26 @@
"delete": "Delete",
"confirm": "Confirm",
"confirmDeletePlaylist": "Are you sure you want to delete the playlist?",

"history": "History",
"searchResults": "Search Results",
"searchPlaylistsMediaFiles": "Search Playlists, Media Files...",
"recentSearch": "Recent Search",
"noRecentSearch": "No Recent Searches",

"noVideo": "No Video",
"playNext": "Play Next",
"playLast": "Play Last",
"addToPlaylist": "Add to a Playlist...",

"allEpisodes": "All Episodes",
"currentList": "Current List",
"lyrics": "Lyrics",

"noMusic": "No Music",

"downloadManager": "Downloads",

"openFolder": "Open Folder",
"openMediaFile": "Open File",
"openUrl": "Open URL",
"mediaLibrary": "Library",

"recentlyPlayed": "Recently Played",
"noRecentlyPlayed": "No Recently Played",

"ok": "Ok",
"cancel": "Cancel"
}
}
17 changes: 2 additions & 15 deletions lib/l10n/intl_zh.arb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"video": "视频",
"files": "文件",
"search": "搜索",

"scanOptions": "扫描选项",
"rescanMediaLibraries": "重新扫描视频库和音乐库",
"rescanVideoLibrary": "重新扫描视频库",
Expand All @@ -21,14 +20,12 @@
"openAppDataFolder": "打开应用数据文件夹",
"restoreDefaultSettings": "恢复默认设置",
"irreversibleWarning": "不可恢复,重启后生效",

"settings":"设置",
"settings": "设置",
"appearance": "外观",
"player": "播放器",
"storage": "存储",
"language": "语言",
"about": "关于",

"playSettings": "播放设置",
"autoPlayVideo": "自动播放视频",
"autoDownloadVideo": "自动下载视频",
Expand All @@ -38,7 +35,6 @@
"playInAppBackground": "退出播放界面后继续播放",
"useMediaControlToStop": "可通过全局播放控件停止",
"mpvSettings": "mpv 设置(未完成)",

"displayLanguage": "显示语言",
"simplifiedChinese": "简体中文",
"english": "English",
Expand All @@ -55,7 +51,6 @@
"themeColor": "主题颜色",
"themeModeFollowSystem": "主题模式跟随系统",
"enableDarkMode": "启用深色模式",

"contributors": "贡献者",
"support": "支持",
"projectWebsite": "项目地址",
Expand All @@ -78,32 +73,24 @@
"confirmDeletePlaylist": "确定要删除播放列表吗?",
"history": "历史记录",
"recentSearch": "最近搜索",

"searchResults": " 的搜索结果",
"searchPlaylistsMediaFiles": "搜索播放列表, 媒体文件...",
"noRecentSearch": "没有最近搜索",

"noVideo": "没有视频",
"playNext": "插播",
"playLast": "最后播放",
"addToPlaylist": "添加到播放列表",

"allEpisodes": "所有分集",
"currentList": "当前列表",
"lyrics": "歌词",

"noMusic": "没有音乐",

"downloadManager": "下载管理",

"openFolder": "播放文件夹",
"openMediaFile": "播放本地文件",
"openUrl": "打开网络串流",
"mediaLibrary": "媒体库",

"recentlyPlayed": "最近播放",
"noRecentlyPlayed": "没有最近播放",

"ok": "确定",
"cancel": "取消"
}
}
1 change: 0 additions & 1 deletion lib/pages/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import 'package:playboy/widgets/uni_image.dart';
import 'package:provider/provider.dart';
import 'package:squiggly_slider/slider.dart';
import 'package:window_manager/window_manager.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import 'file/file_page.dart';

class MikuMiku extends StatelessWidget {
Expand Down
Loading

0 comments on commit 02986d4

Please sign in to comment.