mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-06-03 00:58:06 -04:00
界面调整
This commit is contained in:
parent
1ad72b8b32
commit
8706b9df4a
17
.idea/deploymentTargetDropDown.xml
generated
Normal file
17
.idea/deploymentTargetDropDown.xml
generated
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="deploymentTargetDropDown">
|
||||||
|
<runningDeviceTargetSelectedWithDropDown>
|
||||||
|
<Target>
|
||||||
|
<type value="RUNNING_DEVICE_TARGET" />
|
||||||
|
<deviceKey>
|
||||||
|
<Key>
|
||||||
|
<type value="VIRTUAL_DEVICE_PATH" />
|
||||||
|
<value value="C:\Users\Administrator\.android\avd\65_API_25.avd" />
|
||||||
|
</Key>
|
||||||
|
</deviceKey>
|
||||||
|
</Target>
|
||||||
|
</runningDeviceTargetSelectedWithDropDown>
|
||||||
|
<timeTargetWasSelectedWithDropDown value="2022-09-02T08:29:34.790400Z" />
|
||||||
|
</component>
|
||||||
|
</project>
|
@ -39,7 +39,7 @@ public class Item {
|
|||||||
private long RunTimeTicks;
|
private long RunTimeTicks;
|
||||||
private String PlayAccess;
|
private String PlayAccess;
|
||||||
private String ProductionYear;
|
private String ProductionYear;
|
||||||
private List<String> RemoteTrailers;
|
// private List<String> RemoteTrailers;
|
||||||
private ProviderIds ProviderIds;
|
private ProviderIds ProviderIds;
|
||||||
private boolean IsHD;
|
private boolean IsHD;
|
||||||
private boolean IsFolder;
|
private boolean IsFolder;
|
||||||
@ -317,12 +317,12 @@ public class Item {
|
|||||||
return ProductionYear;
|
return ProductionYear;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setRemoteTrailers(List<String> RemoteTrailers) {
|
// public void setRemoteTrailers(List<String> RemoteTrailers) {
|
||||||
this.RemoteTrailers = RemoteTrailers;
|
// this.RemoteTrailers = RemoteTrailers;
|
||||||
}
|
// }
|
||||||
public List<String> getRemoteTrailers() {
|
// public List<String> getRemoteTrailers() {
|
||||||
return RemoteTrailers;
|
// return RemoteTrailers;
|
||||||
}
|
// }
|
||||||
|
|
||||||
public void setProviderIds(ProviderIds ProviderIds) {
|
public void setProviderIds(ProviderIds ProviderIds) {
|
||||||
this.ProviderIds = ProviderIds;
|
this.ProviderIds = ProviderIds;
|
||||||
|
@ -39,7 +39,6 @@ public class MediaSources {
|
|||||||
private List<MediaAttachments> MediaAttachments;
|
private List<MediaAttachments> MediaAttachments;
|
||||||
private List<String> Formats;
|
private List<String> Formats;
|
||||||
private long Bitrate;
|
private long Bitrate;
|
||||||
private RequiredHttpHeaders RequiredHttpHeaders;
|
|
||||||
private int DefaultAudioStreamIndex;
|
private int DefaultAudioStreamIndex;
|
||||||
private int DefaultSubtitleStreamIndex;
|
private int DefaultSubtitleStreamIndex;
|
||||||
public void setProtocol(String Protocol) {
|
public void setProtocol(String Protocol) {
|
||||||
@ -231,13 +230,6 @@ public class MediaSources {
|
|||||||
return Bitrate;
|
return Bitrate;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setRequiredHttpHeaders(RequiredHttpHeaders RequiredHttpHeaders) {
|
|
||||||
this.RequiredHttpHeaders = RequiredHttpHeaders;
|
|
||||||
}
|
|
||||||
public RequiredHttpHeaders getRequiredHttpHeaders() {
|
|
||||||
return RequiredHttpHeaders;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setDefaultAudioStreamIndex(int DefaultAudioStreamIndex) {
|
public void setDefaultAudioStreamIndex(int DefaultAudioStreamIndex) {
|
||||||
this.DefaultAudioStreamIndex = DefaultAudioStreamIndex;
|
this.DefaultAudioStreamIndex = DefaultAudioStreamIndex;
|
||||||
}
|
}
|
||||||
|
@ -1,14 +0,0 @@
|
|||||||
/**
|
|
||||||
* Copyright 2022 json.cn
|
|
||||||
*/
|
|
||||||
package org.sifacai.vlcjellyfin.Bean;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Auto-generated: 2022-09-01 14:6:30
|
|
||||||
*
|
|
||||||
* @author json.cn (i@json.cn)
|
|
||||||
* @website http://www.json.cn/java2pojo/
|
|
||||||
*/
|
|
||||||
public class RequiredHttpHeaders {
|
|
||||||
|
|
||||||
}
|
|
@ -4,6 +4,8 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="@dimen/title_height"
|
android:layout_height="@dimen/title_height"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
|
android:touchscreenBlocksFocus="false"
|
||||||
|
android:focusableInTouchMode="true"
|
||||||
android:orientation="horizontal">
|
android:orientation="horizontal">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<style name="jellyfin" parent="Theme.Material3.Dark">
|
<style name="jellyfin" parent="Theme.AppCompat">
|
||||||
<!-- hide title bar -->
|
<!-- hide title bar -->
|
||||||
<!-- <item name="windowNoTitle">true</item>-->
|
<!-- <item name="windowNoTitle">true</item>-->
|
||||||
<!-- <item name="android:background">@drawable/bg_purplehaze</item>-->
|
<!-- <item name="android:background">@drawable/bg_purplehaze</item>-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user