V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Phishion
V2EX  ›  iOS

iOS 系统级 [禁用播放上一首按钮] 功能是从什么时候取消的?

  •  
  •   Phishion · 243 天前 · 1690 次点击
    这是一个创建于 243 天前的主题,其中的信息可能已经有所发展或是发生改变。

    我有一个印象是,无论是网易云的私人 FM ,还是 Apple Music 自带的电台,都是系统级不让播放上一首歌曲,如下图黄框,上一首按钮我记得以前是灰色的,macOS 现在是不让往回跳的,这个是系统更新的结果,还是 APP 自己弄的?

    iOS 可以正常播放上一首

    1


    macOS Apple Music 禁止播放上一首

    2

    10 条回复    2023-08-28 15:18:39 +08:00
    Tink
        1
    Tink  
       243 天前 via Android
    我一直以为这是网络问题
    1343EFF
        2
    1343EFF  
       243 天前
    我一直以为这是 playlist 已经没用更前置的成员的原因
    iOCZ
        3
    iOCZ  
       243 天前
    来自 ChatGPT 的代码:
    func setupRemoteTransportControls() {
    let remoteCommandCenter = MPRemoteCommandCenter.shared()

    remoteCommandCenter.previousTrackCommand.isEnabled = true
    remoteCommandCenter.previousTrackCommand.addTarget { [weak self] _ in
    self?.playPreviousTrack()
    return .success
    }

    remoteCommandCenter.nextTrackCommand.isEnabled = true
    remoteCommandCenter.nextTrackCommand.addTarget { [weak self] _ in
    self?.playNextTrack()
    return .success
    }
    }
    touchmii
        4
    touchmii  
       243 天前
    看的的播放列表类型, 自动生成的就不能回退只能一直下一首
    Phishion
        5
    Phishion  
    OP
       243 天前
    @touchmii 我 iOS 16.4 就是根据歌曲自动生成的电台( Apple Music ),完全不影响,我感觉是系统级把这个 feature 取消了,你的现在可以?
    touchmii
        6
    touchmii  
       243 天前
    @Phishion 试了一下, macos 给禁用了, ios 还可以.
    xiaocongcong
        7
    xiaocongcong  
       243 天前 via iPhone
    推荐的电台没有歌单好像不能跳到上首,播放列表的歌也不能吗?我记得不是啊
    xiaocongcong
        8
    xiaocongcong  
       243 天前 via iPhone
    可能是 bug 吧,我最近经常键盘快捷键切歌完全失灵,或者只能下一首
    yuzhouwww
        9
    yuzhouwww  
       243 天前
    应该是 App 的适配问题,我这边 iOS 和 macOS 都可以
    zhaidoudou123
        10
    zhaidoudou123  
       243 天前
    我这边 macOS 音乐 app 没这个问题
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1012 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 35ms · UTC 19:10 · PVG 03:10 · LAX 12:10 · JFK 15:10
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.