Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youstanzr/YouTag
iOS music player app that downloads music from the internet, even YouTube
https://github.com/youstanzr/YouTag
audio downloads-music ios ios-music-player ios-swift music swift swift5 xcode youtube youtube-downloader
Last synced: 2 days ago
JSON representation
iOS music player app that downloads music from the internet, even YouTube
- Host: GitHub
- URL: https://github.com/youstanzr/YouTag
- Owner: youstanzr
- License: mit
- Created: 2020-03-19T01:38:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T08:35:20.000Z (12 months ago)
- Last Synced: 2024-08-02T17:18:03.283Z (3 months ago)
- Topics: audio, downloads-music, ios, ios-music-player, ios-swift, music, swift, swift5, xcode, youtube, youtube-downloader
- Language: Swift
- Homepage:
- Size: 17.4 MB
- Stars: 309
- Watchers: 16
- Forks: 50
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - YouTag
README
[![License](https://img.shields.io/github/license/youstanzr/YouTag)](LICENSE) [![Language](https://img.shields.io/badge/Swift-5-orange?logo=Swift&logoColor=white)](https://swift.org)
## About
**YouTag** is an iOS music player app that downloads music from the internet, even YouTube, and manages it in a local library. Music videos can also be downloaded and the app will automatically extract the audio only. Special playlists can be curated based on user's choice of filters. Filters can be on tags, artist, album, release year or duration.![](/Images/screenshot_banner.png)
## Features
- Supports mp4, mp3 and wav file types
- Downloads from any direct link of the supported file types
- Downloads from YouTube
- Extracts the audio from videos
- Edit song information like title, artist, album, etc
- Auto extraction of song metadata information for mp3 and wav
- Customize playlist based on filters
- Plays music in the background
- Change song playback rate to x0.75 or x1.25## Requirements
- Tested on Xcode 11.0 and later
- Tested on iOS 13.0 and later## Installation
1. Clone/Download the repo.
2. Open `YouTag.xcodeproj` in Xcode.
3. Configure code signing.
4. Build & run!If you are still having trouble, consider this [reference](https://help.apple.com/xcode/mac/current/#/dev5a825a1ca)
## Classes Architecture
- PlaylistManager
- NowPlayingView
- PlaylistLibraryView (*inherits* LibraryTableView)
- LibraryCell
- PlaylistFilters
- YYTAudioPlayer
- YYTRangeSlider
- YYTRangeSliderTrackLayer
- YYTTagView / YYTFilterTagView
- YYTTagCell
- LocalFileManager## Contribution
- If you have a **feature request**, open an **issue**
- If you found a **bug**, open an **issue**
- If you want to **contribute**, submit a **pull request**## Attribution
### Libraries
- HTTP networking: [Alamofire](https://github.com/Alamofire/Alamofire)
- YouTube URL extractor: [XCDYouTubeKit](https://github.com/0xced/XCDYouTubeKit)
- UILabel scrolling animation: [MarqueeLabel](https://github.com/cbpowell/MarqueeLabel)
- UITextfield suggestions: [SearchTextField](https://github.com/apasccon/SearchTextField)
### Resources
- YYTAudioPlayer based on: [Background Audio Player Sync Control Center](https://medium.com/@quangtqag/background-audio-player-sync-control-center-516243c2cdd1)
- YYTRangeSlider based on: [How To Make a Custom Control Tutorial: A Reusable Slider](https://www.raywenderlich.com/7595-how-to-make-a-custom-control-tutorial-a-reusable-slider)
### Graphics
- Album image: [@author](https://www.flaticon.com/authors/freepik)
- Artist image: [@author](https://www.flaticon.com/authors/freepik)
- Calendar image: [@author](https://www.flaticon.com/authors/pixel-perfect)
- Duration image: [@author](https://www.flaticon.com/authors/freepik)
- Filter image: [@author](https://www.flaticon.com/authors/freepik)
- Setting image: [@author](https://www.flaticon.com/authors/freepik)
- List image: [@author](https://www.flaticon.com/authors/pixel-perfect)
- Loop image: [@author](https://www.flaticon.com/authors/pixel-perfect)
- Music Note image: [@author](https://www.flaticon.com/authors/those-icons)
- Next image: [@author](https://www.flaticon.com/authors/smashicons)
- Pause image: [@author](https://www.flaticon.com/authors/kiranshastry)
- Play image: [@author](https://www.flaticon.com/authors/smashicons)
- Previous image: [@author](https://www.flaticon.com/authors/smashicons)
- Shuffle image: [@author](https://www.flaticon.com/authors/pixel-perfect)
- Tag image: [@author](https://www.flaticon.com/authors/those-icons)## License
YouTag is available under the MIT license and provide its entire source code for free. You can use any part of my code in your app, if you choose. However, **attribution is greatly appreciated!**See the [LICENSE](LICENSE) file for more information.