Services: Add Files App as source to open media without importing to VLC
2 unresolved threads
2 unresolved threads
This will add the ability to open external files available in Files app (user files or app-exposed files) without importing/copying them to VLC.
Edited by Edgar Fouillet
Merge request reports
Activity
Filter activity
- Resolved by Edgar Fouillet
13 import UIKit 14 15 class VLCLocalFilesCell: UITableViewCell { 16 @objc static let cellIdentifier = "LocalFilesCell" 17 18 override init(style: UITableViewCell.CellStyle, reuseIdentifier: String?) { 19 super.init(style: .subtitle, reuseIdentifier: reuseIdentifier) 20 commonInit() 21 } 22 23 required init?(coder aDecoder: NSCoder) { 24 super.init(coder: aDecoder) 25 commonInit() 26 } 27 28 func commonInit() { changed this line in version 2 of the diff
- Resolved by Edgar Fouillet
added 4 commits
-
5ea58864...2d3c3293 - 2 commits from branch
videolan:master
- b98bac55 - BaseServiceCell: add a base class for RemoteNetworkCell and future new cells
- 95a41783 - Services: Add Files App as source to open media without importing to VLC
-
5ea58864...2d3c3293 - 2 commits from branch
added 33 commits
-
95a41783...742119f6 - 31 commits from branch
videolan:master
- 8092b9b9 - BaseServiceCell: add a base class for RemoteNetworkCell and future new cells
- 6881582a - Services: Add Files App as source to open media without importing to VLC
-
95a41783...742119f6 - 31 commits from branch
changed milestone to %3.3.0
added Feature + 1 deleted label
assigned to @bubu
mentioned in issue #631 (closed)
mentioned in issue #1118