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: 3 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T15:27:20.000Z (almost 2 years ago)
- Last Synced: 2025-08-28T17:12:30.668Z (9 months ago)
- Topics: film, films, movie, movies, parser, parsing, subtitle, subtitle-parser, subtitles
- Language: C#
- Homepage: https://meokullu.github.io/SubtitleParser/
- Size: 102 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
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
[](https://www.nuget.org/packages/SubtitleParser/) [](https://www.nuget.org/packages/SubtitleParser/) [](https://github.com/meokullu/SubtitleParser/blob/master/LICENSE)
SubtitleParser is a project to parse subtitle content data into subtitle blocks.

[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).
[](https://github.com/meokullu/SubtitleParser/graphs/contributors)
### Help
Twitter: Enes Okullu [@enesokullu](https://twitter.com/EnesOkullu)