New YouTube Upload Method (Beta)
A new YouTube upload method using token.pickle has been added to the beta branch. Please test it and share your feedback.
If the results are positive, it will be merged into the main branch.
Important:
To use this feature, you must generate a new token.pickle file with the necessary YouTube access scopes and have the YouTube Data API enabled in your credentials.
---
How to Generate token.pickle follow this repo
https://github.com/rjriajul/TokenPickle
A new YouTube upload method using token.pickle has been added to the beta branch. Please test it and share your feedback.
If the results are positive, it will be merged into the main branch.
Important:
To use this feature, you must generate a new token.pickle file with the necessary YouTube access scopes and have the YouTube Data API enabled in your credentials.
---
How to Generate token.pickle follow this repo
https://github.com/rjriajul/TokenPickle
New Commit Pushed
Commit by: 5hojib
Repository: AeonOrg/Aeon-MLTB
Branch: main
7a13235: feat: introduce YouTube upload support.
## Summary by Sourcery
Improve configuration clarity and code documentation, restructure docs, and introduce YouTube upload support.
New Features:
- Integrate YouTube uploading with playlist support via new YouTubeUpload, YouTubeHelper, and YtStatus classes.
- Allow dynamic upload destination selection (GDrive, Rclone, YouTube) with rawupdest tracking and user βuploaddestβ settings menu.
- Enhance configsample.py with in-line descriptions for all configuration variables and shift default upload to Google Drive.
Enhancements:
- Add comprehensive docstrings, type hints, and comments across modules for utilities, access checks, task flow, and torrent management.
- Extend task status reporting to include Metadata, Watermark, EmbedThumb, and YouTube upload states.
---------
Signed-off-by: 5hojib <yesiamshojib@gmail.com>
Co-authored-by: rk-shaju <rkshaju.git@gmail.com>
Co-authored-by: google-labs-julesbot <161369871+google-labs-julesbot@users.noreply.github.com>
Commit by: 5hojib
Repository: AeonOrg/Aeon-MLTB
Branch: main
7a13235: feat: introduce YouTube upload support.
## Summary by Sourcery
Improve configuration clarity and code documentation, restructure docs, and introduce YouTube upload support.
New Features:
- Integrate YouTube uploading with playlist support via new YouTubeUpload, YouTubeHelper, and YtStatus classes.
- Allow dynamic upload destination selection (GDrive, Rclone, YouTube) with rawupdest tracking and user βuploaddestβ settings menu.
- Enhance configsample.py with in-line descriptions for all configuration variables and shift default upload to Google Drive.
Enhancements:
- Add comprehensive docstrings, type hints, and comments across modules for utilities, access checks, task flow, and torrent management.
- Extend task status reporting to include Metadata, Watermark, EmbedThumb, and YouTube upload states.
---------
Signed-off-by: 5hojib <yesiamshojib@gmail.com>
Co-authored-by: rk-shaju <rkshaju.git@gmail.com>
Co-authored-by: google-labs-julesbot <161369871+google-labs-julesbot@users.noreply.github.com>
Introducing HiFiTideBot β a Telegram bot to search and download Tidal tracks.
Features:
- Search for Tidal music directly in Telegram
- Download high-quality audio files
- Fast, minimal, and reliable
How to use:
1. Type @HiFiTideBot in any chat
2. Add a space
3. Enter your search query
4. Select and download the track
For help, start the bot and use the /help command.
Join the community for updates and support: @AeonDiscussion
Note: HiFiTideBot is currently in beta. Feedback is welcome and appreciated.
Features:
- Search for Tidal music directly in Telegram
- Download high-quality audio files
- Fast, minimal, and reliable
How to use:
1. Type @HiFiTideBot in any chat
2. Add a space
3. Enter your search query
4. Select and download the track
For help, start the bot and use the /help command.
Join the community for updates and support: @AeonDiscussion
Note: HiFiTideBot is currently in beta. Feedback is welcome and appreciated.
@HiFiTideBot Update
Status: Stable
New Features:
- Filename Format: "Title - Artist.ext"
- Full album download (donors only)
- Artist-wise song download (donors only)
You're welcome to:
- Use and share the bot
- Leave feedback or reviews in @AeonDiscussion
Thank you for being part of the journey.
Enjoy high-fidelity music.
Status: Stable
New Features:
- Filename Format: "Title - Artist.ext"
- Full album download (donors only)
- Artist-wise song download (donors only)
You're welcome to:
- Use and share the bot
- Leave feedback or reviews in @AeonDiscussion
Thank you for being part of the journey.
Enjoy high-fidelity music.
@HiFiTideBot Update V0.2.0
Status: Stable
New Features:
- Embedded lyrics (if available)
- Improved M4A metadata for seamless import into media players
You're welcome to:
- Use and share the bot
- Leave feedback or reviews in @AeonDiscussion
Thank you for being part of the journey.
Enjoy high-fidelity music.
Status: Stable
New Features:
- Embedded lyrics (if available)
- Improved M4A metadata for seamless import into media players
You're welcome to:
- Use and share the bot
- Leave feedback or reviews in @AeonDiscussion
Thank you for being part of the journey.
Enjoy high-fidelity music.
@HiFiTideBot Update V0.2.1
New Features:
- Added π » symbol in search results to indicate lyrics availability
- All files are now sent as FLAC for better compatibility with media players
You're welcome to:
- Use and share the bot
- Leave feedback or reviews in @AeonDiscussion
Thank you for being part of the journey.
Enjoy high-fidelity music.
New Features:
- Added π » symbol in search results to indicate lyrics availability
- All files are now sent as FLAC for better compatibility with media players
You're welcome to:
- Use and share the bot
- Leave feedback or reviews in @AeonDiscussion
Thank you for being part of the journey.
Enjoy high-fidelity music.
As a donor, you'll get access to download full albums and all songs by any artist.
This media is not supported in your browser
VIEW IN TELEGRAM
π₯13 2π’1π1
New Commit Pushed
Commit by: 5hojib
Repository: AeonOrg/Aeon-MLTB
Branch: main
804764a: feat: sync with base, improve yt upload, switch to kurigram.
## Summary by Sourcery
Add support for new hosts in direct link generation, enhance YouTube upload functionality with user-configurable settings and multi-mode folder uploads, improve HTTP client configurations, refine task listener message formatting, and update related documentation.
New Features:
- Support direct link generation for uploadhaven.com, mediafile.cc, and mediafire (including folder downloads)
- Extend YouTubeUpload with configurable privacy, tags, category, description, playlist ID and individual/playlist upload modes
- Add user settings UI and commands for default YouTube upload options (privacy, category, tags, description, folder mode, playlist ID)
Enhancements:
- Refactor buzzheavier scraper for session reuse and folder listings, unify exception messages across download utilities
- Replace custom HTTP sessions with properly configured AsyncClient in MyJD and SABnzbd clients
- Update task listener to format YouTube upload completion messages with individual video links and chunked messages
- Streamline rclone and clone command options, adjust sleep intervals and chunk sizes for transfers
Documentation:
- Add a new "YouTube Settings" section to FEATURES.md detailing YouTube upload configuration options
Signed-off-by: 5hojib <yesiamshojib@gmail.com>
---------
Signed-off-by: 5hojib <yesiamshojib@gmail.com>
Co-authored-by: google-labs-julesbot <161369871+google-labs-julesbot@users.noreply.github.com>
Commit by: 5hojib
Repository: AeonOrg/Aeon-MLTB
Branch: main
804764a: feat: sync with base, improve yt upload, switch to kurigram.
## Summary by Sourcery
Add support for new hosts in direct link generation, enhance YouTube upload functionality with user-configurable settings and multi-mode folder uploads, improve HTTP client configurations, refine task listener message formatting, and update related documentation.
New Features:
- Support direct link generation for uploadhaven.com, mediafile.cc, and mediafire (including folder downloads)
- Extend YouTubeUpload with configurable privacy, tags, category, description, playlist ID and individual/playlist upload modes
- Add user settings UI and commands for default YouTube upload options (privacy, category, tags, description, folder mode, playlist ID)
Enhancements:
- Refactor buzzheavier scraper for session reuse and folder listings, unify exception messages across download utilities
- Replace custom HTTP sessions with properly configured AsyncClient in MyJD and SABnzbd clients
- Update task listener to format YouTube upload completion messages with individual video links and chunked messages
- Streamline rclone and clone command options, adjust sleep intervals and chunk sizes for transfers
Documentation:
- Add a new "YouTube Settings" section to FEATURES.md detailing YouTube upload configuration options
Signed-off-by: 5hojib <yesiamshojib@gmail.com>
---------
Signed-off-by: 5hojib <yesiamshojib@gmail.com>
Co-authored-by: google-labs-julesbot <161369871+google-labs-julesbot@users.noreply.github.com>
π₯2β€1
New Commit Pushed
Commit by: 5hojib
Repository: AeonOrg/Aeon-MLTB
Branch: main
e6b0ea7: chores: add pymongo to requirements.txt
Commit by: 5hojib
Repository: AeonOrg/Aeon-MLTB
Branch: main
e6b0ea7: chores: add pymongo to requirements.txt
Deploy our (mirror/leech) or (multi-purpose) bot to heroku using collab ->
Main Branch (Mirror/Leech) ->
β Reliable Mirroring & Leeching
β Clean & Minimal
β Supports Many Sources
Deploy Now ->https://colab.research.google.com/github/AeonOrg/Aeon-MLTB/blob/deploy_main/Deploy_to_Heroku.ipynb
Extended Branch (Multi-purpose with mirror/leech) ->
β Multi-Purpose Bot
β All Official Features Included
β Extra Features & Enhancements
β Customizable
β Advanced User Experience
Deploy Now ->https://colab.research.google.com/github/AeonOrg/Aeon-MLTB/blob/deploy_extended/Deploy_to_Heroku.ipynb
For any bugs and support report here ->
https://t.me/AeonDiscussion
Sell your unnecessary telegram groups.
2016 > 2021 : 5-6 Dollars.
2022 > 2023 : 4 Dollars.
2024 January - February : 3 Dollars.
A few messages must be visible to verify creation date.
2FA must be enabled for at least 7 days.
Chat history should be accessible.
π Requirements:
A few messages must be visible to verify creation date.
2FA must be enabled for at least 7 days.
Chat history should be accessible.
π« Not Buying:
Imported groups
Message-cleared groups
Groups with copyright-infringing content
Interested sellers can contact me:
π @ALNOMAN01
2016 > 2021 : 5-6 Dollars.
2022 > 2023 : 4 Dollars.
2024 January - February : 3 Dollars.
A few messages must be visible to verify creation date.
2FA must be enabled for at least 7 days.
Chat history should be accessible.
π Requirements:
A few messages must be visible to verify creation date.
2FA must be enabled for at least 7 days.
Chat history should be accessible.
π« Not Buying:
Imported groups
Message-cleared groups
Groups with copyright-infringing content
Interested sellers can contact me:
π @ALNOMAN01
@HiFiTideBot Update V0.3.0
New Features:
- Added Qobuz download & individual track search support π΅
- Use with:
- Currently in beta β expect improvements soon!
Weβd love your feedback:
- Does it play fine in all music players?
- Do we need to add more metadata?
- Any bugs or missing info?
You're welcome to:
- Use & share the bot with others
- Leave feedback or reviews in @AeonDiscussion
Thank you for being part of the journey.
Enjoy high-fidelity music.
New Features:
- Added Qobuz download & individual track search support π΅
- Use with:
@HiFiTideBot -q your_query- Currently in beta β expect improvements soon!
Weβd love your feedback:
- Does it play fine in all music players?
- Do we need to add more metadata?
- Any bugs or missing info?
You're welcome to:
- Use & share the bot with others
- Leave feedback or reviews in @AeonDiscussion
Thank you for being part of the journey.
Enjoy high-fidelity music.
Note: mostly qobuz do not provide sync lyrics, I will try to find any alternative or solutions. Test other things
@HiFiTideBot Update V0.3.1
New Features:
- Added lyrics for Qobuz tracks (fetched from Tidal) π€
- Added more metadata for Qobuz tracks for better player compatibility
You're welcome to:
- Use & share the bot with others
- Leave feedback or reviews in @AeonDiscussion
Thank you for being part of the journey.
Enjoy high-fidelity music. π§
New Features:
- Added lyrics for Qobuz tracks (fetched from Tidal) π€
- Added more metadata for Qobuz tracks for better player compatibility
You're welcome to:
- Use & share the bot with others
- Leave feedback or reviews in @AeonDiscussion
Thank you for being part of the journey.
Enjoy high-fidelity music. π§
@HiFiTideBot Update V0.3.2
New Features:
- Integrated LRCLib as a lyrics fallback for tracks π€
- Embedded high-quality cover art from Tidal for Qobuz tracks (if available) πΌοΈ
You're welcome to:
- Use & share the bot with others
- Leave feedback or reviews in @AeonDiscussion
Thank you for being part of the journey.
Enjoy high-fidelity music. π§
New Features:
- Integrated LRCLib as a lyrics fallback for tracks π€
- Embedded high-quality cover art from Tidal for Qobuz tracks (if available) πΌοΈ
You're welcome to:
- Use & share the bot with others
- Leave feedback or reviews in @AeonDiscussion
Thank you for being part of the journey.
Enjoy high-fidelity music. π§