Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meokullu/subtitleparser
Subtitle Parser is a project to parse subtitle content.
https://github.com/meokullu/subtitleparser
film films movie movies parser parsing subtitle subtitle-parser subtitles
Last synced: 1 day ago
JSON representation
Subtitle Parser is a project to parse subtitle content.
- Host: GitHub
- URL: https://github.com/meokullu/subtitleparser
- Owner: meokullu
- License: mit
- Created: 2023-07-30T04:11:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-18T09:30:56.000Z (8 months ago)
- Last Synced: 2024-03-18T10:51:52.401Z (8 months ago)
- Topics: film, films, movie, movies, parser, parsing, subtitle, subtitle-parser, subtitles
- Language: C#
- Homepage: https://meokullu.github.io/SubtitleParser/
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## SubtitleParser
[![SubtitleParser](https://img.shields.io/nuget/v/SubtitleParser.svg)](https://www.nuget.org/packages/SubtitleParser/) [![SubtitleParser](https://img.shields.io/nuget/dt/SubtitleParser.svg)](https://www.nuget.org/packages/SubtitleParser/) [![License](https://img.shields.io/github/license/meokullu/SubtitleParser.svg)](https://github.com/meokullu/SubtitleParser/blob/master/LICENSE)SubtitleParser is a project to parse subtitle content data into subtitle blocks.
![SubtitleParser](https://github.com/meokullu/SubtitleParser/assets/4971757/14f5c174-56cd-4afc-ac37-18d5216aa0b2)
[Check out on NuGet gallery](https://www.nuget.org/packages/SubtitleParser/)
### Description
SubtitleParser has methods get content lines from specified file path and parse them into subtitle blocks.### How to download
Release: [Latest release](https://github.com/meokullu/SubtitleParser/releases/latest)[Download on NuGet gallery](https://www.nuget.org/packages/SubtitleParser/)
.NET CLI:
```
dotnet add package SubtitleParser
```### Example usage
To check listed methods and example of output visit wiki page. [SubtitleParser Wiki](https://github.com/meokullu/SubtitleParser/wiki/Listed-Methods)### Version History
See [Changelog](https://github.com/meokullu/SubtitleParser/blob/master/CHANGELOG.md)### Task List
* Create an issue or check task list: [Issues](https://github.com/meokullu/SubtitleParser/issues)### Licence
This repository is licensed under the "MIT" license. See [MIT license](https://github.com/meokullu/SubtitleParser/blob/master/LICENSE).### Authors & Contributing
If you'd like to contribute, then contribute. [contributing guide](https://github.com/meokullu/SubtitleParser/blob/master/CONTRIBUTING.md).
[![Contributors](https://contrib.rocks/image?repo=meokullu/SubtitleParser)](https://github.com/meokullu/SubtitleParser/graphs/contributors)### Help
Twitter: Enes Okullu [@enesokullu](https://twitter.com/EnesOkullu)