Metadata-Version: 2.4
Name: mediafinder
Version: 0.0.1
Summary: A CLI tool for finding and playing video files (coming soon)
Author-email: Arne Pelzer <arnepelzerprivat@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/aplzr/mf
Keywords: video,media,cli,player,finder
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Utilities
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: System :: Filesystems
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# mediafinder

A CLI tool for finding and playing video files from your media collections.

## Status

🚧 **Under Development** - This package is currently being developed and is not yet functional.

## What it will do

`mediafinder` (command: `mf`) will be a command-line tool that:
- Searches for video files in configured directories
- Plays videos using mpv
- Provides a fast, keyboard-driven interface for media libraries
- Designed for users who prefer CLI tools over GUI media centers

## Requirements

- Python 3.10+
- mpv (external dependency, not bundled)

## Coming Soon

Stay tuned for the first release!

## License

MIT
