Skip to content

media-proxy/fs.dlna

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
fs
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

fs.dlna

PyPI version Build Status Codacy Badge codecov Updates

A PyFilesystem2 implementation for accessing DLNA Servers

Installation

Install directly from PyPI, using pip:

pip install fs.dlna

Usage

Opener

Use fs.open_fs to open a filesystem with a DLNA FS URL:

import fs
dlna_fs = fs.open_fs('dlna:///')

Constructor

import fs.dlna
dlna_fs = fs.dlna.DLNAFS()

with each argument explained below:

Once created, the DLNAFS filesystem behaves like any other filesystem (see the Pyfilesystem2 documentation).

Feedback

Found a bug ? Have an enhancement request ? Head over to the GitHub issue tracker of the project if you need to report or ask something. If you are filling in on a bug, please include as much information as you can about the issue, and try to recreate the same bug in a simple, easily reproductible situation.

See also

About

A PyFilesystem2 implementation for accessing DLNA Servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages