Code Monkey home page Code Monkey logo

minaplay's Issues

建议将项目中的 Server酱 链接换成推荐链接

您好,我是 Server酱的作者 Easy 。注意到您的项目中对接或提及了 Server酱,非常感谢对我们的支持。

这里有一个小建议。Server酱最近推出了「推荐返现计划」,您可以在项目中Server酱的官网链接后边加上推荐参数,这样在用户从这里进入Server酱并订阅会员后,您的项目将获得2元/单的佣金。

只需要用微信登录fx.ftqq.com ,然后开通计划就可以获得您的推荐链接,佣金会实时地转入开通账号的微信零钱中。

希望这个计划能让您的开源项目更好。


Hello, I am Easy, the author of ServerChan. I noticed that your project has integrated or mentioned ServerChan, and I am very grateful for that.

I have a small suggestion. ServerChan has recently launched a "Referral Cashback Program". You can add a referral parameter to the link to ServerChan's official website in your project. This way, when users enter ServerChan through your link and subscribe to a membership, your project will earn a commission of 2 RMB per subscription.

You just need to log in to fx.ftqq.com with WeChat, activate the program, and you will get your referral link. The commission will be instantly transferred to the WeChat Wallet of the account that activated the program.

Even though the earnings might not be substantial, I hope this program can provide some additional support for your open-source project.

[Bug] i18n problem: Improper Font Display When Browser Language is Not Chinese or English (zh_CN/en_US)

Is there a question you'd like to ask in an existing issue?

  • I've checked an existing issue and my current issue isn't among them

MinaPlay Version

v0.2.1

Problem Positioning

web ui

Problem Description

There is an issue with the frontend internationalization (i18n) implementation. When the browser language is set to a language other than Chinese(zh_CN) or English(en_US), the UI fails to display the fonts correctly. Please investigate and fix the issue to ensure proper font display for all browser languages.
1

[Bug] 无法启动

现存的 issue 中存在您想提的问题吗

  • 我已查阅现存 issue,并且我目前的问题不在其中

MinaPlay 版本

latest

问题定位

server 服务端

问题描述

容器无法启动
docker-compose.yml

version: '3.8'

services:
  minaplay-mysql:
    image: "mysql:8"
    container_name: minaplay-mysql
    networks:
      - minaplay-network
    environment:
      - TZ=Asia/Shanghai
      - MYSQL_ALLOW_EMPTY_PASSWORD=yes
      - MYSQL_DATABASE=minaplay
    restart: always
    volumes:
      - mysql-data:/var/lib/mysql

  minaplay-redis:
    image: "redis:latest"
    container_name: minaplay-redis
    networks:
      - minaplay-network
    restart: always

  minaplay:
    image: "nepsyn/minaplay:latest"
    container_name: minaplay
    networks:
      - minaplay-network
    volumes:
      - ./data:/app/data
    environment:
      - DB_HOST=minaplay-mysql
      - REDIS_HOST=minaplay-redis
      - MS_ANNOUNCED_IP=127.0.0.1  # 在需要放映室语音通话服务的情况下改为宿主机外部访问 IP
    ports:
      - "3000:3000"
      - "6234-6235:6234-6235"  
    depends_on:
      - minaplay-mysql
      - minaplay-redis
    restart: unless-stopped

volumes:
  mysql-data:

networks:
  minaplay-network:

系统日志

root@HostBrr-FI:~/MinaPlay# docker logs a93a692ba0b5
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [NestFactory] Starting Nest application...
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] PassportModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] ConfigHostModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] DiscoveryModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] AppModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] ConfigModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] BullModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] ScheduleModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] BullModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] JwtModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] BullModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] BullModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] CacheModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] SystemModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] TypeOrmModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] FileModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] UserModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] MediaModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] AuthorizationModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] PluginModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] LiveModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] SubscribeModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [InstanceLoader] NotificationModule dependencies initialized
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "info" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "join" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "state" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "members" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "chat" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "messages" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "revoke" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "mute-chat" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "unmute-chat" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "quit" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "kick" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "stream-client-sync" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "stream-server-push" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "stream-third-party" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "stop-stream" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "voice-rtp-capabilities" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "voice-get-producers" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "voice-create-webrtc-transport" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "voice-connect-webrtc-transport" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "voice-create-producer" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] LiveGateway subscribed to the "voice-create-consumer" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] PluginGateway subscribed to the "console" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [WebSocketsController] PluginGateway subscribed to the "commands" message
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] LiveStreamController {/api/v1/live}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/live/:id/stream.flv, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/live/:id/stream.m3u8, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] LiveController {/api/v1/live}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/live/:id, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/live, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/live, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/live/:id, PUT} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/live/:id, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] AuthorizationController {/api/v1/auth}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/auth/login, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/auth/refresh, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/auth/logout, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/auth/password, PUT} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/auth/user/create, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/auth/user/:userId/logout, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/auth/user/:userId/password, PUT} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/auth/user/:userId/permission, PUT} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/auth/user/:userId, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/auth/permission, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/auth/logs, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] UserController {/api/v1/user}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/user/:id/profile, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/user/:id/profile, PUT} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/user, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] FileController {/api/v1/file}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/file/image, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/file/video, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/file/:id, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/file/:id/raw, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/file/:id/raw/:name, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/file/:id/download, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/file/:id/download/:name, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/file, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/file/:id, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] ViewHistoryController {/api/v1/media/history}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/media/history, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/media/history, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] MediaController {/api/v1/media}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/media/:id, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/media, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/media, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/media/:id, PUT} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/media/:id, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/media/:id/history, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/media/:id/history, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/media/:id/history, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] SeriesTagController {/api/v1/series/tag}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/tag, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/tag, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/tag, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] SeriesSubscribeController {/api/v1/series/subscribe}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/subscribe, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/subscribe, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] EpisodeController {/api/v1/series/episode}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/episode, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/episode/update, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/episode/:id, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/episode, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/episode/:id, PUT} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/episode/:id, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] SeriesController {/api/v1/series}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/:id, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/:id, PUT} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/:id, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/:id/subscribe, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/:id/subscribe, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/series/:id/subscribe, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] RuleController {/api/v1/subscribe/rule}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/rule, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/rule/:id, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/rule, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/rule/:id, PUT} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/rule/:id, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/rule/:id/log, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/rule/:id/log, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] SourceController {/api/v1/subscribe/source}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/source, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/source/:id, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/source, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/source/:id, PUT} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/source/:id, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/source/:id/raw, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/source/:id/run, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/source/:id/log, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/source/:id/log, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/source/:id/download, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] DownloadItemController {/api/v1/subscribe/download}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/download, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/download/:id, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/download/:id/retry, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/download/:id/pause, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/download/:id/unpause, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/download/:id/cancel, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/download, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/subscribe/download/:id, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] NotificationController {/api/v1/notification}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/notification/adapters, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/notification, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/notification/:id, PUT} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/notification/:id, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/notification/test, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/notification/bind, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] SystemController {/api/v1/system}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/system/status, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/system/update, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/system/logs, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/system/logs, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RoutesResolver] PluginController {/api/v1/plugins}:
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/plugins, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/plugins/:pluginId/parser/:parser/calendar, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/plugins/:pluginId/parser/:parser/series/:seriesId, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/plugins/:pluginId/parser/:parser/series/:seriesId/subscribe, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/plugins/:pluginId/parser/:parser/series/:seriesId/subscribe, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/plugins/:pluginId/parser/:parser/series, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/plugins/:pluginId/parser/:parser/series/:seriesId/episode, GET} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/plugins/:id/enable, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/plugins/:id/disable, POST} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [RouterExplorer] Mapped {/api/v1/plugins/:id, DELETE} route
[Nest] 14  - 05/25/2024, 3:34:05 PM     LOG [LiveStreamService] LiveStream service is running
[Nest] 14  - 05/25/2024, 3:34:05 PM   ERROR [MinaPlay] Uncaught rejection: Error: [pid:25, code:40, signal:null]
Error: [pid:25, code:40, signal:null]
    at ChildProcess.<anonymous> (/app/node_modules/mediasoup/node/lib/Worker.js:145:43)
    at ChildProcess.emit (node:events:519:28)
    at ChildProcess._handle.onexit (node:internal/child_process:294:12)

[Feature Request] 对多个下载任务进行暂停、继续或取消操作

现存的 issue 中存在您想提的功能请求吗

  • 我已查阅现存 issue,并且我目前的功能请求不在其中

功能描述

Description:

  • 在Web界面的“下载任务”部分,目前无法选择多个下载任务来同时进行暂停、继续或取消操作。希望能够实现多选/全选任务批量操作

803a380cea8e7848ed57d418b25fc5bb

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.