jellyfin-archive / jellyfin-android-original

Android Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
272 stars 65 forks source link

Android App no choice to select external player #302

Closed AlecHex closed 4 years ago

AlecHex commented 4 years ago

I have tried everything I could but I am unable to select any external player in the Jellyfin Android app on my Samsung S10+. The option to play from external player is checked but still whenever I try to play it opens with Jellyfin and any audio codec is transcoded/downmixed to MP3. Anyone else with the same problem.

JustAMan commented 4 years ago

That option isn't working AFAIK.

@dkanada we should probably remove it for now to stop confusion, thoughts?

dkanada commented 4 years ago

I haven't disabled this because it should technically be working but no one has looked into the issues yet, so I'll pin this thread and hope someone is interested in working on the external player.

AlecHex commented 4 years ago

I haven't disabled this because it should technically be working but no one has looked into the issues yet, so I'll pin this thread and hope someone is interested in working on the external player.

Thank you for considering. Hope it gets fixed soon, so I can move over to Jellyfin.

biaji commented 4 years ago

it seemed this function not implemented yet:

        self.play = function (options) {
            return modifyStreamUrl(options).then(function (streamUrl) {
                // TODO reimplement
                return Promise.resolve();
            });
        };

Here should be a native implement to send a intent to start an external player. But maybe it will be difficult to control the player through the jellyfin client.

Artiume commented 4 years ago

Helpful image for end users related from related ticket.

02

thornbill commented 4 years ago

Duplicate of #67.